Skip to content

Commit 9dd1570

Browse files
build(deps): update jetbrains/qodana-action action to v2025.2.2 (#6536)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e3718a commit 9dd1570

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/qodana.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: 'Qodana Scan'
21-
uses: JetBrains/qodana-action@27de2a744479d1d731934eeaf79287575ebc5dd3 # v2025.2.1
21+
uses: JetBrains/qodana-action@e5d20b1260e99a93210d46ec8882c83978a09036 # v2025.2.2
2222
with:
2323
args: --source-directory,./src/main/java , --fail-threshold, 0
2424
post-pr-comment: "false"
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
fetch-depth: 0
3535
- name: 'Qodana Scan (spoon-javadoc)'
36-
uses: JetBrains/qodana-action@27de2a744479d1d731934eeaf79287575ebc5dd3 # v2025.2.1
36+
uses: JetBrains/qodana-action@e5d20b1260e99a93210d46ec8882c83978a09036 # v2025.2.2
3737
with:
3838
args: --source-directory,./spoon-javadoc/src/main/java , --fail-threshold, 0
3939
post-pr-comment: "false"
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
fetch-depth: 0
5050
- name: 'Qodana Scan (spoon-control-flow)'
51-
uses: JetBrains/qodana-action@27de2a744479d1d731934eeaf79287575ebc5dd3 # v2025.2.1
51+
uses: JetBrains/qodana-action@e5d20b1260e99a93210d46ec8882c83978a09036 # v2025.2.2
5252
with:
5353
args: --source-directory,./spoon-control-flow/src/main/java , --fail-threshold, 0
5454
post-pr-comment: "false"

0 commit comments

Comments
 (0)