Skip to content

Commit

Permalink
build: harden dependency-graph.yml permissions
Browse files Browse the repository at this point in the history
Signed-off-by: Alex <aleksandrosansan@gmail.com>
  • Loading branch information
sashashura authored and little-inferno committed Jan 25, 2023
1 parent 2701282 commit 8fcaaa3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main # default branch of the project
permissions:
contents: read # to fetch code (actions/checkout)
jobs:
dependency-graph:
name: Update Dependency Graph
Expand Down

0 comments on commit 8fcaaa3

Please # to comment.