From 3fe70fed9b6c8c4631a3ab1d1a4127215bd1c97c Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 00:40:57 +0000 Subject: [PATCH] Update GitHub Action `actions/create-github-app-token` to v2.2.2 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index dcd1f345fa9..3fd8a1662ae 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -67,7 +67,7 @@ jobs: - name: Get token id: app-token - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 + uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 with: app-id: ${{ steps.secrets.outputs.GITHUB_WORKER_APP_ID }} private-key: ${{ steps.secrets.outputs.GITHUB_WORKER_APP_PRIVATE_KEY }}