Skip to content

Commit e31c82b

Browse files
committed
Add dependency-graph workflow
Submit all dependencies of the dotty build to the Github Dependency API to receive reports of vulnerabilities from Dependabot
1 parent dacd2d5 commit e31c82b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Update Dependency Graph
2+
on:
3+
push:
4+
branches:
5+
- main # default branch of the project
6+
jobs:
7+
dependency-graph:
8+
name: Update Dependency Graph
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v3
12+
- uses: scalacenter/sbt-dependency-submission@v2

0 commit comments

Comments
 (0)