diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 9c4f542..a41414f 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -128,7 +128,7 @@ jobs: severity: "CRITICAL,HIGH" - name: Upload Trivy results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v4 + uses: github/codeql-action/upload-sarif@v4.37.3 if: always() with: sarif_file: "trivy-results.sarif"