Skip to content

Commit 85f085d

Browse files
Update zaproxy/action-baseline action to v0.8.1
1 parent 900bce5 commit 85f085d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/security/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ runs:
7878
run: echo "::set-output name=message::Sonar scanner failed"
7979
- if: ${{ fromJSON(inputs.is-zap) && inputs.zap-target != ''}}
8080
name: ZAP Scan
81-
uses: zaproxy/action-baseline@v0.7.0
81+
uses: zaproxy/action-baseline@v0.8.1
8282
with:
8383
token: ${{ inputs.zap-token }}
8484
target: ${{ inputs.zap-target }}

0 commit comments

Comments
 (0)