From bbdad72117400901bb88e4978f2bd0a8da4d18fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 13:30:14 -0400 Subject: [PATCH] build(deps): Bump actions/create-github-app-token from 2.1.1 to 2.1.4 (#25344) 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 fc4b12e4c0..c4597bfadf 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@a8d616148505b5069dccd32f177bb87d7f39123b # v1 + uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v1 id: app-token with: app-id: "${{ secrets.APP_ID }}"