Skip to content

Commit

Permalink
Update linters to latest instead of EAPs (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
hybloid committed Aug 27, 2024
1 parent 96b681e commit 974e777
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ jobs:
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_GO }}
with:
args: "-i,GO/go-test-coverage,--linter,jetbrains/qodana-go:2023.3-eap"
args: "-i,GO/go-test-coverage,--linter,jetbrains/qodana-go:latest"
pr-mode: false
2 changes: 1 addition & 1 deletion .github/workflows/gradle-jacoco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_GRADLE_JACOCO }}
with:
args: "-i,JVM/jacoco/gradle,--linter,jetbrains/qodana-jvm:2023.3-eap"
args: "-i,JVM/jacoco/gradle,--linter,jetbrains/qodana-jvm:latest"
pr-mode: false
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_GRADLE }}
with:
args: "-i,JVM/intellij-coverage-agent/gradle,--linter,jetbrains/qodana-jvm:2023.3-eap"
args: "-i,JVM/intellij-coverage-agent/gradle,--linter,jetbrains/qodana-jvm:latest"
pr-mode: false
2 changes: 1 addition & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ jobs:
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_JS }}
with:
args: "-i,JS/jest,--linter,jetbrains/qodana-js:2023.3-eap"
args: "-i,JS/jest,--linter,jetbrains/qodana-js:latest"
pr-mode: false
2 changes: 1 addition & 1 deletion .github/workflows/maven-jacoco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_MVN_JACOCO }}
with:
args: "-i,JVM/jacoco/maven,--linter,jetbrains/qodana-jvm:2023.3-eap"
args: "-i,JVM/jacoco/maven,--linter,jetbrains/qodana-jvm:latest"
pr-mode: false
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_MVN }}
with:
args: "-i,JVM/intellij-coverage-agent/maven,--linter,jetbrains/qodana-jvm:2023.3-eap"
args: "-i,JVM/intellij-coverage-agent/maven,--linter,jetbrains/qodana-jvm:latest"
pr-mode: false
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_PHP }}
with:
args: "-i,PHP/phpunit,--linter,jetbrains/qodana-php:2023.3-eap"
args: "-i,PHP/phpunit,--linter,jetbrains/qodana-php:latest"
pr-mode: false
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_PYTHON }}
with:
args: "-i,PYTHON/py,--linter,jetbrains/qodana-python:2024.1"
args: "-i,PYTHON/py,--linter,jetbrains/qodana-python:latest"
pr-mode: false

0 comments on commit 974e777

Please sign in to comment.