From e1ee0b00055f26e7a38c164c1fded9b06af308f8 Mon Sep 17 00:00:00 2001 From: "renovate-sh-app[bot]" <219655108+renovate-sh-app[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 14:19:42 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2.2.1 | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | actions/create-github-app-token | v2.1.4 | v2.2.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com> --- .github/workflows/release-please.yml | 2 +- bundle-schema-types/action.yml | 2 +- bundle-types/action.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 97c2c22a..e8adcb06 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -32,7 +32,7 @@ jobs: - name: Generate GitHub token id: generate-github-token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 if: ${{ env.IS_FORK == 'false' }} with: app-id: ${{ fromJSON(steps.get-secrets.outputs.secrets).GITHUB_APP_ID }} diff --git a/bundle-schema-types/action.yml b/bundle-schema-types/action.yml index 263636a8..77747e08 100644 --- a/bundle-schema-types/action.yml +++ b/bundle-schema-types/action.yml @@ -36,7 +36,7 @@ runs: - name: Generate token id: generate-token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + 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_PRIVATE_KEY }} diff --git a/bundle-types/action.yml b/bundle-types/action.yml index 86af65c2..21e7ccb1 100644 --- a/bundle-types/action.yml +++ b/bundle-types/action.yml @@ -68,7 +68,7 @@ runs: - name: Generate token id: generate-token - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 + 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_PRIVATE_KEY }}