Skip to content

Update JetBrains/qodana-action action to v2025.2.1#118

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/jetbrains-qodana-action-2025.x
Aug 13, 2025
Merged

Update JetBrains/qodana-action action to v2025.2.1#118
renovate[bot] merged 1 commit into
mainfrom
renovate/jetbrains-qodana-action-2025.x

Conversation

@renovate

@renovate renovate Bot commented Aug 13, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
JetBrains/qodana-action action minor v2025.1.1 -> v2025.2.1

Release Notes

JetBrains/qodana-action (JetBrains/qodana-action)

v2025.2.1

Compare Source

Changelog

  • db438bd 🐛 QD-11047 fix issue with quick-fixes: brunch and pr-mode: false (#​479)
  • 6162bc6 🐛 QD-11047 fix issue with quick-fixes in gitlab in branch mode (#​482)
  • 6dfb15c ⬆️ Bump the dependencies group across 1 directory with 7 updates
  • ed82547 🧱 Update scan/dist/index.js
  • 127bb0b ⬆️ Bump @​octokit/types from 13.10.0 to 14.0.0
  • 9f3c5cf 🐛 QD-11709 Support a list of values for --property argument (#​481)
  • 36a369f :feature: QD-11663 Azure: make a UI 'push quick-fixes' field a dropdown menu (#​484)
  • 0eb994c ⬆️ Bump the dependencies group with 10 updates
  • 2252cf5 ⬆️ Bump @​octokit/webhooks from 13.8.2 to 14.0.0
  • cbd0bc4 ⬆️ Bump @​octokit/rest from 21.1.1 to 22.0.0
  • 54e2af4 🐛 QD-11047 fix issue with quick-fixes: pull-request (#​490)
  • 10ece8b ⬆️ Bump brace-expansion in /gitlab
  • c7bf965 ⬆️ Bump the dependencies group with 7 updates
  • 9e1160b ⬆️ Bump the dependencies group with 5 updates
  • ccbd82b ⬆️ Bump @​types/node from 22.15.30 to 24.0.1
  • fca167f ⬆️ Bump brace-expansion in /vsts/QodanaScan
  • f8145ce ✨ QD-11662 add a message when quick-fixes are applied (#​502)
  • 2958d0b 🐛 Fix bootstrap error output absence
  • ed2d1af 🐛 QD-11980 Provide brunch to QODANA_BRANCH in case of pr-mode: false in pull requests
  • ae35922 ⬆️ Bump the dependencies group across 1 directory with 9 updates
  • 65e688d 🧱 Update dependabot.yml
  • 0654a3a ⬆️ Bump eslint-plugin-jest from 28.14.0 to 29.0.1
  • 9c484cc ⬆️ Bump the dependencies group with 3 updates
  • 4245f9f ⬆️ Bump @​gitbeaker/rest from 42.5.0 to 43.0.0
  • 89a0e7d 🐛 QD-12042 Remove command and arguments from output of git
  • f87a896 🐛 QD-12336 Update function isNative, take care of --within-docker param
  • 348009f 🐛 QD-12336 Update function getQodanaPullArgs, take care of --image param
  • bd2a12e Revert ":bug: QD-12336 Update function getQodanaPullArgs, take care of --image param"
  • deaa52a Revert ":bug: QD-12336 Update function isNative, take care of --within-docker param"
  • 119ed0f 🐛 QD-12336 Update function isNative, take care of --within-docker param
  • eb163d2 🐛 QD-12336 Update function getQodanaPullArgs, take care of --image param
  • a588532 🧱 Update scan/dist/index.js
  • 089c5c6 🐛 QD-12336 Cleanup and update dist files
  • 8a7d283 🐛 QD-12336 Fix typo
  • 27de2a7 ⬆️ Update qodana to v2025.2.1 (#​491)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Aug 13, 2025
@renovate renovate Bot enabled auto-merge (squash) August 13, 2025 15:25
@renovate renovate Bot merged commit 4ea9e9f into main Aug 13, 2025
4 checks passed
@renovate renovate Bot deleted the renovate/jetbrains-qodana-action-2025.x branch August 13, 2025 15:27
@codecov

codecov Bot commented Aug 13, 2025

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 16.21%. Comparing base (8df2cf0) to head (7684aa1).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #118   +/-   ##
=======================================
  Coverage   16.21%   16.21%           
=======================================
  Files           3        3           
  Lines         148      148           
  Branches       24       24           
=======================================
  Hits           24       24           
  Misses        124      124           

☔ View full report in Codecov by Sentry.
📢 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.

@github-actions

Copy link
Copy Markdown

Qodana Community for JVM

It 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 report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2025.2.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants