Skip to content

Commit

Permalink
fix action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
scrayos committed Jan 29, 2024
1 parent 02943c3 commit 012c00d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
permissions:
contents: read
packages: write
actions: read
security-events: write
steps:

- name: Checkout repository
Expand Down Expand Up @@ -63,6 +65,6 @@ jobs:
- name: Upload SARIF result
id: upload-sarif
if: ${{ github.event_name != 'pull_request_target' }}
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: sarif.output.json

0 comments on commit 012c00d

Please sign in to comment.