Skip to content

Commit

Permalink
Merge pull request #253 from guardian/sbt-dependency-graph-bbc9cfe33a…
Browse files Browse the repository at this point in the history
…d7185b

Submit sbt dependencies to GitHub for vulnerability monitoring
  • Loading branch information
emdash-ie authored Oct 21, 2024
2 parents aca3366 + 195a564 commit 65ddcd9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/sbt-dependency-graph.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update Dependency Graph for SBT
name: Update Dependency Graph for sbt
on:
push:
branches:
Expand All @@ -11,9 +11,12 @@ jobs:
- name: Checkout branch
id: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install sbt
id: install
uses: sbt/setup-sbt@8a071aa780c993c7a204c785d04d3e8eb64ef272 # v1.1.0
- name: Submit dependencies
id: submit
uses: scalacenter/sbt-dependency-submission@7ebd561e5280336d3d5b445a59013810ff79325e # v3.0.1
uses: scalacenter/sbt-dependency-submission@64084844d2b0a9b6c3765f33acde2fbe3f5ae7d3 # v3.1.0
- name: Log snapshot for user validation
id: validate
run: cat ${{ steps.submit.outputs.snapshot-json-path }} | jq
Expand Down

0 comments on commit 65ddcd9

Please # to comment.