From e7d4a0a8396d513755e6e5d46e29a923f23944ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:28:49 +0000 Subject: [PATCH] Bump zaproxy/action-full-scan from 0.7.0 to 0.8.0 Bumps [zaproxy/action-full-scan](https://github.com/zaproxy/action-full-scan) from 0.7.0 to 0.8.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.7.0...v0.8.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/dast.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dast.yml b/.github/workflows/dast.yml index b70ebea5..8a2056c6 100644 --- a/.github/workflows/dast.yml +++ b/.github/workflows/dast.yml @@ -18,7 +18,7 @@ jobs: target: ${{ env.TARGET_URL }} - name: OWASP ZAP Full Scan - uses: zaproxy/action-full-scan@v0.7.0 + uses: zaproxy/action-full-scan@v0.8.0 with: target: ${{ env.TARGET_URL }}