Skip to content

Commit

Permalink
Define contents permissions on "dependabot validate" workflow (#5874)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorel-35 authored Aug 22, 2024
1 parent 49114db commit 8f2543c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-lint-dependabot-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
paths:
- '.github/dependabot.yml'
- '.github/workflows/validate-dependabot-config.yml'

# See https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
permissions:
contents: read

jobs:
validate:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8f2543c

Please sign in to comment.