Skip to content

Commit

Permalink
Add sbt-dependency-graph.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent b555f10 commit dfdf5da
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/sbt-dependency-graph.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Update Dependency Graph for sbt
on:
push:
branches:
- main
- sbt-dependency-graph-b1d7ec77cb7613db
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@7ebd561e5280336d3d5b445a59013810ff79325e # v3.0.1
- name: Log snapshot for user validation
id: validate
run: cat ${{ steps.submit.outputs.snapshot-json-path }} | jq
permissions:
contents: write

0 comments on commit dfdf5da

Please sign in to comment.