Skip to content

Commit

Permalink
Merge pull request #227 from guardian/sbt-dependency-graph-400b747286…
Browse files Browse the repository at this point in the history
…592f2a

Submit sbt dependencies to GitHub for vulnerability monitoring
  • Loading branch information
tjsilver authored Jun 25, 2024
2 parents ecda4d1 + f64f8c7 commit 20cdd49
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/sbt-dependency-graph.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Update Dependency Graph for SBT
on:
push:
branches:
- main
workflow_dispatch:
jobs:
dependency-graph:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: scalacenter/sbt-dependency-submission@7ebd561e5280336d3d5b445a59013810ff79325e # v3.0.1
permissions:
contents: write

0 comments on commit 20cdd49

Please sign in to comment.