From 7ef44da6f76090c7127348c549276b2c6f3be2ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 02:12:10 +0000 Subject: [PATCH] build(deps): bump zaproxy/action-full-scan from 0.3.0 to 0.11.0 Bumps [zaproxy/action-full-scan](https://github.com/zaproxy/action-full-scan) from 0.3.0 to 0.11.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.11.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..8f3cda7 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.11.0 with: token: ${{ secrets.GITHUB_TOKEN }} target: ${{ github.event.inputs.HOST }}