diff --git a/.github/workflows/test-branch.yml b/.github/workflows/test-branch.yml index 2eca722c8..634be1bd6 100644 --- a/.github/workflows/test-branch.yml +++ b/.github/workflows/test-branch.yml @@ -119,7 +119,7 @@ jobs: # Make sure we always run this upload task, # because the previous step may fail if there are findings. - name: Upload SARIF to GitHub using the upload-sarif action - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v4 if: always() with: sarif_file: 'build/reports/detekt/detekt.sarif'