From a11fa24f0ca25d95e44b1a03a681c44134b62094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 19:22:47 +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 6085811d..3d6e7618 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