mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
build: harden dependency-graph.yml permissions
Signed-off-by: Alex <[email protected]>
This commit is contained in:
@@ -3,8 +3,12 @@ name: Submit Dependency Graph
|
||||
on:
|
||||
push:
|
||||
branches: [1.7.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:
|
||||
|
||||
Reference in New Issue
Block a user