Skip to content

Commit

Permalink
Report dependencies to GitHub (#1456)
Browse files Browse the repository at this point in the history
Add a workflow for reporting the dependencies to GitHub, allowing
security warnings from GitHub.
  • Loading branch information
erikvanoosten authored Feb 8, 2025
1 parent 047bbdf commit b5d633f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Update Dependency Graph
on:
push:
branches:
- master
jobs:
dependency-graph:
name: Update Dependency Graph
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v2

0 comments on commit b5d633f

Please sign in to comment.