From a5263abd3a135f6faf1a210cd3d222c7bf49f4eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 06:12:57 +0000 Subject: [PATCH 1/2] ci(deps): update actions/create-github-app-token action to v3 --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 417ebbd..36ee6fe 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Generate a token id: generate_token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: app-id: ${{ vars.JPREPROCESS_RELEASE_APP_ID }} private-key: ${{ secrets.JPREPROCESS_RELEASE_APP_KEY }} From e0ed645e1e7bd55b7099c1b56fde1f950ff2f63d Mon Sep 17 00:00:00 2001 From: Mogyuchi Date: Sun, 14 Jun 2026 16:39:31 +0900 Subject: [PATCH 2/2] ci: update token generation step to use client-id instead of app-id --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 36ee6fe..be1f670 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -18,7 +18,7 @@ jobs: id: generate_token uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 with: - app-id: ${{ vars.JPREPROCESS_RELEASE_APP_ID }} + client-id: ${{ vars.JPREPROCESS_RELEASE_APP_ID }} private-key: ${{ secrets.JPREPROCESS_RELEASE_APP_KEY }} # Limit token permissions to only what's needed for release-please permission-contents: write # Needed for creating releases, tags, and updating manifest/config files