Skip to content

Commit df20953

Browse files
authored
chore: scope permissions down for one GHA (#2849)
1 parent 5240fd6 commit df20953

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/dependencies.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,14 @@ on:
2323
# run every morning at 10am Pacific Time
2424
- cron: "0 17 * * *"
2525

26+
permissions:
27+
contents: read # This is required for actions/checkout
28+
2629
jobs:
2730
audit:
2831
runs-on: ubuntu-latest
32+
permissions:
33+
id-token: write # Required for GITHUB_TOKEN usage
2934
steps:
3035
- uses: actions/checkout@v5
3136
with:

0 commit comments

Comments
 (0)