Skip to content

Commit e058236

Browse files
authored
Merge pull request #74 from thc202/release-v0.7.0
2 parents de17435 + 45f768b commit e058236

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] - 2023-08-24
77
### Fixed
88
- Update Crowdin link.
99

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

5454
First release to Marketplace.
5555

56-
[Unreleased]: https://github.com/zaproxy/action-full-scan/compare/v0.6.0...HEAD
56+
[0.7.0]: https://github.com/zaproxy/action-full-scan/compare/v0.6.0...v0.7.0
5757
[0.6.0]: https://github.com/zaproxy/action-full-scan/compare/v0.5.1...v0.6.0
5858
[0.5.1]: https://github.com/zaproxy/action-full-scan/compare/v0.5.0...v0.5.1
5959
[0.5.0]: https://github.com/zaproxy/action-full-scan/compare/v0.4.0...v0.5.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ if it identifies any alerts. Set this option to `true` if you want to fail the s
6868
```
6969
steps:
7070
- name: ZAP Scan
71-
uses: zaproxy/action-full-scan@v0.6.0
71+
uses: zaproxy/action-full-scan@v0.7.0
7272
with:
7373
target: 'https://www.zaproxy.org/'
7474
```
@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
ref: master
9090
- name: ZAP Scan
91-
uses: zaproxy/action-full-scan@v0.6.0
91+
uses: zaproxy/action-full-scan@v0.7.0
9292
with:
9393
token: ${{ secrets.GITHUB_TOKEN }}
9494
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'

0 commit comments

Comments
 (0)