Skip to content

Commit

Permalink
Fix Psalm Sarif permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Oct 10, 2024
1 parent 10ac8d8 commit 6187e9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
name: "Test"

permissions:
contents: read
security-events: write

uses: ./.github/workflows/part_test.yml
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
name: "Test"

permissions:
contents: read
security-events: write

uses: ./.github/workflows/part_test.yml
Expand Down

0 comments on commit 6187e9c

Please sign in to comment.