Skip to content

Commit 41aee98

Browse files
authored
Merge pull request #107 from thc202/release-v0.9.0
Release v0.9.0
2 parents bf76656 + 2a3687c commit 41aee98

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
@@ -3,7 +3,7 @@ All notable changes to this GitHub action will be documented in this file.
33

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

6-
## [Unreleased]
6+
## [0.9.0] - 2023-08-02
77
### Changed
88
- The default Docker image was changed to `ghcr.io/zaproxy/zaproxy:stable`.
99

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

7272
First release to Marketplace.
7373

74-
[Unreleased]: https://github.com/zaproxy/action-baseline/compare/v0.8.2...HEAD
74+
[0.9.0]: https://github.com/zaproxy/action-baseline/compare/v0.8.2...v0.9.0
7575
[0.8.2]: https://github.com/zaproxy/action-baseline/compare/v0.8.1...v0.8.2
7676
[0.8.1]: https://github.com/zaproxy/action-baseline/compare/v0.8.0...v0.8.1
7777
[0.8.0]: https://github.com/zaproxy/action-baseline/compare/v0.7.0...v0.8.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if it identifies any alerts. Set this option to `true` if you want to fail the s
6262
```
6363
steps:
6464
- name: ZAP Scan
65-
uses: zaproxy/action-baseline@v0.8.2
65+
uses: zaproxy/action-baseline@v0.9.0
6666
with:
6767
target: 'https://www.zaproxy.org'
6868
```
@@ -82,7 +82,7 @@ jobs:
8282
with:
8383
ref: master
8484
- name: ZAP Scan
85-
uses: zaproxy/action-baseline@v0.8.2
85+
uses: zaproxy/action-baseline@v0.9.0
8686
with:
8787
token: ${{ secrets.GITHUB_TOKEN }}
8888
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'

0 commit comments

Comments
 (0)