From e9fda4e60e8a8f13a5eb0af03e99d5ea1037c7d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 01:39:49 +0000 Subject: [PATCH 1/2] chore(deps): update actions/create-github-app-token digest to 7bd0371 --- .github/workflows/create-release.yaml | 2 +- .github/workflows/pull-request.yaml | 2 +- .github/workflows/push.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 7458f22..553d644 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -9,7 +9,7 @@ jobs: create-release: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 + - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3 id: app-token with: app-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index da57e35..d160a70 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -9,7 +9,7 @@ jobs: update-changelog: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 + - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3 id: app-token with: app-id: ${{ vars.APP_ID }} diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 0f767be..878acd2 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -30,7 +30,7 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 + - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3 id: app-token with: app-id: ${{ vars.APP_ID }} From 79181d6093d135f63e8bcd066db0601e7361f68a Mon Sep 17 00:00:00 2001 From: Sergei Slipchenko Date: Sat, 11 Apr 2026 05:48:28 +0400 Subject: [PATCH 2/2] ci: app-id -> client-id --- .github/workflows/create-release.yaml | 2 +- .github/workflows/pull-request.yaml | 2 +- .github/workflows/push.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 553d644..e82ca7a 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3 id: app-token with: - app-id: ${{ vars.APP_ID }} + client-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index d160a70..e54fba6 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3 id: app-token with: - app-id: ${{ vars.APP_ID }} + client-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 878acd2..2fbaf80 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -33,7 +33,7 @@ jobs: - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3 id: app-token with: - app-id: ${{ vars.APP_ID }} + client-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: