From eca0638e4ae481aaee9911f258f61eea73176d14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:22:26 +0000 Subject: [PATCH] Chore(deps): Bump zaproxy/action-af in the actions-minor-patch group Bumps the actions-minor-patch group with 1 update: [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 83281b150..66401a2fe 100644 --- a/.github/workflows/zap-scan-test.yml +++ b/.github/workflows/zap-scan-test.yml @@ -61,7 +61,7 @@ jobs: working-directory: 'owasp-zap/authenticator' - 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'