We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dr
dependency-review
1 parent d283629 commit 1b11bb3Copy full SHA for 1b11bb3
.github/workflows/dependency-graph.yaml
@@ -1,4 +1,4 @@
1
-name: Update Dependency Graph
+name: Dependency Graph
2
3
on:
4
push:
@@ -7,9 +7,8 @@ on:
7
8
jobs:
9
dependency-graph:
10
- name: Update Dependency Graph
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
- uses: scalacenter/sbt-dependency-submission@v2
15
.github/workflows/dependency-review.yaml
@@ -0,0 +1,15 @@
+name: Dependency Review
+
+on:
+ pull_request:
5
6
+permissions:
+ contents: read
+jobs:
+ dependency-review:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/dependency-review-action@v3
.github/workflows/dr.yaml
0 commit comments