Skip to content

Commit ba33d78

Browse files
authored
Merge pull request #24 from thc202/release-v0.4.0
Release v0.4.0
2 parents b5834de + 049ea3f commit ba33d78

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.4.0] - 2023-08-02
88
### Changed
99
- The default Docker image was changed to `ghcr.io/zaproxy/zaproxy:stable`.
1010

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

3333
First release to Marketplace.
3434

35-
[Unreleased]: https://github.com/zaproxy/action-api-scan/compare/v0.3.1...HEAD
35+
[0.4.0]: https://github.com/zaproxy/action-api-scan/compare/v0.3.1...v0.4.0
3636
[0.3.1]: https://github.com/zaproxy/action-api-scan/compare/v0.3.0...v0.3.1
3737
[0.3.0]: https://github.com/zaproxy/action-api-scan/compare/v0.2.0...v0.3.0
3838
[0.2.0]: https://github.com/zaproxy/action-api-scan/compare/v0.1.1...v0.2.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ will be copied into the docker container:
7373
```
7474
steps:
7575
- name: ZAP Scan
76-
uses: zaproxy/action-api-scan@v0.3.1
76+
uses: zaproxy/action-api-scan@v0.4.0
7777
with:
7878
target: 'https://www.zaproxy.org/'
7979
```
@@ -94,7 +94,7 @@ jobs:
9494
ref: master
9595
9696
- name: ZAP Scan
97-
uses: zaproxy/action-api-scan@v0.3.1
97+
uses: zaproxy/action-api-scan@v0.4.0
9898
with:
9999
token: ${{ secrets.GITHUB_TOKEN }}
100100
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'

0 commit comments

Comments
 (0)