diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e75432f..be3e931 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -30,7 +30,7 @@ jobs: fail-build: true - name: Upload scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@d4b3ca9fa7f69d38bfcd667bdc45bc373d16277e # v4 + uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4 if: always() with: sarif_file: ${{ steps.grype-scan.outputs.sarif }} @@ -75,7 +75,7 @@ jobs: fail-build: true - name: Upload scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@d4b3ca9fa7f69d38bfcd667bdc45bc373d16277e # v4 + uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4 if: always() with: sarif_file: ${{ steps.grype-scan.outputs.sarif }}