From d17382c8c0841745704ea4d08973300207cc4ea3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 08:38:31 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token digest to 1b10c78 --- .github/workflows/enable_pr_automerge.yaml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/enable_pr_automerge.yaml b/.github/workflows/enable_pr_automerge.yaml index 4ffae11..de7b67d 100644 --- a/.github/workflows/enable_pr_automerge.yaml +++ b/.github/workflows/enable_pr_automerge.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Get token id: get_token - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 with: app-id: ${{ vars.AUTO_MERGE_APP_ID }} private-key: ${{ secrets.AUTO_MERGE_PRIVATE_KEY }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index d92b8c4..5c1caf9 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Get token id: get_token - uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3 with: app-id: ${{ vars.RELEASE_PLEASE_APP_ID }} private-key: ${{ secrets.RELEASE_PLEASE_PRIVATE_KEY }}