diff --git a/.github/workflows/build-container-images.yml b/.github/workflows/build-container-images.yml index 156108ee3..d6aa6a59d 100644 --- a/.github/workflows/build-container-images.yml +++ b/.github/workflows/build-container-images.yml @@ -240,7 +240,7 @@ jobs: ignore-unfixed: true - name: Upload Trivy results to GitHub Security - uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4 + uses: github/codeql-action/upload-sarif@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v4 if: github.event_name != 'pull_request' with: sarif_file: 'trivy-results-${{ matrix.name }}.sarif' diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 69af575a9..df8aa849d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -104,7 +104,7 @@ jobs: severity: 'CRITICAL,HIGH' - name: Upload Trivy scan results to GitHub Security - uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4 + uses: github/codeql-action/upload-sarif@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v4 if: always() with: sarif_file: 'trivy-results.sarif' @@ -123,7 +123,7 @@ jobs: output_file_path: checkov-results.sarif - name: Upload Checkov scan results - uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4 + uses: github/codeql-action/upload-sarif@1c5b675653bb5c22dbe9b12b556ec555138e09fd # v4 if: always() with: sarif_file: checkov-results.sarif