build(deps): bump JetBrains/qodana-action from 2026.1.3 to 2026.2.0 - #102
build(deps): bump JetBrains/qodana-action from 2026.1.3 to 2026.2.0#102dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2026.1.3 to 2026.2.0. - [Release notes](https://github.com/jetbrains/qodana-action/releases) - [Commits](JetBrains/qodana-action@4861e01...b588768) --- updated-dependencies: - dependency-name: JetBrains/qodana-action dependency-version: 2026.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
🔍 Cache keys still pinned to 2025.3 while the action moves to 2026.2
The Qodana step's cache keys (primary-cache-key/additional-cache-key at .github/workflows/code-quality.yml:38-39) still embed qodana-2025.3, whereas the action is now at 2026.2 (and was already at 2026.1 before this bump). Caches from an older linter version can be restored into the newer runtime; at minimum the key no longer reflects the linter version, so cache invalidation across upgrades stops working. Consider parameterizing the key by the action/linter version when bumping.
(Refers to lines 38-39)
Was this helpful? React with 👍 or 👎 to provide feedback.
| uses: JetBrains/qodana-action@b588768b6e7e6da579e518bc584f79de0d243692 | ||
| continue-on-error: true |
There was a problem hiding this comment.
🔍 New action version propagates Qodana exit code, but step is continue-on-error
Release notes for 2026.2.0 include "QD-13746 pass Qodana exit code in action" and a new check that in pr-mode: true the repo is checked out to the source branch. This workflow checks out github.event.pull_request.head.sha (detached HEAD) at .github/workflows/code-quality.yml:24-26, which may trip the new branch check and emit warnings/failures. The step has continue-on-error: true, so job result stays success, but the summary job reads needs.qodana.result (.github/workflows/code-quality.yml:264-270) — worth verifying the new exit-code behavior doesn't change reported results.
Was this helpful? React with 👍 or 👎 to provide feedback.
|
Qodana Community for .NETIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get - name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2026.2.0
with:
upload-result: trueContact Qodana teamContact us at qodana-support@jetbrains.com
|



Bumps JetBrains/qodana-action from 2026.1.3 to 2026.2.0.
Release notes
Sourced from JetBrains/qodana-action's releases.
Commits
b588768QD-15622 ⬆️ Updateqodanatov2026.2.0(#611)d37471b🐛 QD-14507 Add title parameter to gh release create command (#593)8069c0fQD-15420 Warn about sanity problems in the summary posted in the pull request...e11337fQD-15410 check that in case of pr-mode: true the repository checked out to so...1f6f293QD-15472 bump tar dependencyf28920a:docs: Update qodana-maven-plugin version to 2026.1.3cf5541eQD-12982 skip pull in action if arg is specified97d17d6QD-13746 pass Qodana exit code in actionf4341f6QD-14362 bump color able axios version to 1.15.269c00ce🐛 Fix azure release workflow husky error (#604)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)