From 5d7649cfdfcdbb5687f76b7aea62f099efa329a0 Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 00:30:36 +0000 Subject: [PATCH] build(deps): update actions/create-github-app-token action to v1.10.1 --- .github/workflows/ci.yml | 2 +- .github/workflows/renovate.yml | 2 +- .../workflows/ci.yml.jinja | 2 +- .../workflows/renovate.yml.jinja | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2fdc154b..aecf48c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: - id: generate-token name: Generate a token with GitHub App if App ID exists if: vars.BOT_APP_ID - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0 + uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 with: app-id: ${{ vars.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index dbf1b6d0..36cfacd3 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -20,7 +20,7 @@ jobs: - id: generate-token name: Generate a token with GitHub App if App ID exists if: vars.BOT_APP_ID - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0 + uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 with: app-id: ${{ vars.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja index a8d52096..bc04b95d 100644 --- a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja +++ b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/ci.yml.jinja @@ -120,7 +120,7 @@ jobs: - id: generate-token name: Generate a token with GitHub App if App ID exists if: vars.BOT_APP_ID - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0 + uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 with: app-id: {{ '${{ vars.BOT_APP_ID }}' }} private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }} diff --git a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/renovate.yml.jinja b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/renovate.yml.jinja index b19698bc..86cb0c5f 100644 --- a/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/renovate.yml.jinja +++ b/template/[% if repo_platform == 'github' %].github[% endif %]/workflows/renovate.yml.jinja @@ -24,7 +24,7 @@ jobs: - id: generate-token name: Generate a token with GitHub App if App ID exists if: vars.BOT_APP_ID - uses: actions/create-github-app-token@a0de6af83968303c8c955486bf9739a57d23c7f1 # v1.10.0 + uses: actions/create-github-app-token@c8f55efbd427e7465d6da1106e7979bc8aaee856 # v1.10.1 with: app-id: {{ '${{ vars.BOT_APP_ID }}' }} private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}