From 1e1e78ff9f6c94fce3df9b4d0bcc0498a9583344 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Sat, 2 May 2026 00:27:34 +0000 Subject: [PATCH] Update GitHub Action `actions/create-github-app-token` to v3.1.1 --- .github/workflows/housekeeping-dependencies.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/housekeeping-dependencies.yml b/.github/workflows/housekeeping-dependencies.yml index cb426df..7ddb995 100644 --- a/.github/workflows/housekeeping-dependencies.yml +++ b/.github/workflows/housekeeping-dependencies.yml @@ -123,7 +123,7 @@ jobs: - name: Get token id: app-token - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 + uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 with: app-id: ${{ steps.secrets.outputs.GITHUB_WORKER_APP_ID }} private-key: ${{ steps.secrets.outputs.GITHUB_WORKER_APP_PRIVATE_KEY }}