diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 9cdaa066..0fa70d5b 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -18,6 +18,6 @@ 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@v2024.1.3 + uses: JetBrains/qodana-action@v2024.1.4 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}