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 b0edadb commit e1fa6d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,12 @@ jobs:
run: |
mkdir empty
- name: Get one more commit so Qodana we can identify the changes
- name: Get two more commits so Qodana we can identify the changes
if: github.event_name == 'pull_request'
run: git fetch --deepen=1
run: git fetch --deepen=2

- 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 e1fa6d3

Please sign in to comment.