From 30fb3655314e4531bc6398e73d3aecdd142c3340 Mon Sep 17 00:00:00 2001 From: thc202 Date: Tue, 2 Apr 2024 13:37:22 +0100 Subject: [PATCH] Release v0.12.0 Update changelog and readme. Signed-off-by: thc202 --- CHANGELOG.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e39b3482..ca7cf3b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this GitHub action will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). -## [Unreleased] +## [0.12.0] - 2024-04-02 ### Changed - Update dependencies. @@ -86,7 +86,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). First release to Marketplace. -[Unreleased]: https://github.com/zaproxy/action-baseline/compare/v0.11.0...HEAD +[0.12.0]: https://github.com/zaproxy/action-baseline/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/zaproxy/action-baseline/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/zaproxy/action-baseline/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/zaproxy/action-baseline/compare/v0.8.2...v0.9.0 diff --git a/README.md b/README.md index f8aebf6d..eb60e22f 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ will be copied into the docker container: ``` steps: - name: ZAP Scan - uses: zaproxy/action-baseline@v0.11.0 + uses: zaproxy/action-baseline@v0.12.0 with: target: 'https://www.zaproxy.org' ``` @@ -91,7 +91,7 @@ jobs: with: ref: master - name: ZAP Scan - uses: zaproxy/action-baseline@v0.11.0 + uses: zaproxy/action-baseline@v0.12.0 with: token: ${{ secrets.GITHUB_TOKEN }} docker_name: 'ghcr.io/zaproxy/zaproxy:stable'