diff --git a/.github/workflows/reusable_trivy-scans.yml b/.github/workflows/reusable_trivy-scans.yml index ee06e45..9d24734 100644 --- a/.github/workflows/reusable_trivy-scans.yml +++ b/.github/workflows/reusable_trivy-scans.yml @@ -46,6 +46,6 @@ jobs: ignore-unfixed: true - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: "trivy-results.sarif"