From 781359934b45cc3621f5ebbb5302f922d225a4cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:27:04 +0000 Subject: [PATCH] chore(deps): bump zaproxy/action-baseline from 0.12.0 to 0.15.0 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/zap-scan.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zap-scan.yml b/.github/workflows/zap-scan.yml index 8d20ef2..39b81da 100644 --- a/.github/workflows/zap-scan.yml +++ b/.github/workflows/zap-scan.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: ZAP Baseline Scan - uses: zaproxy/action-baseline@v0.12.0 + uses: zaproxy/action-baseline@v0.15.0 with: target: 'https://staging.solarproof.example.com' # Replace with actual staging URL rules_file_name: '.zap/rules.tsv'