diff --git a/.github/workflows/artifacts.yaml b/.github/workflows/artifacts.yaml index b1e0a53..6a1b346 100644 --- a/.github/workflows/artifacts.yaml +++ b/.github/workflows/artifacts.yaml @@ -69,7 +69,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'