From 0cc7aea8971ed6a279707ed7f1c851e35bd4adc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 09:39:29 -0500 Subject: [PATCH] build(deps): Bump actions/create-github-app-token from 2.2.0 to 2.2.1 (#25652) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/dependabot-update-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-update-all.yml b/.github/workflows/dependabot-update-all.yml index 530273cbdd..2894686bd5 100644 --- a/.github/workflows/dependabot-update-all.yml +++ b/.github/workflows/dependabot-update-all.yml @@ -14,7 +14,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Generate Token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v1 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v1 id: app-token with: app-id: "${{ secrets.APP_ID }}"