diff --git a/.github/workflows/qodana.yaml b/.github/workflows/qodana.yaml index 73890567..39913bf8 100644 --- a/.github/workflows/qodana.yaml +++ b/.github/workflows/qodana.yaml @@ -47,7 +47,7 @@ jobs: run: composer install --prefer-dist --no-progress --no-interaction --no-suggest - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2023.3 + uses: JetBrains/qodana-action@latest with: args: --baseline,qodana.sarif.json env: diff --git a/qodana.yaml b/qodana.yaml index a6b04e2a..321ac0ff 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -1,7 +1,7 @@ version: "1.0" profile: path: .qodana-profile.xml -linter: jetbrains/qodana-php:2023.3 +linter: jetbrains/qodana-php:latest php: version: "8.1" failThreshold: 0