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.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
55
6- ## [ Unreleased ]
6+ ## [ 0.15.0 ] - 2025-10-22
77### Changed
88- Update dependencies.
99- Run with node24.
@@ -102,7 +102,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
102102
103103First release to Marketplace.
104104
105- [ Unreleased ] : https://github.com/zaproxy/action-baseline/compare/v0.14.0...HEAD
105+ [ 0.15.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.14.0...v0.15.0
106106[ 0.14.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.13.0...v0.14.0
107107[ 0.13.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.12.0...v0.13.0
108108[ 0.12.0 ] : https://github.com/zaproxy/action-baseline/compare/v0.11.0...v0.12.0
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ will be copied into the docker container:
7171```
7272steps:
7373 - name: ZAP Scan
74- uses: zaproxy/action-baseline@v0.14 .0
74+ uses: zaproxy/action-baseline@v0.15 .0
7575 with:
7676 target: 'https://www.zaproxy.org'
7777```
@@ -87,11 +87,11 @@ jobs:
8787 name: Scan the webapplication
8888 steps:
8989 - name: Checkout
90- uses: actions/checkout@v4
90+ uses: actions/checkout@v5
9191 with:
9292 ref: master
9393 - name: ZAP Scan
94- uses: zaproxy/action-baseline@v0.14 .0
94+ uses: zaproxy/action-baseline@v0.15 .0
9595 with:
9696 token: ${{ secrets.GITHUB_TOKEN }}
9797 docker_name: 'ghcr.io/zaproxy/zaproxy:stable'
You can’t perform that action at this time.
0 commit comments