From 50fab37917a86ef33b72bd0f4be66df926085619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 02:03:29 +0000 Subject: [PATCH] build(deps): bump zaproxy/action-full-scan from 0.3.0 to 0.12.0 Bumps [zaproxy/action-full-scan](https://github.com/zaproxy/action-full-scan) from 0.3.0 to 0.12.0. - [Release notes](https://github.com/zaproxy/action-full-scan/releases) - [Changelog](https://github.com/zaproxy/action-full-scan/blob/master/CHANGELOG.md) - [Commits](https://github.com/zaproxy/action-full-scan/compare/v0.3.0...v0.12.0) --- updated-dependencies: - dependency-name: zaproxy/action-full-scan dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/security_checker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security_checker.yml b/.github/workflows/security_checker.yml index 64e119e..fe26537 100644 --- a/.github/workflows/security_checker.yml +++ b/.github/workflows/security_checker.yml @@ -34,7 +34,7 @@ jobs: - name: ZAP Scan if: ${{ github.event.inputs.FULL_SCAN && github.event.inputs.FULL_SCAN != 'false' }} - uses: zaproxy/action-full-scan@v0.3.0 + uses: zaproxy/action-full-scan@v0.12.0 with: token: ${{ secrets.GITHUB_TOKEN }} target: ${{ github.event.inputs.HOST }}