Skip to content

Commit

Permalink
Define contents permissions on "dependabot validate" workflow (jaeger…
Browse files Browse the repository at this point in the history
…tracing#5874)

Signed-off-by: Jared Tan <[email protected]>
  • Loading branch information
mmorel-35 authored and JaredTan95 committed Aug 28, 2024
1 parent 62d4605 commit de16ff7
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 de16ff7

Please sign in to comment.