diff --git a/.github/workflows/docker-release.yml b/.github/workflows/docker-release.yml index 2ac7b84..ef330df 100644 --- a/.github/workflows/docker-release.yml +++ b/.github/workflows/docker-release.yml @@ -79,7 +79,7 @@ jobs: vuln-type: os,library severity: CRITICAL - name: Trivy upload scan results - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 if: github.event_name != 'pull_request' with: sarif_file: trivy-results.sarif diff --git a/.github/workflows/trivy-scan-image.yml b/.github/workflows/trivy-scan-image.yml index a979f48..3f7e18f 100644 --- a/.github/workflows/trivy-scan-image.yml +++ b/.github/workflows/trivy-scan-image.yml @@ -33,7 +33,7 @@ jobs: vuln-type: os,library severity: CRITICAL - name: Trivy upload scan results - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 if: github.event_name != 'pull_request' with: sarif_file: trivy-results.sarif