Skip to content

Commit

Permalink
Upgrade zaproxy action
Browse files Browse the repository at this point in the history
We've started seeing failures from this action that might be related to
an older version of the upload-artifact action.

This is a bit of a punt.

actions/upload-artifact#410
  • Loading branch information
samuelhwilliams committed Feb 5, 2025
1 parent c643d71 commit 6d0035b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/post-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
environment: test
steps:
- name: ZAP Scan
uses: zaproxy/action-full-scan@d2a07475d467566c9a3e3c700f31f47724aa1060 # v0.10.0
uses: zaproxy/action-full-scan@75ee1686750ab1511a73b26b77a2aedd295053ed # v0.12.0
with:
target: "https://${{inputs.app_name}}.${{ inputs.environment }}.access-funding.test.levellingup.gov.uk/"
allow_issue_writing: False
Expand All @@ -176,4 +176,4 @@ jobs:
compare_url: ${{ github.event_name == 'push' && github.event.compare || null }}
secrets:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
SLACK_NOTIFICATION_CHANNEL_ID: ${{ secrets.SLACK_NOTIFICATION_CHANNEL_ID }}
SLACK_NOTIFICATION_CHANNEL_ID: ${{ secrets.SLACK_NOTIFICATION_CHANNEL_ID }}

0 comments on commit 6d0035b

Please sign in to comment.