Skip to content

Commit c25b1c6

Browse files
committed
Update from deprecated Qodana actions version
1 parent 70cba32 commit c25b1c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qodana_code_quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
2323
fetch-depth: 0 # a full history is required for pull request analysis
2424
- name: 'Qodana Scan'
25-
uses: JetBrains/qodana-action@v2024.1
25+
uses: JetBrains/qodana-action@v2024.3
2626
with:
2727
pr-mode: false
2828
env:
2929
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1488465344 }}
3030
QODANA_ENDPOINT: 'https://qodana.cloud'
31-
- uses: github/codeql-action/upload-sarif@v2
31+
- uses: github/codeql-action/upload-sarif@v3
3232
with:
3333
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json

0 commit comments

Comments
 (0)