diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 40e99a9..28881b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -185,6 +185,6 @@ jobs: - name: Upload Trivy scan results to GitHub Security tab if: github.event_name == 'push' - uses: github/codeql-action/upload-sarif@38697555549f1db7851b81482ff19f1fa5c4fedc # v4 + uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4 with: sarif_file: ${{ steps.image.outputs.trivy-results }}