From 8dca702381b3cd21c7e29a6df64aded74f0f4a77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Dec 2025 02:58:41 +0000 Subject: [PATCH] ci(tools): update actions/create-github-app-token digest to 29824e6 --- .github/workflows/automerge.yml | 2 +- .github/workflows/flake.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 249df77..505157d 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Generate token id: token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 with: app-id: ${{ secrets.TOKEN_EXCHANGE_APP }} private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }} diff --git a/.github/workflows/flake.yml b/.github/workflows/flake.yml index 81dc201..8e3603f 100644 --- a/.github/workflows/flake.yml +++ b/.github/workflows/flake.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Generate token id: token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2 with: app-id: ${{ secrets.TOKEN_EXCHANGE_APP }} private-key: ${{ secrets.TOKEN_EXCHANGE_KEY }}