From 70b26914c2fdd6f93868ad68f8e2e849cad45586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 16:19:01 +0000 Subject: [PATCH] build(deps): Bump step-security/git-auto-commit-action Bumps [step-security/git-auto-commit-action](https://github.com/step-security/git-auto-commit-action) from 7.1.0 to 7.1.1. - [Release notes](https://github.com/step-security/git-auto-commit-action/releases) - [Commits](https://github.com/step-security/git-auto-commit-action/compare/905c3cd6e9ed2b67b4d46ff401fdb6d745d0ff9d...749bc1cc775376092cc4227ba537137f445ca7c3) --- updated-dependencies: - dependency-name: step-security/git-auto-commit-action dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8df473f..47b7d3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -202,7 +202,7 @@ jobs: done - name: Commit and push changes - uses: step-security/git-auto-commit-action@905c3cd6e9ed2b67b4d46ff401fdb6d745d0ff9d # v7.1.0 + uses: step-security/git-auto-commit-action@749bc1cc775376092cc4227ba537137f445ca7c3 # v7.1.1 with: commit_message: "chore: auto-fix lockfile and formatting" branch: ${{ github.head_ref }}