From 0211e4fa9b6dc87fa3a3b802b8a090ccb318dabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 19:07:26 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 1.11.6 to 3.2.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.6 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/21cfef2b496dd8ef5b904c159339626a10ad380e...bcd2ba49218906704ab6c1aa796996da409d3eb1) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-transifex.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-transifex.yml b/.github/workflows/pull-transifex.yml index 554a1da3..02b9641f 100644 --- a/.github/workflows/pull-transifex.yml +++ b/.github/workflows/pull-transifex.yml @@ -46,7 +46,7 @@ jobs: - name: Generate GitHub App token id: app-token - uses: actions/create-github-app-token@21cfef2b496dd8ef5b904c159339626a10ad380e # v1.11.6 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ secrets.TRANSLATION_APP_ID }} private-key: ${{ secrets.TRANSLATION_APP_PRIVATE_KEY }}