From 511e6bbc2cc134167f9832c7c25880bb7dcb6740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 21:18:35 +0000 Subject: [PATCH] Bump zaproxy/action-full-scan from 0.12.0 to 0.13.0 Bumps [zaproxy/action-full-scan](https://github.com/zaproxy/action-full-scan) from 0.12.0 to 0.13.0. - [Release notes](https://github.com/zaproxy/action-full-scan/releases) - [Changelog](https://github.com/zaproxy/action-full-scan/blob/master/CHANGELOG.md) - [Commits](https://github.com/zaproxy/action-full-scan/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: zaproxy/action-full-scan dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml b/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml index fbf7156..87347fd 100644 --- a/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml +++ b/.github/workflows/DAST-ZAP-Zed-Attach-Proxy-Checkmarx.yml @@ -47,7 +47,7 @@ jobs: echo "Application is already running." fi - name: Run ZAP Scan - uses: zaproxy/action-full-scan@v0.12.0 + uses: zaproxy/action-full-scan@v0.13.0 id: zap with: allow_issue_writing: false