From 3e224f5b56954dca8ff8a4b6ee98eba041636a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:23:26 +0000 Subject: [PATCH] build(deps): bump hmarr/auto-approve-action Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 8f929096a962e83ccdfa8afcf855f39f12d4dac7 to 05a696a09d381a5a0d142c755f7eacbb19eb6525. - [Release notes](https://github.com/hmarr/auto-approve-action/releases) - [Commits](https://github.com/hmarr/auto-approve-action/compare/8f929096a962e83ccdfa8afcf855f39f12d4dac7...05a696a09d381a5a0d142c755f7eacbb19eb6525) --- updated-dependencies: - dependency-name: hmarr/auto-approve-action dependency-version: 05a696a09d381a5a0d142c755f7eacbb19eb6525 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/analyze-dependents.yml | 2 +- .github/workflows/sync-23-next.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/analyze-dependents.yml b/.github/workflows/analyze-dependents.yml index e7f69f13ee..1282670c28 100644 --- a/.github/workflows/analyze-dependents.yml +++ b/.github/workflows/analyze-dependents.yml @@ -271,7 +271,7 @@ jobs: branch: dependent-usage-analyzer/update-dependent-usage-json base: next - name: Auto-approve pull request for dependent project usages - uses: hmarr/auto-approve-action@8f929096a962e83ccdfa8afcf855f39f12d4dac7 # v4 + uses: hmarr/auto-approve-action@05a696a09d381a5a0d142c755f7eacbb19eb6525 # v4 with: pull-request-number: ${{ steps.cpr.outputs.pull-request-number }} github-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/sync-23-next.yml b/.github/workflows/sync-23-next.yml index 0615589d47..0022b5b1ce 100644 --- a/.github/workflows/sync-23-next.yml +++ b/.github/workflows/sync-23-next.yml @@ -24,7 +24,7 @@ jobs: FROM_BRANCH: release-23.x TO_BRANCH: next - name: Auto-approve pull request for sync - uses: hmarr/auto-approve-action@8f929096a962e83ccdfa8afcf855f39f12d4dac7 # v4 + uses: hmarr/auto-approve-action@05a696a09d381a5a0d142c755f7eacbb19eb6525 # v4 with: pull-request-number: ${{ steps.cpr.outputs.PULL_REQUEST_NUMBER }} github-token: ${{ secrets.requirements_bot_github_token }}