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 }}' }}