From ef5235f9a1f9f96512b5ea863a1ee70d2bb6d85c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 07:35:18 -0800 Subject: [PATCH] chore(deps): update zaproxy/action-full-scan action to v0.12.0 (#1336) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/scheduled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index 219cac72d..b8ea2c95b 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -30,7 +30,7 @@ jobs: target: https://forestclient-tst.nrs.gov.bc.ca steps: - name: ZAP Scan - uses: zaproxy/action-full-scan@v0.11.0 + uses: zaproxy/action-full-scan@v0.12.0 with: allow_issue_writing: true artifact_name: "zap_${{ matrix.name }}"