diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index e19295881..2ba699d06 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -20,7 +20,8 @@ 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@main + # https://www.jetbrains.com/help/qodana/github.html#Usage + uses: JetBrains/qodana-action@v2024.2 with: upload-result: true github-token: ${{ secrets.FORLIY_ACCESS_TOKEN }}