From 56590c08cd75e2f6280894e761340dd600a909ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 16:36:45 +0000 Subject: [PATCH] ci(deps): 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/v2.2.0...v2.2.1) --- 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/add-to-project.yml | 2 +- .github/workflows/auto-merge.yml | 2 +- .github/workflows/auto-review.yml | 2 +- .github/workflows/dependabot-dedupe.yml | 2 +- .github/workflows/infrastructure.yml | 2 +- .github/workflows/release-chore.yml | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index 4c7bcc0..18888a3 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -33,7 +33,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.2.0 + uses: actions/create-github-app-token@v2.2.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 0acaf61..41b7b91 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -35,7 +35,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.2.0 + uses: actions/create-github-app-token@v2.2.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index d14f4e6..5ef3c04 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -43,7 +43,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.2.0 + uses: actions/create-github-app-token@v2.2.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/dependabot-dedupe.yml b/.github/workflows/dependabot-dedupe.yml index 977ba9d..ab41958 100644 --- a/.github/workflows/dependabot-dedupe.yml +++ b/.github/workflows/dependabot-dedupe.yml @@ -40,7 +40,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.2.0 + uses: actions/create-github-app-token@v2.2.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index b464f04..4733de5 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -45,7 +45,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.2.0 + uses: actions/create-github-app-token@v2.2.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/release-chore.yml b/.github/workflows/release-chore.yml index e0a3270..acaf664 100644 --- a/.github/workflows/release-chore.yml +++ b/.github/workflows/release-chore.yml @@ -113,7 +113,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.2.0 + uses: actions/create-github-app-token@v2.2.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -136,7 +136,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.2.0 + uses: actions/create-github-app-token@v2.2.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -191,7 +191,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v2.2.0 + uses: actions/create-github-app-token@v2.2.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }}