From 46aab8fcc62fb4e6d00548c1e56bc4a046cf91cd Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 00:44:37 +0000 Subject: [PATCH] Update GitHub Action `actions/create-github-app-token` to c1a2851 (#5984) Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com> --- .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 4599ba31b11..9cc391b5989 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@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 with: app-id: ${{ steps.secrets.outputs.GITHUB_WORKER_APP_ID }} private-key: ${{ steps.secrets.outputs.GITHUB_WORKER_APP_PRIVATE_KEY }}