diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index 6f975da..849dfb5 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -71,7 +71,7 @@ jobs: if: github.event_name == 'push' - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: "trivy-results.sarif" if: github.event_name == 'push'