From ecee44673f57f160bab05448349cd88f882302f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 11:46:20 +0100 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0 (#51) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 560d1aba..e459fe04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: pipenv --python ${{ env.PYTHON_VERSION }} pipenv install checkov==${{ steps.version.outputs.version }} pipenv lock - - uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4 + - uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v4 with: commit_message: Bump checkov version to ${{ steps.version.outputs.version }} [skip ci] tagging_message: ${{ steps.version.outputs.version }} @@ -142,7 +142,7 @@ jobs: find: "image: bridgecrew/whorf@sha256:[a-f0-9]{64}" replace: "image: ${{ env.DH_IMAGE_NAME }}@${{ steps.docker_push.outputs.digest }}" include: "k8s/deployment.yaml" - - uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4 + - uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v4 with: commit_message: update k8s deployment [skip ci] file_pattern: k8s/*.yaml