From b690a875368e4ab66ead73e052cce1e4fda2541b Mon Sep 17 00:00:00 2001 From: "serious-scaffold[bot]" <160990600+serious-scaffold[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 02:20:41 +0000 Subject: [PATCH] build(deps): update actions/create-github-app-token action to v1.12.0 --- .github/workflows/renovate.yml | 2 +- .github/workflows/semantic-release.yml | 2 +- .../workflows/renovate.yml.jinja | 2 +- .../workflows/semantic-release.yml.jinja | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index da17769b..f0934f61 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@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7 + uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0 with: app-id: ${{ vars.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/semantic-release.yml b/.github/workflows/semantic-release.yml index cf8ee9a7..d1b043a8 100644 --- a/.github/workflows/semantic-release.yml +++ b/.github/workflows/semantic-release.yml @@ -21,7 +21,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@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7 + uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0 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 b70e900a..46b7d071 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@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7 + uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0 with: app-id: {{ '${{ vars.BOT_APP_ID }}' }} private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }} diff --git a/template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/semantic-release.yml.jinja b/template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/semantic-release.yml.jinja index 0b85afda..51de5d64 100644 --- a/template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/semantic-release.yml.jinja +++ b/template/{% if repo_platform == 'github' %}.github{% endif %}/workflows/semantic-release.yml.jinja @@ -21,7 +21,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@af35edadc00be37caa72ed9f3e6d5f7801bfdf09 # v1.11.7 + uses: actions/create-github-app-token@d72941d797fd3113feb6b93fd0dec494b13a2547 # v1.12.0 with: app-id: {{ '${{ vars.BOT_APP_ID }}' }} private-key: {{ '${{ secrets.BOT_PRIVATE_KEY }}' }}