From 8a67142f46f5e5a60eddfaee9f5b006a3702a6d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 14:09:02 +0000 Subject: [PATCH] ci: bump zaproxy/action-baseline from 0.10.0 to 0.15.0 Bumps [zaproxy/action-baseline](https://github.com/zaproxy/action-baseline) from 0.10.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.10.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-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-scan.yml b/.github/workflows/security-scan.yml index 71f9f17..9142a9d 100644 --- a/.github/workflows/security-scan.yml +++ b/.github/workflows/security-scan.yml @@ -301,7 +301,7 @@ jobs: uses: actions/checkout@v4 - name: ZAP Baseline Scan - uses: zaproxy/action-baseline@v0.10.0 + uses: zaproxy/action-baseline@v0.15.0 with: target: 'https://dev.maas.example.com' rules_file_name: '.zap/rules.tsv'