From 589d671c58793779016cd4cb8c6c2fbccec70ab4 Mon Sep 17 00:00:00 2001 From: "agibot-world[bot]" <246073236+agibot-world[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:12:50 +0000 Subject: [PATCH] build(deps): update actions/create-github-app-token action to v2.2.2 --- .github/workflows/renovate.yml | 2 +- .github/workflows/semantic-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 4dc4f3f..b16b713 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -32,7 +32,7 @@ jobs: - id: generate-token name: Generate a token with GitHub App if App ID exists if: vars.BOT_APP_ID - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 with: app-id: ${{ vars.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 8bb328c..4a1cb88 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -21,7 +21,7 @@ jobs: - id: generate-token name: Generate a token with GitHub App if App ID exists if: vars.BOT_APP_ID - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 with: app-id: ${{ vars.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }}