diff --git a/.github/workflows/multi-build-typesense.yml b/.github/workflows/multi-build-typesense.yml index 45342106..78be3c24 100644 --- a/.github/workflows/multi-build-typesense.yml +++ b/.github/workflows/multi-build-typesense.yml @@ -229,6 +229,6 @@ jobs: format: 'sarif' output: 'trivy-results.sarif' - name: Upload scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4 + uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4 with: sarif_file: 'trivy-results.sarif' diff --git a/.github/workflows/multi-build.yml b/.github/workflows/multi-build.yml index 4f089b00..edebcd07 100644 --- a/.github/workflows/multi-build.yml +++ b/.github/workflows/multi-build.yml @@ -310,6 +310,6 @@ jobs: format: 'sarif' output: 'trivy-results.sarif' - name: Upload scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4 + uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4 with: sarif_file: 'trivy-results.sarif' diff --git a/.github/workflows/security-msdo-defender.yml b/.github/workflows/security-msdo-defender.yml index e50f51d5..2f095901 100644 --- a/.github/workflows/security-msdo-defender.yml +++ b/.github/workflows/security-msdo-defender.yml @@ -47,6 +47,6 @@ jobs: - name: Upload SARIF to GitHub Code Scanning if: always() - uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4 + uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4 with: sarif_file: ${{ env.MSDO_SARIF_FILE }}