Skip to content

Commit ee8a243

Browse files
authored
fix SARIF upload failure by setting security-events: write (#44)
1 parent 2131c12 commit ee8a243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qodana_code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: write
2121
pull-requests: write
2222
checks: write
23-
security-events: read
23+
security-events: write
2424
steps:
2525
- uses: actions/checkout@v6
2626
with:

0 commit comments

Comments
 (0)