Files
sbt/.github/workflows/dependency-graph.yml
T
dependabot[bot] ee03e7606e [1.x] Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
2025-11-24 14:14:23 +09:00

18 lines
455 B
YAML

# .github/workflows/dependency-graph.yml
name: Submit Dependency Graph
on:
push:
branches: [1.10.x, develop]
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@v6
- uses: sbt/setup-sbt@v1
- uses: scalacenter/sbt-dependency-submission@v3