Skip to content

Commit

Permalink
Merge pull request #1448 from sbt/dependency-graph
Browse files Browse the repository at this point in the history
Submit dependency graph for security alert
  • Loading branch information
eed3si9n authored Oct 9, 2024
2 parents a0534b1 + 1326c4f commit 12042f6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# .github/workflows/dependency-graph.yml
name: Submit Dependency Graph
on:
push:
branches: [1.10.x] # 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: scalacenter/sbt-dependency-submission@v3

0 comments on commit 12042f6

Please sign in to comment.