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.
3
3
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
5
5
6
- ## [ Unreleased ]
6
+ ## [ 0.14.0 ] - 2024-11-20
7
7
### Changed
8
8
- Update dependencies to stop using deprecated ` upload-artifact ` version.
9
9
@@ -97,7 +97,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
97
97
98
98
First release to Marketplace.
99
99
100
- [ Unreleased ] : https://github.com/zaproxy/action-baseline/compare/v0.13.0...HEAD
100
+ [ 0.14.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.13.0...v0.14.0
101
101
[ 0.13.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.12.0...v0.13.0
102
102
[ 0.12.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.11.0...v0.12.0
103
103
[ 0.11.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.10.0...v0.11.0
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ will be copied into the docker container:
71
71
```
72
72
steps:
73
73
- name: ZAP Scan
74
- uses: zaproxy/action-baseline@v0.13 .0
74
+ uses: zaproxy/action-baseline@v0.14 .0
75
75
with:
76
76
target: 'https://www.zaproxy.org'
77
77
```
91
91
with:
92
92
ref: master
93
93
- name: ZAP Scan
94
- uses: zaproxy/action-baseline@v0.13 .0
94
+ uses: zaproxy/action-baseline@v0.14 .0
95
95
with:
96
96
token: ${{ secrets.GITHUB_TOKEN }}
97
97
docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
You can’t perform that action at this time.
0 commit comments