Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2026

Bumps the jetbrains-actions group with 1 update: JetBrains/qodana-action.

Updates JetBrains/qodana-action from 2025.2 to 2025.3

Release notes

Sourced from JetBrains/qodana-action's releases.

v2025.2.4

Changelog

  • e2d8059 🐛 QD-13112 fix ignore of ignoreReturnCode option in git operations
  • 99ec27a QD-13112 bump version for azure

v2025.2.3

Changelog

  • caabf6f ⬆️ Bump azure-devops-node-api from 14.1.0 to 15.1.0
  • 1374d44 🧱 Update vsts/QodanaScan/index.js
  • 3d4f50e ✨ add more logging around git operations
  • 785712e ⬆️ Bump actions/checkout from 5 to 6 in the dependencies group
  • 8d427a3 ⬆️ Update qodana to v2025.2.3

v2025.2.2

Changelog

  • 99bb9c6 🐛 QD-12042 add fallback when pr-sha is calculated and fix parsing
  • c42bca8 🐛 QD-12042 change wording a little bit
  • ab05ceb 🧱 Update vsts/QodanaScan/index.js
  • d766674 🐛 QD-11047 Allow code gl artifact upload
  • 986309f 🐛 Add system token to Azure git commands and fix action tests (#526)
  • 1c1fbc2 🐛 fix property arg parsing (make it according to doc) + add tests (#528)
  • 2374145 🐛 QD-12128 pass access token directly
  • 1835cfb ✨ QD-12128 add workingDirectory property
  • 8862093 🐛 Fix a patch version in the Azure task
  • 0bde661 ⬆️ Bump the dependencies group across 1 directory with 4 updates
  • 3187f6a ⬆️ Bump the dependencies group across 1 directory with 16 updates
  • 599e8b3 🧱 Update scan/dist/index.js
  • 11c5139 ⬆️ Update qodana to v2025.2.2 (#534)
  • 1725ecf ⬆️ Bump js-yaml from 4.1.0 to 4.1.1 (#536)
  • cd5f7b3 📝 Update release instructions in CONTRIBUTING.md
  • 6dfd39d ⬆️ Bump js-yaml in /common
  • 3c7604d ⬆️ Bump brace-expansion from 1.1.11 to 1.1.12 (#540)
  • 2cbdbde ⬆️ Bump axios from 1.9.0 to 1.12.0 in /gitlab
  • e5d20b1 ⬆️ Bump jest and @​types/jest

v2025.2.1

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

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the jetbrains-actions group with 1 update: [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action).


Updates `JetBrains/qodana-action` from 2025.2 to 2025.3
- [Release notes](https://github.com/jetbrains/qodana-action/releases)
- [Commits](JetBrains/qodana-action@v2025.2...v2025.3)

---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
  dependency-version: '2025.3'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: jetbrains-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Update dependencies github-actions labels Jan 1, 2026
@kpavlov kpavlov merged commit 81fcc1c into develop Jan 6, 2026
21 of 44 checks passed
@kpavlov kpavlov deleted the dependabot/github_actions/develop/jetbrains-actions-6120d1282d branch January 6, 2026 17:31
karloti pushed a commit to karloti/koog that referenced this pull request Jan 7, 2026
…ns-actions group (JetBrains#1311)

Bumps the jetbrains-actions group with 1 update:
[JetBrains/qodana-action](https://github.com/jetbrains/qodana-action).

Updates `JetBrains/qodana-action` from 2025.2 to 2025.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jetbrains/qodana-action/releases">JetBrains/qodana-action's
releases</a>.</em></p>
<blockquote>
<h2>v2025.2.4</h2>
<h2>Changelog</h2>
<ul>
<li>e2d8059 🐛 QD-13112 fix ignore of ignoreReturnCode option in git
operations</li>
<li>99ec27a QD-13112 bump version for azure</li>
</ul>
<h2>v2025.2.3</h2>
<h2>Changelog</h2>
<ul>
<li>caabf6f ⬆️ Bump azure-devops-node-api from 14.1.0 to
15.1.0</li>
<li>1374d44 🧱 Update <code>vsts/QodanaScan/index.js</code></li>
<li>3d4f50e ✨ add more logging around git operations</li>
<li>785712e ⬆️ Bump actions/checkout from 5 to 6 in the
dependencies group</li>
<li>8d427a3 ⬆️ Update <code>qodana</code> to
<code>v2025.2.3</code></li>
</ul>
<h2>v2025.2.2</h2>
<h2>Changelog</h2>
<ul>
<li>99bb9c6 🐛 QD-12042 add fallback when pr-sha is calculated and
fix parsing</li>
<li>c42bca8 🐛 QD-12042 change wording a little bit</li>
<li>ab05ceb 🧱 Update <code>vsts/QodanaScan/index.js</code></li>
<li>d766674 🐛 QD-11047 Allow code gl artifact upload</li>
<li>986309f 🐛 Add system token to Azure git commands and fix action
tests (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/526">#526</a>)</li>
<li>1c1fbc2 🐛 fix property arg parsing (make it according to doc) +
add tests (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/528">#528</a>)</li>
<li>2374145 🐛 QD-12128 pass access token directly</li>
<li>1835cfb ✨ QD-12128 add workingDirectory property</li>
<li>8862093 🐛 Fix a patch version in the Azure task</li>
<li>0bde661 ⬆️ Bump the dependencies group across 1 directory
with 4 updates</li>
<li>3187f6a ⬆️ Bump the dependencies group across 1 directory
with 16 updates</li>
<li>599e8b3 🧱 Update <code>scan/dist/index.js</code></li>
<li>11c5139 ⬆️ Update <code>qodana</code> to
<code>v2025.2.2</code> (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/534">#534</a>)</li>
<li>1725ecf ⬆️ Bump js-yaml from 4.1.0 to 4.1.1 (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/536">#536</a>)</li>
<li>cd5f7b3 📝 Update release instructions in CONTRIBUTING.md</li>
<li>6dfd39d ⬆️ Bump js-yaml in /common</li>
<li>3c7604d ⬆️ Bump brace-expansion from 1.1.11 to 1.1.12 (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/540">#540</a>)</li>
<li>2cbdbde ⬆️ Bump axios from 1.9.0 to 1.12.0 in /gitlab</li>
<li>e5d20b1 ⬆️ Bump jest and <code>@​types/jest</code></li>
</ul>
<h2>v2025.2.1</h2>
<h2>Changelog</h2>
<ul>
<li>db438bd 🐛 QD-11047 fix issue with quick-fixes: brunch and
pr-mode: false (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/479">#479</a>)</li>
<li>6162bc6 🐛 QD-11047 fix issue with quick-fixes in gitlab in
branch mode (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/482">#482</a>)</li>
<li>6dfb15c ⬆️ Bump the dependencies group across 1 directory
with 7 updates</li>
<li>ed82547 🧱 Update <code>scan/dist/index.js</code></li>
<li>127bb0b ⬆️ Bump <code>@​octokit/types</code> from 13.10.0 to
14.0.0</li>
<li>9f3c5cf 🐛 QD-11709 Support a list of values for --property
argument (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/481">#481</a>)</li>
<li>36a369f :feature: QD-11663 Azure: make a UI 'push quick-fixes' field
a dropdown menu (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/484">#484</a>)</li>
<li>0eb994c ⬆️ Bump the dependencies group with 10 updates</li>
<li>2252cf5 ⬆️ Bump <code>@​octokit/webhooks</code> from 13.8.2
to 14.0.0</li>
<li>cbd0bc4 ⬆️ Bump <code>@​octokit/rest</code> from 21.1.1 to
22.0.0</li>
<li>54e2af4 🐛 QD-11047 fix issue with quick-fixes: pull-request (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/490">#490</a>)</li>
<li>10ece8b ⬆️ Bump brace-expansion in /gitlab</li>
<li>c7bf965 ⬆️ Bump the dependencies group with 7 updates</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JetBrains/qodana-action/commit/42dad391966aca8ca344ca2340a7f43a5507e9b2"><code>42dad39</code></a>
:arrow_up: Update Qodana Azure version to 2025.3.1</li>
<li><a
href="https://github.com/JetBrains/qodana-action/commit/3b961979d4be739bacebbdae270f80c73d73d85b"><code>3b96197</code></a>
:arrow_up: Update <code>qodana</code> to <code>v2025.3.1</code></li>
<li>See full diff in <a
href="https://github.com/jetbrains/qodana-action/compare/v2025.2...v2025.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=JetBrains/qodana-action&package-manager=github_actions&previous-version=2025.2&new-version=2025.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
karloti pushed a commit to karloti/koog that referenced this pull request Jan 7, 2026
…ns-actions group (JetBrains#1311)

Bumps the jetbrains-actions group with 1 update:
[JetBrains/qodana-action](https://github.com/jetbrains/qodana-action).

Updates `JetBrains/qodana-action` from 2025.2 to 2025.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jetbrains/qodana-action/releases">JetBrains/qodana-action's
releases</a>.</em></p>
<blockquote>
<h2>v2025.2.4</h2>
<h2>Changelog</h2>
<ul>
<li>e2d8059 🐛 QD-13112 fix ignore of ignoreReturnCode option in git
operations</li>
<li>99ec27a QD-13112 bump version for azure</li>
</ul>
<h2>v2025.2.3</h2>
<h2>Changelog</h2>
<ul>
<li>caabf6f ⬆️ Bump azure-devops-node-api from 14.1.0 to
15.1.0</li>
<li>1374d44 🧱 Update <code>vsts/QodanaScan/index.js</code></li>
<li>3d4f50e ✨ add more logging around git operations</li>
<li>785712e ⬆️ Bump actions/checkout from 5 to 6 in the
dependencies group</li>
<li>8d427a3 ⬆️ Update <code>qodana</code> to
<code>v2025.2.3</code></li>
</ul>
<h2>v2025.2.2</h2>
<h2>Changelog</h2>
<ul>
<li>99bb9c6 🐛 QD-12042 add fallback when pr-sha is calculated and
fix parsing</li>
<li>c42bca8 🐛 QD-12042 change wording a little bit</li>
<li>ab05ceb 🧱 Update <code>vsts/QodanaScan/index.js</code></li>
<li>d766674 🐛 QD-11047 Allow code gl artifact upload</li>
<li>986309f 🐛 Add system token to Azure git commands and fix action
tests (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/526">#526</a>)</li>
<li>1c1fbc2 🐛 fix property arg parsing (make it according to doc) +
add tests (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/528">#528</a>)</li>
<li>2374145 🐛 QD-12128 pass access token directly</li>
<li>1835cfb ✨ QD-12128 add workingDirectory property</li>
<li>8862093 🐛 Fix a patch version in the Azure task</li>
<li>0bde661 ⬆️ Bump the dependencies group across 1 directory
with 4 updates</li>
<li>3187f6a ⬆️ Bump the dependencies group across 1 directory
with 16 updates</li>
<li>599e8b3 🧱 Update <code>scan/dist/index.js</code></li>
<li>11c5139 ⬆️ Update <code>qodana</code> to
<code>v2025.2.2</code> (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/534">#534</a>)</li>
<li>1725ecf ⬆️ Bump js-yaml from 4.1.0 to 4.1.1 (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/536">#536</a>)</li>
<li>cd5f7b3 📝 Update release instructions in CONTRIBUTING.md</li>
<li>6dfd39d ⬆️ Bump js-yaml in /common</li>
<li>3c7604d ⬆️ Bump brace-expansion from 1.1.11 to 1.1.12 (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/540">#540</a>)</li>
<li>2cbdbde ⬆️ Bump axios from 1.9.0 to 1.12.0 in /gitlab</li>
<li>e5d20b1 ⬆️ Bump jest and <code>@​types/jest</code></li>
</ul>
<h2>v2025.2.1</h2>
<h2>Changelog</h2>
<ul>
<li>db438bd 🐛 QD-11047 fix issue with quick-fixes: brunch and
pr-mode: false (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/479">#479</a>)</li>
<li>6162bc6 🐛 QD-11047 fix issue with quick-fixes in gitlab in
branch mode (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/482">#482</a>)</li>
<li>6dfb15c ⬆️ Bump the dependencies group across 1 directory
with 7 updates</li>
<li>ed82547 🧱 Update <code>scan/dist/index.js</code></li>
<li>127bb0b ⬆️ Bump <code>@​octokit/types</code> from 13.10.0 to
14.0.0</li>
<li>9f3c5cf 🐛 QD-11709 Support a list of values for --property
argument (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/481">#481</a>)</li>
<li>36a369f :feature: QD-11663 Azure: make a UI 'push quick-fixes' field
a dropdown menu (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/484">#484</a>)</li>
<li>0eb994c ⬆️ Bump the dependencies group with 10 updates</li>
<li>2252cf5 ⬆️ Bump <code>@​octokit/webhooks</code> from 13.8.2
to 14.0.0</li>
<li>cbd0bc4 ⬆️ Bump <code>@​octokit/rest</code> from 21.1.1 to
22.0.0</li>
<li>54e2af4 🐛 QD-11047 fix issue with quick-fixes: pull-request (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/490">#490</a>)</li>
<li>10ece8b ⬆️ Bump brace-expansion in /gitlab</li>
<li>c7bf965 ⬆️ Bump the dependencies group with 7 updates</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JetBrains/qodana-action/commit/42dad391966aca8ca344ca2340a7f43a5507e9b2"><code>42dad39</code></a>
:arrow_up: Update Qodana Azure version to 2025.3.1</li>
<li><a
href="https://github.com/JetBrains/qodana-action/commit/3b961979d4be739bacebbdae270f80c73d73d85b"><code>3b96197</code></a>
:arrow_up: Update <code>qodana</code> to <code>v2025.3.1</code></li>
<li>See full diff in <a
href="https://github.com/jetbrains/qodana-action/compare/v2025.2...v2025.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=JetBrains/qodana-action&package-manager=github_actions&previous-version=2025.2&new-version=2025.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
vova-jb pushed a commit that referenced this pull request Jan 27, 2026
…ns-actions group (#1311)

Bumps the jetbrains-actions group with 1 update:
[JetBrains/qodana-action](https://github.com/jetbrains/qodana-action).

Updates `JetBrains/qodana-action` from 2025.2 to 2025.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jetbrains/qodana-action/releases">JetBrains/qodana-action's
releases</a>.</em></p>
<blockquote>
<h2>v2025.2.4</h2>
<h2>Changelog</h2>
<ul>
<li>e2d8059 🐛 QD-13112 fix ignore of ignoreReturnCode option in git
operations</li>
<li>99ec27a QD-13112 bump version for azure</li>
</ul>
<h2>v2025.2.3</h2>
<h2>Changelog</h2>
<ul>
<li>caabf6f ⬆️ Bump azure-devops-node-api from 14.1.0 to
15.1.0</li>
<li>1374d44 🧱 Update <code>vsts/QodanaScan/index.js</code></li>
<li>3d4f50e ✨ add more logging around git operations</li>
<li>785712e ⬆️ Bump actions/checkout from 5 to 6 in the
dependencies group</li>
<li>8d427a3 ⬆️ Update <code>qodana</code> to
<code>v2025.2.3</code></li>
</ul>
<h2>v2025.2.2</h2>
<h2>Changelog</h2>
<ul>
<li>99bb9c6 🐛 QD-12042 add fallback when pr-sha is calculated and
fix parsing</li>
<li>c42bca8 🐛 QD-12042 change wording a little bit</li>
<li>ab05ceb 🧱 Update <code>vsts/QodanaScan/index.js</code></li>
<li>d766674 🐛 QD-11047 Allow code gl artifact upload</li>
<li>986309f 🐛 Add system token to Azure git commands and fix action
tests (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/526">#526</a>)</li>
<li>1c1fbc2 🐛 fix property arg parsing (make it according to doc) +
add tests (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/528">#528</a>)</li>
<li>2374145 🐛 QD-12128 pass access token directly</li>
<li>1835cfb ✨ QD-12128 add workingDirectory property</li>
<li>8862093 🐛 Fix a patch version in the Azure task</li>
<li>0bde661 ⬆️ Bump the dependencies group across 1 directory
with 4 updates</li>
<li>3187f6a ⬆️ Bump the dependencies group across 1 directory
with 16 updates</li>
<li>599e8b3 🧱 Update <code>scan/dist/index.js</code></li>
<li>11c5139 ⬆️ Update <code>qodana</code> to
<code>v2025.2.2</code> (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/534">#534</a>)</li>
<li>1725ecf ⬆️ Bump js-yaml from 4.1.0 to 4.1.1 (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/536">#536</a>)</li>
<li>cd5f7b3 📝 Update release instructions in CONTRIBUTING.md</li>
<li>6dfd39d ⬆️ Bump js-yaml in /common</li>
<li>3c7604d ⬆️ Bump brace-expansion from 1.1.11 to 1.1.12 (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/540">#540</a>)</li>
<li>2cbdbde ⬆️ Bump axios from 1.9.0 to 1.12.0 in /gitlab</li>
<li>e5d20b1 ⬆️ Bump jest and <code>@​types/jest</code></li>
</ul>
<h2>v2025.2.1</h2>
<h2>Changelog</h2>
<ul>
<li>db438bd 🐛 QD-11047 fix issue with quick-fixes: brunch and
pr-mode: false (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/479">#479</a>)</li>
<li>6162bc6 🐛 QD-11047 fix issue with quick-fixes in gitlab in
branch mode (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/482">#482</a>)</li>
<li>6dfb15c ⬆️ Bump the dependencies group across 1 directory
with 7 updates</li>
<li>ed82547 🧱 Update <code>scan/dist/index.js</code></li>
<li>127bb0b ⬆️ Bump <code>@​octokit/types</code> from 13.10.0 to
14.0.0</li>
<li>9f3c5cf 🐛 QD-11709 Support a list of values for --property
argument (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/481">#481</a>)</li>
<li>36a369f :feature: QD-11663 Azure: make a UI 'push quick-fixes' field
a dropdown menu (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/484">#484</a>)</li>
<li>0eb994c ⬆️ Bump the dependencies group with 10 updates</li>
<li>2252cf5 ⬆️ Bump <code>@​octokit/webhooks</code> from 13.8.2
to 14.0.0</li>
<li>cbd0bc4 ⬆️ Bump <code>@​octokit/rest</code> from 21.1.1 to
22.0.0</li>
<li>54e2af4 🐛 QD-11047 fix issue with quick-fixes: pull-request (<a
href="https://redirect.github.com/jetbrains/qodana-action/issues/490">#490</a>)</li>
<li>10ece8b ⬆️ Bump brace-expansion in /gitlab</li>
<li>c7bf965 ⬆️ Bump the dependencies group with 7 updates</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/JetBrains/qodana-action/commit/42dad391966aca8ca344ca2340a7f43a5507e9b2"><code>42dad39</code></a>
:arrow_up: Update Qodana Azure version to 2025.3.1</li>
<li><a
href="https://github.com/JetBrains/qodana-action/commit/3b961979d4be739bacebbdae270f80c73d73d85b"><code>3b96197</code></a>
:arrow_up: Update <code>qodana</code> to <code>v2025.3.1</code></li>
<li>See full diff in <a
href="https://github.com/jetbrains/qodana-action/compare/v2025.2...v2025.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=JetBrains/qodana-action&package-manager=github_actions&previous-version=2025.2&new-version=2025.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant