diff --git a/.github/workflows/detekt.yml b/.github/workflows/detekt.yml index 4a38e4e9c..54558c8c5 100644 --- a/.github/workflows/detekt.yml +++ b/.github/workflows/detekt.yml @@ -33,7 +33,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@v3 if: success() || failure() with: sarif_file: build/reports/detekt/detekt.sarif