Skip to content

Merge pull request #1458 from Friendseeker/clean-compile-warnings #8

Merge pull request #1458 from Friendseeker/clean-compile-warnings

Merge pull request #1458 from Friendseeker/clean-compile-warnings #8

# .github/workflows/dependency-graph.yml
name: Submit Dependency Graph
on:
push:
branches: [1.10.x, develop] # default branch of the project
permissions: {}
jobs:
submit-graph:
permissions:
contents: write # to submit the dependency graph
name: Submit Dependency Graph
runs-on: ubuntu-latest # or windows-latest, or macOS-latest
steps:
- uses: actions/checkout@v4
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3