From 10cc22af652c9036f4316c48dda1531aa364fade Mon Sep 17 00:00:00 2001 From: Nick Snyder Date: Thu, 23 Jul 2026 10:32:22 -0400 Subject: [PATCH] Update create-github-app-token to 3.2.0 --- .github/workflows/dependabot-automerge.md | 2 ++ .github/workflows/dependabot-automerge.yaml | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot-automerge.md b/.github/workflows/dependabot-automerge.md index ae9325b..9094aa8 100644 --- a/.github/workflows/dependabot-automerge.md +++ b/.github/workflows/dependabot-automerge.md @@ -9,6 +9,7 @@ Copy one of these into `.github/workflows/dependabot-automerge.yaml`. For repositories **with** required status checks: ```yaml +# Automatically merge Dependabot PRs that pass CI and aren't major version bumps. name: dependabot-automerge on: pull_request permissions: {} @@ -25,6 +26,7 @@ jobs: For repositories **without** required status checks: ```yaml +# Automatically merge Dependabot PRs that pass CI and aren't major version bumps. name: dependabot-automerge on: pull_request: diff --git a/.github/workflows/dependabot-automerge.yaml b/.github/workflows/dependabot-automerge.yaml index 3568cae..0046d4c 100644 --- a/.github/workflows/dependabot-automerge.yaml +++ b/.github/workflows/dependabot-automerge.yaml @@ -40,7 +40,7 @@ jobs: # using GITHUB_TOKEN - name: Create App Token id: app-token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.DEPENDENCY_AUTOMERGE_APP_ID }} private-key: ${{ secrets.DEPENDENCY_AUTOMERGE_APP_PRIVATE_KEY }} @@ -101,7 +101,7 @@ jobs: # so that CI runs post-merge. - name: Create App Token id: app-token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.DEPENDENCY_AUTOMERGE_APP_ID }} private-key: ${{ secrets.DEPENDENCY_AUTOMERGE_APP_PRIVATE_KEY }}