From 1940c5ea0f61a1eeb00fb8d44ac6d2674f2f0c84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2025 01:34:37 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v1.11.2 --- .github/workflows/opened-issues-backlog.yml | 2 +- .github/workflows/wc-deploy-cloudflare-pages.yml | 2 +- .github/workflows/wc-release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/opened-issues-backlog.yml b/.github/workflows/opened-issues-backlog.yml index 6a76d4d..0e3b0f2 100644 --- a/.github/workflows/opened-issues-backlog.yml +++ b/.github/workflows/opened-issues-backlog.yml @@ -11,7 +11,7 @@ jobs: steps: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1 + uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2 id: app-token with: app-id: ${{ vars.BOT_APP_ID }} diff --git a/.github/workflows/wc-deploy-cloudflare-pages.yml b/.github/workflows/wc-deploy-cloudflare-pages.yml index 57c3337..ccaa5a4 100644 --- a/.github/workflows/wc-deploy-cloudflare-pages.yml +++ b/.github/workflows/wc-deploy-cloudflare-pages.yml @@ -48,7 +48,7 @@ jobs: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1 + uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2 id: app-token with: app-id: ${{ inputs.gh-app-id }} diff --git a/.github/workflows/wc-release.yml b/.github/workflows/wc-release.yml index f87af80..2404beb 100644 --- a/.github/workflows/wc-release.yml +++ b/.github/workflows/wc-release.yml @@ -39,7 +39,7 @@ jobs: steps: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1.11.1 + uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2 id: app-token with: app-id: ${{ inputs.gh-app-id }}