We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70cba32 commit c25b1c6Copy full SHA for c25b1c6
.github/workflows/qodana_code_quality.yml
@@ -22,12 +22,12 @@ jobs:
22
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
23
fetch-depth: 0 # a full history is required for pull request analysis
24
- name: 'Qodana Scan'
25
- uses: JetBrains/qodana-action@v2024.1
+ uses: JetBrains/qodana-action@v2024.3
26
with:
27
pr-mode: false
28
env:
29
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1488465344 }}
30
QODANA_ENDPOINT: 'https://qodana.cloud'
31
- - uses: github/codeql-action/upload-sarif@v2
+ - uses: github/codeql-action/upload-sarif@v3
32
33
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
0 commit comments