File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ All notable changes to this GitHub action will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
6- ## [ Unreleased ]
6+ ## [ 0.12.0 ] - 2024-11-20
77### Changed
88- Update dependencies to stop using deprecated ` upload-artifact ` version.
99
@@ -76,7 +76,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7676
7777First release to Marketplace.
7878
79- [ Unreleased ] : https://github.com/zaproxy/action-full-scan/compare/v0.11.0...HEAD
79+ [ 0.12.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.11.0...v0.12.0
8080[ 0.11.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.10.0...v0.11.0
8181[ 0.10.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.9.0...v0.10.0
8282[ 0.9.0 ] : https://github.com/zaproxy/action-full-scan/compare/v0.8.0...v0.9.0
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ will be copied into the docker container:
7777```
7878steps:
7979 - name: ZAP Scan
80- uses: zaproxy/action-full-scan@v0.11 .0
80+ uses: zaproxy/action-full-scan@v0.12 .0
8181 with:
8282 target: 'https://www.zaproxy.org/'
8383```
9797 with:
9898 ref: master
9999 - name: ZAP Scan
100- uses: zaproxy/action-full-scan@v0.11 .0
100+ uses: zaproxy/action-full-scan@v0.12 .0
101101 with:
102102 token: ${{ secrets.GITHUB_TOKEN }}
103103 docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
You can’t perform that action at this time.
0 commit comments