diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a674e6..49bec8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: output: 'trivy-results.sarif' severity: ${{ env.SEVERITY }} - name: upload trivy scan results to GitHub security tab - uses: github/codeql-action/upload-sarif@v2.21.9 + uses: github/codeql-action/upload-sarif@v3.23.0 with: sarif_file: 'trivy-results.sarif' - name: run container locally as a test