Skip to content

Commit ebad654

Browse files
Bump JetBrains/qodana-action from 2024.2 to 2024.3
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2024.2 to 2024.3. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](JetBrains/qodana-action@v2024.2...v2024.3) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 65d78e2 commit ebad654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ref: ${{ github.event.pull_request.head.sha }}
1919
fetch-depth: 0
2020
- name: 'Qodana Scan'
21-
uses: JetBrains/qodana-action@v2024.2
21+
uses: JetBrains/qodana-action@v2024.3
2222
with:
2323
upload-result: ${{ github.ref_name == 'main' || github.ref_name == 'develop' }}
2424
args: --baseline,qodana.sarif.json,--ide,QDNET

0 commit comments

Comments
 (0)