From 3116e1ddab8f1180dd2da30473b87b8a78412612 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 07:18:35 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2.2.0 --- .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 cbcc166fb..c039fe124 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@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 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 75ac60a49..e74418239 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@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 id: generate_token with: app-id: ${{ env.GITHUB_APP_ID }}