Skip to content

Commit

Permalink
Fix CodeQL: Actions Job or Workflow does not set permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
aceld committed Dec 18, 2024
1 parent 786d418 commit 7834b7c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: reviewdog
on: [pull_request]

permissions:
contents: read
pull-requests: write

jobs:
golangci-lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 7834b7c

Please sign in to comment.