Skip to content

Commit

Permalink
Merge pull request #43 from thc202/release-v0.9.0
Browse files Browse the repository at this point in the history
Release v0.9.0
  • Loading branch information
kingthorin authored Nov 20, 2024
2 parents 759a8b1 + fbf4a4d commit 77dfa9a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this GitHub action will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]
## [0.9.0] - 2024-11-20
### Changed
- Update dependencies to stop using deprecated `upload-artifact` version.

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

First release to Marketplace.

[Unreleased]: https://github.com/zaproxy/action-api-scan/compare/v0.8.0...HEAD
[0.9.0]: https://github.com/zaproxy/action-api-scan/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/zaproxy/action-api-scan/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/zaproxy/action-api-scan/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/zaproxy/action-api-scan/compare/v0.5.0...v0.6.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ will be copied into the docker container:
```
steps:
- name: ZAP Scan
uses: zaproxy/action-api-scan@v0.8.0
uses: zaproxy/action-api-scan@v0.9.0
with:
target: 'https://www.zaproxy.org/'
```
Expand All @@ -98,7 +98,7 @@ jobs:
ref: master
- name: ZAP Scan
uses: zaproxy/action-api-scan@v0.8.0
uses: zaproxy/action-api-scan@v0.9.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
Expand Down

0 comments on commit 77dfa9a

Please # to comment.