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.11.0 ] - 2024-01-25
7
7
### Changed
8
8
- Run with node20. [ #114 ] ( https://github.com/zaproxy/action-baseline/issues/114 )
9
9
@@ -82,7 +82,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
82
82
83
83
First release to Marketplace.
84
84
85
- [ Unreleased ] : https://github.com/zaproxy/action-baseline/compare/v0.10.0...HEAD
85
+ [ 0.11.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.10.0...v0.11.0
86
86
[ 0.10.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.9.0...v0.10.0
87
87
[ 0.9.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.8.2...v0.9.0
88
88
[ 0.8.2 ] : https://github.com/zaproxy/action-baseline/compare/v0.8.1...v0.8.2
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.10 .0
74
+ uses: zaproxy/action-baseline@v0.11 .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.10 .0
94
+ uses: zaproxy/action-baseline@v0.11 .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