From 5d6f624d5da257d2627e4d4555758d697a01ea50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 14:18:27 +0000 Subject: [PATCH] deps(actions)(deps): bump zaproxy/action-baseline from 0.14.0 to 0.15.0 Bumps [zaproxy/action-baseline](https://github.com/zaproxy/action-baseline) from 0.14.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/7c4deb10e6261301961c86d65d54a516394f9aed...de8ad967d3548d44ef623df22cf95c3b0baf8b25) --- 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-baseline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zap-baseline.yml b/.github/workflows/zap-baseline.yml index 9b294f6..5cbb52d 100644 --- a/.github/workflows/zap-baseline.yml +++ b/.github/workflows/zap-baseline.yml @@ -106,7 +106,7 @@ jobs: # # rules_file_name: .zap/rules.tsv — our suppression list # (see file's own comments for the maintenance contract). - uses: zaproxy/action-baseline@7c4deb10e6261301961c86d65d54a516394f9aed # v0.14.0 + uses: zaproxy/action-baseline@de8ad967d3548d44ef623df22cf95c3b0baf8b25 # v0.15.0 with: target: "http://localhost:8000" rules_file_name: ".zap/rules.tsv"