From c1dc1a2f4189dbb9366c087d1479d12c47e4dfae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:18:34 +0000 Subject: [PATCH] Bump zaproxy/action-api-scan from 0.7.0 to 0.9.0 Bumps [zaproxy/action-api-scan](https://github.com/zaproxy/action-api-scan) from 0.7.0 to 0.9.0. - [Release notes](https://github.com/zaproxy/action-api-scan/releases) - [Changelog](https://github.com/zaproxy/action-api-scan/blob/main/CHANGELOG.md) - [Commits](https://github.com/zaproxy/action-api-scan/compare/v0.7.0...v0.9.0) --- updated-dependencies: - dependency-name: zaproxy/action-api-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 143b5f37..1b8e7552 100644 --- a/.github/workflows/dast.yml +++ b/.github/workflows/dast.yml @@ -23,7 +23,7 @@ jobs: target: ${{ env.TARGET_URL }} - name: OWASP ZAP API Scan - uses: zaproxy/action-api-scan@v0.7.0 + uses: zaproxy/action-api-scan@v0.9.0 with: target: ${{ env.TARGET_API }}