From dfada6d31ab33fce53ade00e75ddb8e03e5b0a20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 01:55:28 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token digest to 7bd0371 --- .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 ae94fc0..4ffae11 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@f8d387b68d61c58ab83c6c016672934102569859 # v3 + uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # 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 49d2482..d92b8c4 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@f8d387b68d61c58ab83c6c016672934102569859 # v3 + uses: actions/create-github-app-token@7bd03711494f032dfa3be3558f7dc8787b0be333 # v3 with: app-id: ${{ vars.RELEASE_PLEASE_APP_ID }} private-key: ${{ secrets.RELEASE_PLEASE_PRIVATE_KEY }}