Skip to content

Commit f6319bb

Browse files
chore(deps): update jetbrains/qodana-action action to v2024
1 parent c1ce296 commit f6319bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/qodana.yml

+3-3
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@a040a784cc28cb9cabdf884c4e8c32d0aa3fcdb3 # v2023.3.2
21+
uses: JetBrains/qodana-action@32840fdb87f8dd110e0a6b09323c7142b667b25d # v2024.1.5
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@a040a784cc28cb9cabdf884c4e8c32d0aa3fcdb3 # v2023.3.2
36+
uses: JetBrains/qodana-action@32840fdb87f8dd110e0a6b09323c7142b667b25d # v2024.1.5
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@a040a784cc28cb9cabdf884c4e8c32d0aa3fcdb3 # v2023.3.2
51+
uses: JetBrains/qodana-action@32840fdb87f8dd110e0a6b09323c7142b667b25d # v2024.1.5
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)