We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44b3b17 + 2d05f7c commit 354fb6aCopy full SHA for 354fb6a
.github/workflows/dependency-review.yml
@@ -0,0 +1,20 @@
1
+# This file is managed by the templated-files-bot. Changes should be made at the following repository.
2
+# https://github.com/treasure-data/dependency-bots
3
+#
4
+# For further details about reusable workflows executed by this workflow, see the following repository.
5
+# https://github.com/treasure-data/backend-github-workflows
6
+
7
+name: Dependency Review
8
9
+on:
10
+ push:
11
+ branches: ['main', 'master']
12
+ pull_request:
13
14
15
+jobs:
16
+ dependency-review:
17
+ uses: treasure-data/backend-github-workflows/.github/workflows/call-dependency-review.yml@main
18
+ with:
19
+ working-directory: .
20
+ secrets: inherit
0 commit comments