From bd98b544b0a6f89debf96dd9ff27f74db6f8f4c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 02:34:34 +0000 Subject: [PATCH] chore(deps): bump zaproxy/action-baseline from 0.7.0 to 0.10.0 Bumps [zaproxy/action-baseline](https://github.com/zaproxy/action-baseline) from 0.7.0 to 0.10.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.7.0...v0.10.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/zap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zap.yml b/.github/workflows/zap.yml index 7bc40c5..7952076 100644 --- a/.github/workflows/zap.yml +++ b/.github/workflows/zap.yml @@ -12,6 +12,6 @@ jobs: runs-on: ubuntu-latest steps: - name: ZAP Scan - uses: zaproxy/action-baseline@v0.7.0 + uses: zaproxy/action-baseline@v0.10.0 with: target: 'https://api.github.com/repos/dbsystel/cicd-playground/branches'