From e7e671ad73618946fa6f5de9faf5eb2d4b40ae14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 02:36:47 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 3 to 3.1.1 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 3 to 3.1.1. - [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/v3...v3.1.1) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/create-release.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/update-version.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 3b3b85a6..665bf3ab 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -14,7 +14,7 @@ jobs: pull-requests: write steps: - name: Create app token - uses: actions/create-github-app-token@v3 + uses: actions/create-github-app-token@v3.1.1 id: app-token with: app-id: ${{ vars.THEOPLAYER_BOT_APP_ID }} diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b3bd3d0c..c7316f02 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -21,7 +21,7 @@ jobs: id-token: write steps: - name: Create app token - uses: actions/create-github-app-token@v3 + uses: actions/create-github-app-token@v3.1.1 id: app-token with: app-id: ${{ vars.THEOPLAYER_BOT_APP_ID }} diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index 5728534f..7f2d2286 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -21,7 +21,7 @@ jobs: contents: write steps: - name: Create app token - uses: actions/create-github-app-token@v3 + uses: actions/create-github-app-token@v3.1.1 id: app-token with: app-id: ${{ vars.THEOPLAYER_BOT_APP_ID }}