diff --git a/.github/workflows/build-32.yml b/.github/workflows/build-32.yml index d948eac..b17c925 100644 --- a/.github/workflows/build-32.yml +++ b/.github/workflows/build-32.yml @@ -83,7 +83,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 }} @@ -104,7 +104,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 }} \ No newline at end of file diff --git a/.github/workflows/build-33.yml b/.github/workflows/build-33.yml index 78ebc85..7c7ccfb 100644 --- a/.github/workflows/build-33.yml +++ b/.github/workflows/build-33.yml @@ -83,7 +83,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 }} @@ -104,7 +104,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 }} \ No newline at end of file diff --git a/.github/workflows/build-34.yml b/.github/workflows/build-34.yml index 7946b81..3ca758a 100644 --- a/.github/workflows/build-34.yml +++ b/.github/workflows/build-34.yml @@ -83,7 +83,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 }} @@ -104,7 +104,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 }} \ No newline at end of file