Skip to content

Commit c5fd818

Browse files
authored
Merge pull request #116 from thc202/release-v0.11.0
Release v0.11.0
2 parents 1769d62 + 0995b56 commit c5fd818

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.11.0] - 2024-01-25
77
### Changed
88
- Run with node20. [#114](https://github.com/zaproxy/action-baseline/issues/114)
99

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

8383
First release to Marketplace.
8484

85-
[Unreleased]: https://github.com/zaproxy/action-baseline/compare/v0.10.0...HEAD
85+
[0.11.0]: https://github.com/zaproxy/action-baseline/compare/v0.10.0...v0.11.0
8686
[0.10.0]: https://github.com/zaproxy/action-baseline/compare/v0.9.0...v0.10.0
8787
[0.9.0]: https://github.com/zaproxy/action-baseline/compare/v0.8.2...v0.9.0
8888
[0.8.2]: https://github.com/zaproxy/action-baseline/compare/v0.8.1...v0.8.2

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ will be copied into the docker container:
7171
```
7272
steps:
7373
- name: ZAP Scan
74-
uses: zaproxy/action-baseline@v0.10.0
74+
uses: zaproxy/action-baseline@v0.11.0
7575
with:
7676
target: 'https://www.zaproxy.org'
7777
```
@@ -91,7 +91,7 @@ jobs:
9191
with:
9292
ref: master
9393
- name: ZAP Scan
94-
uses: zaproxy/action-baseline@v0.10.0
94+
uses: zaproxy/action-baseline@v0.11.0
9595
with:
9696
token: ${{ secrets.GITHUB_TOKEN }}
9797
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'

0 commit comments

Comments
 (0)