Skip to content

Commit ab57b9c

Browse files
committed
Release v0.6.0
Update changelog and readme. Signed-off-by: thc202 <[email protected]>
1 parent e4e2d60 commit ab57b9c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this GitHub action will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7-
## [Unreleased]
7+
## [0.6.0] - 2024-01-25
88
### Changed
99
- Run with node20. [#29](https://github.com/zaproxy/action-api-scan/issues/29)
1010

@@ -40,7 +40,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4040

4141
First release to Marketplace.
4242

43-
[Unreleased]: https://github.com/zaproxy/action-api-scan/compare/v0.5.0...HEAD
43+
[0.6.0]: https://github.com/zaproxy/action-api-scan/compare/v0.5.0...v0.6.0
4444
[0.5.0]: https://github.com/zaproxy/action-api-scan/compare/v0.4.0...v0.5.0
4545
[0.4.0]: https://github.com/zaproxy/action-api-scan/compare/v0.3.1...v0.4.0
4646
[0.3.1]: https://github.com/zaproxy/action-api-scan/compare/v0.3.0...v0.3.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ will be copied into the docker container:
7777
```
7878
steps:
7979
- name: ZAP Scan
80-
uses: zaproxy/action-api-scan@v0.5.0
80+
uses: zaproxy/action-api-scan@v0.6.0
8181
with:
8282
target: 'https://www.zaproxy.org/'
8383
```
@@ -98,7 +98,7 @@ jobs:
9898
ref: master
9999
100100
- name: ZAP Scan
101-
uses: zaproxy/action-api-scan@v0.5.0
101+
uses: zaproxy/action-api-scan@v0.6.0
102102
with:
103103
token: ${{ secrets.GITHUB_TOKEN }}
104104
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'

0 commit comments

Comments
 (0)