Skip to content

Commit

Permalink
Bump JetBrains/qodana-action from 2024.2.3 to 2024.2.5
Browse files Browse the repository at this point in the history
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2024.2.3 to 2024.2.5.
- [Release notes](https://github.com/jetbrains/qodana-action/releases)
- [Commits](JetBrains/qodana-action@v2024.2.3...v2024.2.5)

---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and ahus1 committed Oct 26, 2024
1 parent 86f13fd commit 2acb683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: git fetch --deepen=1

- name: 'Qodana for Docs'
uses: JetBrains/[email protected].3
uses: JetBrains/[email protected].5
with:
upload-result: true
# https://hub.docker.com/r/jetbrains/qodana-jvm-community/tags
Expand All @@ -73,7 +73,7 @@ jobs:
# TODO: the plugin `org.jetbrains.plugins.gradle` should also be suppressed, but the parameter doesn't allow
# a comma when called from the Qodana action. Therefore overwrite it with an empty folder.
args: >
--linter,jetbrains/qodana-jvm-community:2024.1,
--linter,jetbrains/qodana-jvm-community:2024.2,
--property=idea.suppressed.plugins.id=com.intellij.gradle,
-v,${{ github.workspace }}/grazie:/opt/idea/plugins/grazie,
-v,${{ github.workspace }}/empty:/opt/idea/plugins/gradle-java,
Expand Down

0 comments on commit 2acb683

Please sign in to comment.