Skip to content

Commit 0007f4e

Browse files
authored
Update Qodana workflow permissions (#4809)
1 parent bfe0f1a commit 0007f4e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/qodana.yml renamed to .github/workflows/qodana-check.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ jobs:
1515
qodana:
1616
runs-on: ubuntu-latest
1717
permissions:
18+
# PR check
1819
checks: write
20+
# PR comments
21+
pull-requests: write
22+
# SARIF upload
23+
security-events: write
1924
steps:
2025
- uses: actions/checkout@v4
2126
with:
@@ -28,7 +33,7 @@ jobs:
2833
tool-cache: false
2934
large-packages: false
3035
- name: 'Qodana Scan'
31-
uses: JetBrains/[email protected].8
36+
uses: JetBrains/[email protected].9
3237
env:
3338
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
3439
with:

0 commit comments

Comments
 (0)