Skip to content

Commit

Permalink
build(deps): update jetbrains/qodana-action action to v2024 (#5783)
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Wittlinger <[email protected]>
  • Loading branch information
renovate[bot] and MartinWitt authored Oct 26, 2024
1 parent cf3dafd commit ceb0a3c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@a040a784cc28cb9cabdf884c4e8c32d0aa3fcdb3 # v2023.3.2
uses: JetBrains/qodana-action@4f04143e8d52028fee27c2a219c8856035094962 # v2024.2.5
with:
args: --source-directory,./src/main/java , --fail-threshold, 0
post-pr-comment: "false"
Expand All @@ -33,7 +33,7 @@ jobs:
with:
fetch-depth: 0
- name: 'Qodana Scan (spoon-javadoc)'
uses: JetBrains/qodana-action@a040a784cc28cb9cabdf884c4e8c32d0aa3fcdb3 # v2023.3.2
uses: JetBrains/qodana-action@4f04143e8d52028fee27c2a219c8856035094962 # v2024.2.5
with:
args: --source-directory,./spoon-javadoc/src/main/java , --fail-threshold, 0
post-pr-comment: "false"
Expand All @@ -48,7 +48,7 @@ jobs:
with:
fetch-depth: 0
- name: 'Qodana Scan (spoon-control-flow)'
uses: JetBrains/qodana-action@a040a784cc28cb9cabdf884c4e8c32d0aa3fcdb3 # v2023.3.2
uses: JetBrains/qodana-action@4f04143e8d52028fee27c2a219c8856035094962 # v2024.2.5
with:
args: --source-directory,./spoon-control-flow/src/main/java , --fail-threshold, 0
post-pr-comment: "false"
Expand Down
4 changes: 4 additions & 0 deletions qodana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ exclude:
- src/main/java/spoon/support/visitor/clone/CloneBuilder.java
- src/main/java/spoon/support/visitor/clone/CloneVisitor.java
- src/main/java/spoon/reflect/meta/impl/ModelRoleHandlers.java


#Specify Qodana linter for analysis (Applied in CI/CD pipeline)
linter: jetbrains/qodana-jvm-community:latest

0 comments on commit ceb0a3c

Please sign in to comment.