Skip to content

Commit

Permalink
Release v0.12.0
Browse files Browse the repository at this point in the history
Update changelog and readme.

Signed-off-by: thc202 <[email protected]>
  • Loading branch information
thc202 committed Apr 2, 2024
1 parent 9632e22 commit 30fb365
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```
Expand All @@ -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'
Expand Down

0 comments on commit 30fb365

Please sign in to comment.