diff --git a/.github/workflows/build-latest.yml b/.github/workflows/build-latest.yml index 8e0d5eb..25632d4 100644 --- a/.github/workflows/build-latest.yml +++ b/.github/workflows/build-latest.yml @@ -223,7 +223,7 @@ jobs: vuln-type: os,library - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.3 with: sarif_file: trivy-results.sarif category: trivy-${{ env.TAG }} @@ -244,7 +244,7 @@ jobs: fail-build: false - name: Upload Grype scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.3 with: sarif_file: ${{ steps.grype.outputs.sarif }} category: grype-${{ env.TAG }} diff --git a/.github/workflows/build-rc.yml b/.github/workflows/build-rc.yml index 82cdf7a..703e09c 100644 --- a/.github/workflows/build-rc.yml +++ b/.github/workflows/build-rc.yml @@ -223,7 +223,7 @@ jobs: vuln-type: os,library - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.3 with: sarif_file: trivy-results.sarif category: trivy-${{ env.TAG }} @@ -244,7 +244,7 @@ jobs: fail-build: false - name: Upload Grype scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.3 with: sarif_file: ${{ steps.grype.outputs.sarif }} category: grype-${{ env.TAG }}