We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe0f1a commit 0007f4eCopy full SHA for 0007f4e
.github/workflows/qodana.yml renamed to .github/workflows/qodana-check.yml
@@ -15,7 +15,12 @@ jobs:
15
qodana:
16
runs-on: ubuntu-latest
17
permissions:
18
+ # PR check
19
checks: write
20
+ # PR comments
21
+ pull-requests: write
22
+ # SARIF upload
23
+ security-events: write
24
steps:
25
- uses: actions/checkout@v4
26
with:
@@ -28,7 +33,7 @@ jobs:
28
33
tool-cache: false
29
34
large-packages: false
30
35
- name: 'Qodana Scan'
31
- uses: JetBrains/[email protected].8
36
+ uses: JetBrains/[email protected].9
32
37
env:
38
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
39
0 commit comments