From 419f479c0298f382fa4e8951cb7816533e1d7825 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 12:23:13 +0000 Subject: [PATCH] Bump zaproxy/action-api-scan from 0.6.0 to 0.7.0 Bumps [zaproxy/action-api-scan](https://github.com/zaproxy/action-api-scan) from 0.6.0 to 0.7.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/411cbe8fc59d9966a77d61b50daf6c49b6763605...f34b07497d46a84e06d71ad4f304311634c24137) --- 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/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 65fec781..1a9521bd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -164,7 +164,7 @@ jobs: no-fail-on-empty-changeset: "1" parameter-overrides: "StackIrland=${{ env.StackId }},StackFrankfurt=${{ env.StackId2 }}" - name: ZAP API Scan - uses: zaproxy/action-api-scan@411cbe8fc59d9966a77d61b50daf6c49b6763605 # v0.6.0 + uses: zaproxy/action-api-scan@f34b07497d46a84e06d71ad4f304311634c24137 # v0.7.0 with: target: 'https://api.hack23.com/v1/healthcheck' - name: Bump version and push tag