diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 62a6e1d..d06dd84 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -20,7 +20,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit fetch-depth: 0 # a full history is required for pull request analysis - name: 'Qodana Scan' - uses: JetBrains/qodana-action@4861e015da555e86a72b862892aba6c2b93e6891 # v2026.1 + uses: JetBrains/qodana-action@b588768b6e7e6da579e518bc584f79de0d243692 # v2026.1 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_1511451054 }} QODANA_ENDPOINT: 'https://qodana.cloud'