diff --git a/action.yml b/action.yml index e896063..b644a3c 100644 --- a/action.yml +++ b/action.yml @@ -124,7 +124,7 @@ runs: - name: Upload Trivy scan results to GitHub Security tab if: ${{ inputs.trivy == 'true' }} # See https://github.com/github/codeql-action/commits/main/ - uses: github/codeql-action/upload-sarif@3ef4c0845750690942ece9abe29a853edce0f43c + uses: github/codeql-action/upload-sarif@acb9cb18eec7e3a113ef83cff0be91e75cfd9526 with: sarif_file: trivy-results.sarif category: ${{ fromJSON(steps.meta.outputs.json).tags[0] }} diff --git a/docker-build-push/action.yml b/docker-build-push/action.yml index 744a08d..9efb1c1 100644 --- a/docker-build-push/action.yml +++ b/docker-build-push/action.yml @@ -153,7 +153,7 @@ runs: - name: Upload Trivy scan results to GitHub Security tab if: ${{ inputs.trivy == 'true' }} # See https://github.com/github/codeql-action/commits/main/ - uses: github/codeql-action/upload-sarif@3ef4c0845750690942ece9abe29a853edce0f43c + uses: github/codeql-action/upload-sarif@acb9cb18eec7e3a113ef83cff0be91e75cfd9526 with: sarif_file: trivy-results.sarif category: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}