From e5ab1b1f21e02b690cdad9ad7092888c0358c6c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:22:27 +0000 Subject: [PATCH] Chore(deps): Bump zaproxy/action-af Bumps the actions-minor-patch group with 1 update in the / directory: [zaproxy/action-af](https://github.com/zaproxy/action-af). Updates `zaproxy/action-af` from 0.1.0 to 0.2.0 - [Release notes](https://github.com/zaproxy/action-af/releases) - [Changelog](https://github.com/zaproxy/action-af/blob/main/CHANGELOG.md) - [Commits](https://github.com/zaproxy/action-af/compare/v0.1.0...v0.2.0) --- updated-dependencies: - dependency-name: zaproxy/action-af dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/zap-scan-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zap-scan-test.yml b/.github/workflows/zap-scan-test.yml index b399dd5e4..a2cca44be 100644 --- a/.github/workflows/zap-scan-test.yml +++ b/.github/workflows/zap-scan-test.yml @@ -65,7 +65,7 @@ jobs: backend/compact-connect/docs/search-internal/api-specification/latest-oas30-zap.json - name: ZAP Scan - uses: zaproxy/action-af@v0.1.0 + uses: zaproxy/action-af@v0.2.0 with: plan: 'owasp-zap/data/test-automation.yml'