Skip to content

Bump JetBrains/qodana-action from 2025.3.2 to 2026.1.3#6698

Merged
valfirst merged 1 commit into
masterfrom
dependabot/github_actions/JetBrains/qodana-action-2026.1.3
Jun 22, 2026
Merged

Bump JetBrains/qodana-action from 2025.3.2 to 2026.1.3#6698
valfirst merged 1 commit into
masterfrom
dependabot/github_actions/JetBrains/qodana-action-2026.1.3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 21, 2026

Copy link
Copy Markdown
Contributor

Bumps JetBrains/qodana-action from 2025.3.2 to 2026.1.3.

Release notes

Sourced from JetBrains/qodana-action's releases.

v2026.1.3

Changelog

  • b0eaa86 ⬆️ Bump Kotlin to 2.3.0
  • c91a70c ✨ Add Maven plugin for Qodana
  • ca746a1 🐛 QD-14658 Fix Maven integration test with reliable Python issue detection
  • 1ca399e 🧱 Update vsts/QodanaScan/index.js
  • 6975b5c ✅ QD-14666 Update GitHub Action tests to use new CLI arguments (#597)
  • ab64602 ⬆️ Update qodana to v2026.1.1 (#595)
  • ac6b2a1 🐛 QD-14655 fix cache copy error and update the component
  • f44cbf3 🐛 QD-14679 Append native cache key as prefix, not suffix
  • cfac2b9 :feature: QD-14680 Switch auto-push of dist changes to local pre-commit check
  • c3af492 🐛 QD-15013 Fix azure-dev-release workflow failure due to missing husky (#602)
  • 4861e01 ⬆️ Update qodana to v2026.1.3 (#603)

v2026.1.0

Changelog

  • 91e26dc ✨ Add support for retrieving and using the latest nightly release tags
  • 203eab0 ✨ QD-13829 remove auto-addition of --within-docker for qodana docker executions
  • 93546d8 ✨ QD-13829 distinguish native/docker caches
  • 3492039 ✨ QD-14035 bump node version to 24
  • d22cd6b ✨ QD-14035 prioritize real merge-base computation to avoid stale pr.base.sha issue
  • e1b97b3 🐛 QD-13829 fix incorrect check for QODANA_DOCKER environment variable
  • 7cc2d8d ⬆️ Update Node.js version to 24.14.1 and add .npmrc with min-release-age=7d
  • d436fca ⬆️ Bump the dependencies group across 1 directory with 2 updates
  • 2268e0f ✨ QD-14278 allow to specify which nightly to use
  • 498e15f ⬆️ Bump the dependencies group across 1 directory with 14 updates #590
  • d7b5ec2 ⬆️ Update qodana to the v2026.1.0 (#592)
Commits
  • 4861e01 ⬆️ Update qodana to v2026.1.3 (#603)
  • c3af492 🐛 QD-15013 Fix azure-dev-release workflow failure due to missing husky (#...
  • cfac2b9 :feature: QD-14680 Switch auto-push of dist changes to local pre-commit check
  • f44cbf3 🐛 QD-14679 Append native cache key as prefix, not suffix
  • ac6b2a1 🐛 QD-14655 fix cache copy error and update the component
  • ab64602 ⬆️ Update qodana to v2026.1.1 (#595)
  • 6975b5c ✅ QD-14666 Update GitHub Action tests to use new CLI argumen...
  • 1ca399e 🧱 Update vsts/QodanaScan/index.js
  • ca746a1 🐛 QD-14658 Fix Maven integration test with reliable Python issue detection
  • c91a70c ✨ Add Maven plugin for Qodana
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2025.3.2 to 2026.1.3.
- [Release notes](https://github.com/jetbrains/qodana-action/releases)
- [Commits](JetBrains/qodana-action@v2025.3.2...v2026.1.3)

---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
  dependency-version: 2026.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Jun 21, 2026
@dependabot dependabot Bot requested a review from a team as a code owner June 21, 2026 02:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code labels Jun 21, 2026
@dependabot dependabot Bot requested review from uarlouski, valfirst and vkepin June 21, 2026 02:02
@codecov

codecov Bot commented Jun 21, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.79%. Comparing base (94b79d5) to head (d4718f8).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##             master    #6698    +/-   ##
==========================================
  Coverage     97.79%   97.79%            
+ Complexity     7559     7325   -234     
==========================================
  Files          1015     1015            
  Lines         21508    21508            
  Branches       1416     1416            
==========================================
  Hits          21033    21033            
  Misses          359      359            
  Partials        116      116            

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@valfirst valfirst merged commit d6d92ad into master Jun 22, 2026
13 checks passed
@valfirst valfirst deleted the dependabot/github_actions/JetBrains/qodana-action-2026.1.3 branch June 22, 2026 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update Github_actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant