From 71a410f39f9f3835c49a2b7c17c5382e8095dca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 04:06:08 +0000 Subject: [PATCH] Bump actions/create-github-app-token from 2.2.0 to 2.2.1 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/7e473efe3cb98aa54f8d4bac15400b15fad77d94...29824e69f54612133e76f7eaac726eef6c875baf) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/back-to-development.yaml | 2 +- .github/workflows/build-and-draft-release.yaml | 2 +- .github/workflows/create-release-pr.yaml | 2 +- .github/workflows/make-upgrade.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/back-to-development.yaml b/.github/workflows/back-to-development.yaml index be5019ddf0..c0eb21555b 100644 --- a/.github/workflows/back-to-development.yaml +++ b/.github/workflows/back-to-development.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get GitHub app token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 id: app_token with: app-id: ${{ env.APP_ID }} diff --git a/.github/workflows/build-and-draft-release.yaml b/.github/workflows/build-and-draft-release.yaml index b538311518..a440cb310d 100644 --- a/.github/workflows/build-and-draft-release.yaml +++ b/.github/workflows/build-and-draft-release.yaml @@ -20,7 +20,7 @@ jobs: VERSION="${{ github.event.inputs.version || github.head_ref}}" echo "VERSION=${VERSION##*/v}" >> $GITHUB_ENV - name: Get GitHub app token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 id: app_token with: app-id: ${{ env.APP_ID }} diff --git a/.github/workflows/create-release-pr.yaml b/.github/workflows/create-release-pr.yaml index e767ebb6c0..3413764755 100644 --- a/.github/workflows/create-release-pr.yaml +++ b/.github/workflows/create-release-pr.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get GitHub app token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 id: app_token with: app-id: ${{ env.APP_ID }} diff --git a/.github/workflows/make-upgrade.yaml b/.github/workflows/make-upgrade.yaml index f8294dffde..996c77d56d 100644 --- a/.github/workflows/make-upgrade.yaml +++ b/.github/workflows/make-upgrade.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get GitHub app token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 id: app_token with: app-id: ${{ env.APP_ID }}