From c4b59743f2551d349b6ba75ed39e8785c81c7e5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 20:42:57 +0000 Subject: [PATCH] chore(deps): Bump actions/create-github-app-token from 2.2.2 to 3.2.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.2 to 3.2.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Changelog](https://github.com/actions/create-github-app-token/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/create-github-app-token/compare/fee1f7d63c2ff003460e3d139729b119787bc349...bcd2ba49218906704ab6c1aa796996da409d3eb1) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.2.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-configs.yml | 4 ++-- .github/workflows/update-firefox.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-configs.yml b/.github/workflows/update-configs.yml index 69c775107..411926333 100644 --- a/.github/workflows/update-configs.yml +++ b/.github/workflows/update-configs.yml @@ -18,7 +18,7 @@ jobs: with: ref: main - - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: app-id: ${{ vars.GH_APP_ID }} @@ -73,7 +73,7 @@ jobs: with: ref: main - - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: app-id: ${{ vars.GH_APP_ID }} diff --git a/.github/workflows/update-firefox.yml b/.github/workflows/update-firefox.yml index dd4768b1e..0d2fa941c 100644 --- a/.github/workflows/update-firefox.yml +++ b/.github/workflows/update-firefox.yml @@ -60,7 +60,7 @@ jobs: with: ref: main - - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 if: steps.should-run.outputs.run == 'true' id: app-token with: