Skip to content

Commit 6187e9c

Browse files
committed
Fix Psalm Sarif permissions
1 parent 10ac8d8 commit 6187e9c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/branch_main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
name: "Test"
1414

1515
permissions:
16+
contents: read
1617
security-events: write
1718

1819
uses: ./.github/workflows/part_test.yml

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
name: "Test"
1515

1616
permissions:
17+
contents: read
1718
security-events: write
1819

1920
uses: ./.github/workflows/part_test.yml

0 commit comments

Comments
 (0)