From 26d07cc75e9bc49cc6293265e66c8d0ee1ad773f Mon Sep 17 00:00:00 2001 From: "bfra-me[bot]" <118100583+bfra-me[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 18:27:42 +0000 Subject: [PATCH] ci(deps): update actions/create-github-app-token action to v1.11.1 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 931cc55f..eeefc59a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -156,7 +156,7 @@ jobs: steps: - id: get-workflow-access-token name: Get Workflow Access Token - uses: actions/create-github-app-token@5d869da34e18e7287c1daad50e0b8ea0f506ce69 # v1.11.0 + uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1 with: app-id: ${{ secrets.APPLICATION_ID }} private-key: ${{ secrets.APPLICATION_PRIVATE_KEY }}