Skip to content

Commit 0f85034

Browse files
authored
Merge pull request #94 from thc202/release-v0.11.0
2 parents 1aadbfd + 753ebc1 commit 0f85034

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
@@ -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-09-25
77
### Changed
88
- Update dependencies, which adds rate-limiting when accessing the GitHub API [#59](https://github.com/zaproxy/action-full-scan/issues/59).
99

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

7373
First release to Marketplace.
7474

75-
[Unreleased]: https://github.com/zaproxy/action-full-scan/compare/v0.10.0...HEAD
75+
[0.11.0]: https://github.com/zaproxy/action-full-scan/compare/v0.10.0...v0.11.0
7676
[0.10.0]: https://github.com/zaproxy/action-full-scan/compare/v0.9.0...v0.10.0
7777
[0.9.0]: https://github.com/zaproxy/action-full-scan/compare/v0.8.0...v0.9.0
7878
[0.8.0]: https://github.com/zaproxy/action-full-scan/compare/v0.7.0...v0.8.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-full-scan@v0.10.0
80+
uses: zaproxy/action-full-scan@v0.11.0
8181
with:
8282
target: 'https://www.zaproxy.org/'
8383
```
@@ -93,11 +93,11 @@ 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
- name: ZAP Scan
100-
uses: zaproxy/action-full-scan@v0.10.0
100+
uses: zaproxy/action-full-scan@v0.11.0
101101
with:
102102
token: ${{ secrets.GITHUB_TOKEN }}
103103
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'

0 commit comments

Comments
 (0)