You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/06/25 10:59:42 UTC

[camel-spring-boot] branch main updated: (chores) ci: included dependency review

This is an automated email from the ASF dual-hosted git repository.

orpiske pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 9f8f8e24c08 (chores) ci: included dependency review
9f8f8e24c08 is described below

commit 9f8f8e24c08e0decb81f69e1ab386d362bd53fff
Author: Otavio R. Piske <an...@gmail.com>
AuthorDate: Sat Jun 25 11:24:00 2022 +0200

    (chores) ci: included dependency review
---
 .github/workflows/depsreview.yaml | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.github/workflows/depsreview.yaml b/.github/workflows/depsreview.yaml
new file mode 100644
index 00000000000..f2605b7a7e2
--- /dev/null
+++ b/.github/workflows/depsreview.yaml
@@ -0,0 +1,14 @@
+name: 'Dependency Review'
+on: [pull_request]
+
+permissions:
+  contents: read
+
+jobs:
+  dependency-review:
+    runs-on: ubuntu-latest
+    steps:
+      - name: 'Checkout Repository'
+        uses: actions/checkout@v3
+      - name: 'Dependency Review'
+        uses: actions/dependency-review-action@v1