From f3444b0db88267d8a8e59d33ada30e49db06ce7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 06:23:03 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84(deps):=20Bump=20zaproxy/action-bas?= =?UTF-8?q?eline=20from=200.12.0=20to=200.15.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [zaproxy/action-baseline](https://github.com/zaproxy/action-baseline) from 0.12.0 to 0.15.0. - [Release notes](https://github.com/zaproxy/action-baseline/releases) - [Changelog](https://github.com/zaproxy/action-baseline/blob/master/CHANGELOG.md) - [Commits](https://github.com/zaproxy/action-baseline/compare/v0.12.0...v0.15.0) --- updated-dependencies: - dependency-name: zaproxy/action-baseline dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 4ec0b34..93b8a9f 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -244,7 +244,7 @@ jobs: # Dynamic application security testing using official OWASP ZAP Action - name: 🕷️ OWASP ZAP Dynamic Security Scan if: github.event_name != 'schedule' - uses: zaproxy/action-baseline@v0.12.0 + uses: zaproxy/action-baseline@v0.15.0 with: target: 'http://localhost:5000' rules_file_name: '.zap/rules.tsv'