From 6d0035bef013f10a473ec579c9277dc661a0d7f5 Mon Sep 17 00:00:00 2001 From: Samuel Williams Date: Wed, 5 Feb 2025 13:09:45 +0000 Subject: [PATCH] Upgrade zaproxy action 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. https://github.com/actions/upload-artifact/issues/410 --- .github/workflows/post-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-deploy.yml b/.github/workflows/post-deploy.yml index 19a2fba..752edfa 100644 --- a/.github/workflows/post-deploy.yml +++ b/.github/workflows/post-deploy.yml @@ -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 @@ -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 }} \ No newline at end of file + SLACK_NOTIFICATION_CHANNEL_ID: ${{ secrets.SLACK_NOTIFICATION_CHANNEL_ID }}