Merge pull request #716 from guardian/update/webauthn4j-core-0.30.1.R… #323
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 | |
| - name: Install Scala | |
| uses: guardian/setup-scala@v1 | |
| - 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 |