From 1ad10546f8b59faba879903f4b9b222918bcc323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 19:22:35 +0000 Subject: [PATCH] chore(actions): 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/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6085811d..6a46b11a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -831,7 +831,7 @@ jobs: done - name: Run OWASP ZAP Baseline Scan - uses: zaproxy/action-baseline@v0.12.0 + uses: zaproxy/action-baseline@v0.15.0 with: target: 'http://localhost:3000' rules_file_name: '.zap/rules.tsv'