diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a674e6..9c975ea 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.22.12 with: sarif_file: 'trivy-results.sarif' - name: run container locally as a test