From c9de728957218ffdfc88d4c2a6cc6aa28ba3e33f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 16:58:43 +0000 Subject: [PATCH] Bump zaproxy/action-api-scan from 0.9.0 to 0.10.0 Bumps [zaproxy/action-api-scan](https://github.com/zaproxy/action-api-scan) from 0.9.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/77dfa9a647bb0f583e39d4df8531634d6ddd8df4...5158fe4d9d8fcc75ea204db81317cce7f9e5453d) --- 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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a93eaa2..248c00e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -166,7 +166,7 @@ jobs: no-fail-on-empty-changeset: "1" parameter-overrides: "StackIrland=${{ env.StackId }},StackFrankfurt=${{ env.StackId2 }}" - name: ZAP API Scan - uses: zaproxy/action-api-scan@77dfa9a647bb0f583e39d4df8531634d6ddd8df4 # v0.9.0 + uses: zaproxy/action-api-scan@5158fe4d9d8fcc75ea204db81317cce7f9e5453d # v0.10.0 with: docker_name: "ghcr.io/zaproxy/zaproxy:stable" target: 'https://api.hack23.com/v1/healthcheck'