Skip to content

Commit

Permalink
Merge pull request #174 from guardian/sbt-dependency-graph-f558a69d3a…
Browse files Browse the repository at this point in the history
…4231c6

Submit sbt dependencies to GitHub for vulnerability monitoring
  • Loading branch information
emdash-ie authored Oct 9, 2024
2 parents ae0e5b6 + 2c359bb commit 391e52c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/sbt-dependency-graph.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Update Dependency Graph for sbt
on:
push:
branches:
- main
workflow_dispatch:
jobs:
dependency-graph:
runs-on: ubuntu-latest
steps:
- name: Checkout branch
id: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Submit dependencies
id: submit
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
permissions:
contents: write

0 comments on commit 391e52c

Please sign in to comment.