From e4d980a31ebe7db2dede6b4f35a686f1fe76ebba Mon Sep 17 00:00:00 2001 From: thc202 Date: Wed, 25 Sep 2024 11:35:08 +0100 Subject: [PATCH] Release v0.13.0 Update changelog and readme. Signed-off-by: thc202 --- CHANGELOG.md | 4 ++-- README.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13494efc..8fa328fb 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.13.0] - 2024-09-25 ### Changed - Update dependencies, which adds rate-limiting when accessing the GitHub API. @@ -93,7 +93,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.12.0...HEAD +[0.13.0]: https://github.com/zaproxy/action-baseline/compare/v0.12.0...v0.13.0 [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 diff --git a/README.md b/README.md index eb60e22f..ac6323cf 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.12.0 + uses: zaproxy/action-baseline@v0.13.0 with: target: 'https://www.zaproxy.org' ``` @@ -87,11 +87,11 @@ jobs: name: Scan the webapplication steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: master - name: ZAP Scan - uses: zaproxy/action-baseline@v0.12.0 + uses: zaproxy/action-baseline@v0.13.0 with: token: ${{ secrets.GITHUB_TOKEN }} docker_name: 'ghcr.io/zaproxy/zaproxy:stable'