Skip to content

Commit 60e2673

Browse files
committed
Release 0.7.0
Signed-off-by: Simon Bennetts <psiinon@gmail.com>
1 parent 63e24b9 commit 60e2673

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.7.0] - 2022-05-23
77
### Changed
88
- Update dependencies.
99

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

5252
First release to Marketplace.
5353

54-
[Unreleased]: https://github.com/zaproxy/action-baseline/compare/v0.6.1...HEAD
54+
[0.7.0]: https://github.com/zaproxy/action-baseline/compare/v0.6.1...v0.7.0
5555
[0.6.1]: https://github.com/zaproxy/action-baseline/compare/v0.6.0...v0.6.1
5656
[0.6.0]: https://github.com/zaproxy/action-baseline/compare/v0.5.0...v0.6.0
5757
[0.5.0]: https://github.com/zaproxy/action-baseline/compare/v0.4.0...v0.5.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ if it identifies any alerts. Set this option to `true` if you want to fail the s
5858
```
5959
steps:
6060
- name: ZAP Scan
61-
uses: zaproxy/action-baseline@v0.6.1
61+
uses: zaproxy/action-baseline@v0.7.0
6262
with:
6363
target: 'https://www.zaproxy.org'
6464
```
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
ref: master
8080
- name: ZAP Scan
81-
uses: zaproxy/action-baseline@v0.6.1
81+
uses: zaproxy/action-baseline@v0.7.0
8282
with:
8383
token: ${{ secrets.GITHUB_TOKEN }}
8484
docker_name: 'owasp/zap2docker-stable'

0 commit comments

Comments
 (0)