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 2023/03/01 10:28:48 UTC

[camel-performance-tests] 05/06: ci: added dependency check

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

orpiske pushed a commit to branch camel-3.x
in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git

commit 5a19512e49714a2f106408e37cc36f25bc3aa1e6
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Wed Mar 1 09:53:55 2023 +0100

    ci: added dependency check
---
 .github/workflows/depsreview.yaml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.github/workflows/depsreview.yaml b/.github/workflows/depsreview.yaml
new file mode 100644
index 0000000..e20732a
--- /dev/null
+++ b/.github/workflows/depsreview.yaml
@@ -0,0 +1,15 @@
+name: 'Dependency Review'
+on: [pull_request]
+
+permissions:
+  contents: read
+
+jobs:
+  dependency-review:
+    if: github.repository == 'apache/camel-performance-tests'
+    runs-on: ubuntu-latest
+    steps:
+      - name: 'Checkout Repository'
+        uses: actions/checkout@v3
+      - name: 'Dependency Review'
+        uses: actions/dependency-review-action@v3