File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.13.0 ] - 2024-09-25
7
7
### Changed
8
8
- Update dependencies, which adds rate-limiting when accessing the GitHub API.
9
9
@@ -93,7 +93,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
93
93
94
94
First release to Marketplace.
95
95
96
- [ Unreleased ] : https://github.com/zaproxy/action-baseline/compare/v0.12.0...HEAD
96
+ [ 0.13.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.12.0...v0.13.0
97
97
[ 0.12.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.11.0...v0.12.0
98
98
[ 0.11.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.10.0...v0.11.0
99
99
[ 0.10.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.9.0...v0.10.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.12 .0
74
+ uses: zaproxy/action-baseline@v0.13 .0
75
75
with:
76
76
target: 'https://www.zaproxy.org'
77
77
```
@@ -87,11 +87,11 @@ jobs:
87
87
name: Scan the webapplication
88
88
steps:
89
89
- name: Checkout
90
- uses: actions/checkout@v2
90
+ uses: actions/checkout@v4
91
91
with:
92
92
ref: master
93
93
- name: ZAP Scan
94
- uses: zaproxy/action-baseline@v0.12 .0
94
+ uses: zaproxy/action-baseline@v0.13 .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