diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7197ec8..3fe32c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: - name: Upload Trivy scan results to GitHub Security tab if: github.ref == 'refs/heads/master' && (github.event_name == 'push' || github.event_name == 'schedule') - uses: github/codeql-action/upload-sarif@v2 + uses: github/codeql-action/upload-sarif@v3 with: sarif_file: 'trivy-results.sarif'