Skip to content

Commit 0d599ab

Browse files
authored
Merge pull request #40 from thc202/release-v0.8.0
Release v0.8.0
2 parents 3bb62c8 + 8fea8bf commit 0d599ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.8.0] - 2024-09-25
88
### Changed
99
- Update dependencies, which adds rate-limiting when accessing the GitHub API.
1010

@@ -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-api-scan/compare/v0.7.0...HEAD
54+
[0.8.0]: https://github.com/zaproxy/action-api-scan/compare/v0.7.0...v0.8.0
5555
[0.7.0]: https://github.com/zaproxy/action-api-scan/compare/v0.6.0...v0.7.0
5656
[0.6.0]: https://github.com/zaproxy/action-api-scan/compare/v0.5.0...v0.6.0
5757
[0.5.0]: https://github.com/zaproxy/action-api-scan/compare/v0.4.0...v0.5.0

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ will be copied into the docker container:
7777
```
7878
steps:
7979
- name: ZAP Scan
80-
uses: zaproxy/action-api-scan@v0.7.0
80+
uses: zaproxy/action-api-scan@v0.8.0
8181
with:
8282
target: 'https://www.zaproxy.org/'
8383
```
@@ -93,12 +93,12 @@ jobs:
9393
name: Scan the webapplication
9494
steps:
9595
- name: Checkout
96-
uses: actions/checkout@v2
96+
uses: actions/checkout@v4
9797
with:
9898
ref: master
9999
100100
- name: ZAP Scan
101-
uses: zaproxy/action-api-scan@v0.7.0
101+
uses: zaproxy/action-api-scan@v0.8.0
102102
with:
103103
token: ${{ secrets.GITHUB_TOKEN }}
104104
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'

0 commit comments

Comments
 (0)