From 73eecda5cb57157eb955d7f7ee71411eda0e7938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Dec 2025 05:06:39 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 6 to 7 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v6...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check_repos_soarpkgs.yaml | 4 ++-- .github/workflows/generate.yaml | 8 ++++---- .github/workflows/healthchecks_housekeeping.yaml | 4 ++-- .github/workflows/reset_commits.yaml | 2 +- .github/workflows/sync_keys.yaml | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/check_repos_soarpkgs.yaml b/.github/workflows/check_repos_soarpkgs.yaml index 24ac2fea..645daf4b 100644 --- a/.github/workflows/check_repos_soarpkgs.yaml +++ b/.github/workflows/check_repos_soarpkgs.yaml @@ -128,7 +128,7 @@ jobs: cd "${GITHUB_WORKSPACE}/main" && git pull origin main || git pull origin main --ff-only || git merge --no-ff -m "Merge & Sync" continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_message: "✅ Checked GH Repos 🎋" @@ -143,7 +143,7 @@ jobs: git pull origin main --no-edit 2>/dev/null git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync" continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_message: "✅ Checked GH Repos 🎋" diff --git a/.github/workflows/generate.yaml b/.github/workflows/generate.yaml index 333d9238..78ea8b95 100644 --- a/.github/workflows/generate.yaml +++ b/.github/workflows/generate.yaml @@ -193,7 +193,7 @@ jobs: find "${GITHUB_WORKSPACE}/main" -path "${GITHUB_WORKSPACE}/main/.git" -prune -o -type f -size +95M -exec rm -rvf "{}" + 2>/dev/null continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_message: "✅ Updated Metadata [${{ matrix.repo }}-${{ matrix.arch }}] ♻️" @@ -209,7 +209,7 @@ jobs: git pull origin main --no-edit 2>/dev/null git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync" continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_message: "✅ Updated Metadata [${{ matrix.repo }}-${{ matrix.arch }}] ♻️" @@ -600,7 +600,7 @@ jobs: find "${GITHUB_WORKSPACE}/main" -path "${GITHUB_WORKSPACE}/main/.git" -prune -o -type f -size +95M -exec rm -rvf "{}" + 2>/dev/null continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_message: "✅ Updated Metadata [Completions + Diff] ♻️" @@ -616,7 +616,7 @@ jobs: git pull origin main --no-edit 2>/dev/null git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync" continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_message: "✅ Updated Metadata [Completions + Diff] ♻️" diff --git a/.github/workflows/healthchecks_housekeeping.yaml b/.github/workflows/healthchecks_housekeeping.yaml index 6d0889e8..cfe429f5 100644 --- a/.github/workflows/healthchecks_housekeeping.yaml +++ b/.github/workflows/healthchecks_housekeeping.yaml @@ -395,7 +395,7 @@ jobs: find "${GITHUB_WORKSPACE}/main" -path "${GITHUB_WORKSPACE}/main/.git" -prune -o -type f -size +95M -exec rm -rvf "{}" + 2>/dev/null continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main #commit_message: "‎‎‏‏‎ ‎" @@ -412,7 +412,7 @@ jobs: git pull origin main --no-edit 2>/dev/null git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync" continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_message: "✅ Healthchecks" diff --git a/.github/workflows/reset_commits.yaml b/.github/workflows/reset_commits.yaml index 9900af43..98875879 100644 --- a/.github/workflows/reset_commits.yaml +++ b/.github/workflows/reset_commits.yaml @@ -128,7 +128,7 @@ jobs: find "${GITHUB_WORKSPACE}/main" -path "${GITHUB_WORKSPACE}/main/.git" -prune -o -type f -size +95M -exec rm -rvf "{}" + 2>/dev/null continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 if: env.RESET_HISTORY == 'YES' with: repository: ./main diff --git a/.github/workflows/sync_keys.yaml b/.github/workflows/sync_keys.yaml index 177e8ace..e66b5e0c 100644 --- a/.github/workflows/sync_keys.yaml +++ b/.github/workflows/sync_keys.yaml @@ -82,7 +82,7 @@ jobs: find "${GITHUB_WORKSPACE}/main" -path "${GITHUB_WORKSPACE}/main/.git" -prune -o -type f -size +95M -exec rm -rvf "{}" + 2>/dev/null continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_message: "🔐 Synced Keys [${{ matrix.repo }})] 🔐" @@ -98,7 +98,7 @@ jobs: git pull origin main --no-edit 2>/dev/null git pull origin main --ff-only ; git merge --no-ff -m "Merge & Sync" continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@v6 + - uses: stefanzweifel/git-auto-commit-action@v7 with: repository: ./main commit_message: "🔐 Synced Keys [${{ matrix.repo }})] 🔐"