Skip to content

Commit

Permalink
chore: add read permissions for actions (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
homksei authored Jan 24, 2024
1 parent 51b5af3 commit fd27e4d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-validation-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches:
- main

permissions:
contents: read

jobs:
validate:
name: Docker validation
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker-validation-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ on:
- .ci/env
- .ci/scripts

permissions:
contents: read

jobs:
validate:
name: Docker validation
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/renovate-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
- .github/workflows/renovate-validation.yml
- .github/renovate.json

permissions:
contents: read

jobs:
validate:
name: Renovate validation
Expand Down

0 comments on commit fd27e4d

Please sign in to comment.