From c0a9e4e082d8064aeb4cc3e156fee0e88bc5b15b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 15:53:02 +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/pr-preview.yml | 2 +- .github/workflows/theoplayer-release.yml | 2 +- .github/workflows/update-submodules.yml | 2 +- .github/workflows/update-theolive-changelog.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-preview.yml b/.github/workflows/pr-preview.yml index 396fbf0653b2..04486282e6d9 100644 --- a/.github/workflows/pr-preview.yml +++ b/.github/workflows/pr-preview.yml @@ -14,7 +14,7 @@ jobs: if: ${{ !github.event.pull_request.head.repo.fork && github.triggering_actor != 'dependabot[bot]' }} 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: client-id: ${{ vars.THEOPLAYER_BOT_CLIENT_ID }} diff --git a/.github/workflows/theoplayer-release.yml b/.github/workflows/theoplayer-release.yml index 66542649f631..b01d6a48e452 100644 --- a/.github/workflows/theoplayer-release.yml +++ b/.github/workflows/theoplayer-release.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest 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: client-id: ${{ vars.THEOPLAYER_BOT_CLIENT_ID }} diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 8ca0c2df6136..c6c260a601c8 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -17,7 +17,7 @@ jobs: UPDATE_BRANCH: update-submodules 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: client-id: ${{ vars.THEOPLAYER_BOT_CLIENT_ID }} diff --git a/.github/workflows/update-theolive-changelog.yml b/.github/workflows/update-theolive-changelog.yml index b449ab7bb9b4..8ae838e80b90 100644 --- a/.github/workflows/update-theolive-changelog.yml +++ b/.github/workflows/update-theolive-changelog.yml @@ -16,7 +16,7 @@ jobs: UPDATE_BRANCH: update-theolive-changelog 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: client-id: ${{ vars.THEOPLAYER_BOT_CLIENT_ID }}