diff --git a/.github/workflows/docker-build-push.yml b/.github/workflows/docker-build-push.yml index 6f2feb88..da97e757 100644 --- a/.github/workflows/docker-build-push.yml +++ b/.github/workflows/docker-build-push.yml @@ -157,7 +157,7 @@ jobs: - name: Upload API vulnerability results to GitHub Security tab if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: ${{ steps.scan-api.outputs.sarif }} category: api-security-scan @@ -282,7 +282,7 @@ jobs: - name: Upload App vulnerability results to GitHub Security tab if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' - uses: github/codeql-action/upload-sarif@v3 + uses: github/codeql-action/upload-sarif@v4 with: sarif_file: ${{ steps.scan-app.outputs.sarif }} category: app-security-scan