From b9c247068a060bda38321fbd58a531c71b3ca48d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 12:56:02 +0000 Subject: [PATCH] Bump zaproxy/action-api-scan from 0.5.0 to 0.6.0 Bumps [zaproxy/action-api-scan](https://github.com/zaproxy/action-api-scan) from 0.5.0 to 0.6.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/9a2c359fa309b8895927aa45e3432f388caa3f97...411cbe8fc59d9966a77d61b50daf6c49b6763605) --- 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 9c80202..0efcc2b 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@9a2c359fa309b8895927aa45e3432f388caa3f97 # v0.5.0 + uses: zaproxy/action-api-scan@411cbe8fc59d9966a77d61b50daf6c49b6763605 # v0.6.0 with: target: 'https://api.hack23.com/v1/healthcheck' - name: Bump version and push tag