From 4d657983551c9b40efe282e195e4210abc6f2795 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 05:09:16 +0000 Subject: [PATCH] chore(actions): bump zaproxy/action-api-scan from 0.7.0 to 0.10.0 Bumps [zaproxy/action-api-scan](https://github.com/zaproxy/action-api-scan) from 0.7.0 to 0.10.0. - [Release notes](https://github.com/zaproxy/action-api-scan/releases) - [Changelog](https://github.com/zaproxy/action-api-scan/blob/main/CHANGELOG.md) - [Commits](https://github.com/zaproxy/action-api-scan/compare/v0.7.0...v0.10.0) --- updated-dependencies: - dependency-name: zaproxy/action-api-scan dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1673f284..e3320fe7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -846,7 +846,7 @@ jobs: continue-on-error: false - name: Run OWASP ZAP API Scan - uses: zaproxy/action-api-scan@v0.7.0 + uses: zaproxy/action-api-scan@v0.10.0 with: target: 'http://localhost:3000/api/trpc' format: openapi