Skip to content

Commit

Permalink
Merge pull request #354 from aceld/feature/aceld
Browse files Browse the repository at this point in the history
Fix CodeQL: Actions Job or Workflow does not set permissions
  • Loading branch information
aceld authored Dec 18, 2024
2 parents 786d418 + 7834b7c commit 48553c8
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 48553c8

Please sign in to comment.