From 79c90256fc2b118fd3f44f3c35c029565f85b73b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 02:26:55 +0000 Subject: [PATCH] Bump zaproxy/action-baseline from 0.6.1 to 0.12.0 Bumps [zaproxy/action-baseline](https://github.com/zaproxy/action-baseline) from 0.6.1 to 0.12.0. - [Release notes](https://github.com/zaproxy/action-baseline/releases) - [Changelog](https://github.com/zaproxy/action-baseline/blob/master/CHANGELOG.md) - [Commits](https://github.com/zaproxy/action-baseline/compare/v0.6.1...v0.12.0) --- updated-dependencies: - dependency-name: zaproxy/action-baseline 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..1ba1980 100644 --- a/.github/workflows/security_checker.yml +++ b/.github/workflows/security_checker.yml @@ -26,7 +26,7 @@ jobs: - name: ZAP Scan if: ${{ !github.event.inputs.FULL_SCAN || github.event.inputs.FULL_SCAN == 'false' }} - uses: zaproxy/action-baseline@v0.6.1 + uses: zaproxy/action-baseline@v0.12.0 with: token: ${{ secrets.GITHUB_TOKEN }} target: ${{ github.event.inputs.HOST }}