From 9027356878aa745823be88f36a736a2ee266700a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 13:18:34 +0200 Subject: [PATCH] chore(deps): bump container-tools/kind-action from 2.0.3 to 2.0.4 (#5) Bumps [container-tools/kind-action](https://github.com/container-tools/kind-action) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/container-tools/kind-action/releases) - [Commits](https://github.com/container-tools/kind-action/compare/v2.0.3...0ad70e2299366b0e1552c7240f4e4567148f723e) --- updated-dependencies: - dependency-name: container-tools/kind-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/owasp-zap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/owasp-zap.yml b/.github/workflows/owasp-zap.yml index 0a55bcf..3a626a6 100644 --- a/.github/workflows/owasp-zap.yml +++ b/.github/workflows/owasp-zap.yml @@ -50,7 +50,7 @@ jobs: fetch-depth: 0 - name: Kubernetes KinD Cluster - uses: container-tools/kind-action@0fc957b58d9a5bc9ca57a1b419324a2074c7653b # v2.0.3 + uses: container-tools/kind-action@0ad70e2299366b0e1552c7240f4e4567148f723e # v2.0.4 with: node_image: ${{ github.event.inputs.node_image || 'kindest/node:v1.27.3' }} version: v0.20.0