Skip to content

Commit

Permalink
Turn off all actions permissions for pr.yml
Browse files Browse the repository at this point in the history
Limiting our permissions to the base minimum.
  • Loading branch information
SeanTAllen committed Jan 19, 2025
1 parent e5fcce7 commit b9bc475
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ concurrency:
group: pr-${{ github.ref }}
cancel-in-progress: true

permissions: {}

jobs:
superlinter:
name: Lint bash, docker, markdown, and yaml
Expand Down

0 comments on commit b9bc475

Please sign in to comment.