Skip to content

Commit 92a107b

Browse files
Fix qodana action permissions
1 parent 7384c65 commit 92a107b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- main
99

1010
permissions:
11+
checks: write
1112
contents: write
1213
security-events: write
1314

@@ -56,8 +57,6 @@ jobs:
5657
if-no-files-found: error
5758

5859
qodana:
59-
permissions:
60-
checks: write
6160
name: Perform Qodana analysis
6261
needs: tests
6362
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)