diff --git a/.github/workflows/detekt.yml b/.github/workflows/detekt.yml index 6ae17659..5eb7066f 100644 --- a/.github/workflows/detekt.yml +++ b/.github/workflows/detekt.yml @@ -51,7 +51,7 @@ jobs: )" > ${{ github.workspace }}/detekt.sarif.json # Uploads results to GitHub repository using the upload-sarif action - - uses: github/codeql-action/upload-sarif@d68b2d4edb4189fd2a5366ac14e72027bd4b37dd # v3.28.2 + - uses: github/codeql-action/upload-sarif@dd196fa9ce80b6bacc74ca1c32bd5b0ba22efca7 # v3.28.3 with: # Path to SARIF file relative to the root of the repository sarif_file: ${{ github.workspace }}/detekt.sarif.json