From d16bca0c41b993ea32547576a9c644a0b1e3ca5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 02:58:34 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token digest to 0d56448 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/semantic-release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11ac964..8cd2ff7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - name: Generate a bot token with BOT_APP_ID id: bot_token if: vars.BOT_APP_ID && env.BOT_PRIVATE_KEY != null - uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1 + uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1 env: BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }} with: @@ -60,7 +60,7 @@ jobs: - name: Generate a bot token with BOT_APP_ID id: bot_token if: vars.BOT_APP_ID && env.BOT_PRIVATE_KEY != null - uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1 + uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1 env: BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }} with: diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index 5acb360..972b2ae 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -21,7 +21,7 @@ jobs: - name: Generate a bot token with BOT_APP_ID id: bot_token if: vars.BOT_APP_ID && env.BOT_PRIVATE_KEY != null - uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1 + uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1 env: BOT_PRIVATE_KEY: ${{ secrets.BOT_PRIVATE_KEY }} with: