From ac1ee1644bf7ec0db9aa671c9d0ffc1500cf0563 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 01:19:45 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2.2.1 --- .github/workflows/notify-plugin-tools.yml | 2 +- .github/workflows/update-examples.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notify-plugin-tools.yml b/.github/workflows/notify-plugin-tools.yml index b9bf332cc..25250fb5a 100644 --- a/.github/workflows/notify-plugin-tools.yml +++ b/.github/workflows/notify-plugin-tools.yml @@ -46,7 +46,7 @@ jobs: - name: Generate token if: steps.check_files.outputs.has_relevant_changes == 'true' id: generate_token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ fromJSON(steps.get-secrets.outputs.secrets).GITHUB_APP_ID }} private-key: ${{ fromJSON(steps.get-secrets.outputs.secrets).GITHUB_APP_PEM }} diff --git a/.github/workflows/update-examples.yaml b/.github/workflows/update-examples.yaml index ece258015..69ec566a1 100644 --- a/.github/workflows/update-examples.yaml +++ b/.github/workflows/update-examples.yaml @@ -27,7 +27,7 @@ jobs: GITHUB_APP_ID=plugins-platform-bot-app:app_id GITHUB_APP_PRIVATE_KEY=plugins-platform-bot-app:app_pem - - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 id: generate_token with: app-id: ${{ env.GITHUB_APP_ID }}