Skip to content

Commit 37e9ad2

Browse files
authoredMay 4, 2024··
Bump JetBrains/qodana-action from 2023.3 to 2024.1 (#1538)
1 parent 7803b1c commit 37e9ad2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/qodana.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ 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@v2023.3
25+
uses: JetBrains/qodana-action@v2024.1
2626
env:
2727
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
2828
- name: Upload results to artifacts on failure

0 commit comments

Comments
 (0)
Please sign in to comment.