From 3fbd8becb168f31d74f7ddfe2128ca457295e151 Mon Sep 17 00:00:00 2001 From: "renovate-gsuquet[bot]" <173481049+renovate-gsuquet[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 09:21:55 +0200 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v1.10.3 (#30) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://togithub.com/actions/create-github-app-token) | action | patch | `v1.10.2` -> `v1.10.3` | --- ### Release Notes
actions/create-github-app-token (actions/create-github-app-token) ### [`v1.10.3`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.10.3) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.10.2...v1.10.3) ##### Bug Fixes - **deps:** bump undici from 6.18.2 to 6.19.2 in the production-dependencies group ([#​149](https://togithub.com/actions/create-github-app-token/issues/149)) ([cc82279](https://togithub.com/actions/create-github-app-token/commit/cc82279e84540c5543078cedc5af4fcfab0a96bb)), closes [#​3337](https://togithub.com/actions/create-github-app-token/issues/3337) [nodejs/undici#3338](https://togithub.com/nodejs/undici/issues/3338) [nodejs/undici#3340](https://togithub.com/nodejs/undici/issues/3340) [nodejs/undici#3332](https://togithub.com/nodejs/undici/issues/3332) [nodejs/undici#3335](https://togithub.com/nodejs/undici/issues/3335) [nodejs/undici#3305](https://togithub.com/nodejs/undici/issues/3305) [nodejs/undici#3303](https://togithub.com/nodejs/undici/issues/3303) [nodejs/undici#3304](https://togithub.com/nodejs/undici/issues/3304) [nodejs/undici#3306](https://togithub.com/nodejs/undici/issues/3306) [nodejs/undici#3309](https://togithub.com/nodejs/undici/issues/3309) [nodejs/undici#3313](https://togithub.com/nodejs/undici/issues/3313) [nodejs/undici#3311](https://togithub.com/nodejs/undici/issues/3311) [nodejs/undici#3107](https://togithub.com/nodejs/undici/issues/3107) [nodejs/undici#3302](https://togithub.com/nodejs/undici/issues/3302) [nodejs/undici#3320](https://togithub.com/nodejs/undici/issues/3320) [nodejs/undici#3321](https://togithub.com/nodejs/undici/issues/3321) [nodejs/undici#3316](https://togithub.com/nodejs/undici/issues/3316) [nodejs/undici#3318](https://togithub.com/nodejs/undici/issues/3318) [nodejs/undici#3326](https://togithub.com/nodejs/undici/issues/3326) [nodejs/undici#3324](https://togithub.com/nodejs/undici/issues/3324) [nodejs/undici#3325](https://togithub.com/nodejs/undici/issues/3325) [nodejs/undici#3316](https://togithub.com/nodejs/undici/issues/3316) [nodejs/undici#3318](https://togithub.com/nodejs/undici/issues/3318) [#​3342](https://togithub.com/actions/create-github-app-token/issues/3342) [#​3332](https://togithub.com/actions/create-github-app-token/issues/3332) [#​3340](https://togithub.com/actions/create-github-app-token/issues/3340) [#​3337](https://togithub.com/actions/create-github-app-token/issues/3337) [#​3338](https://togithub.com/actions/create-github-app-token/issues/3338) [#​3336](https://togithub.com/actions/create-github-app-token/issues/3336) [#​3335](https://togithub.com/actions/create-github-app-token/issues/3335) [#​3325](https://togithub.com/actions/create-github-app-token/issues/3325) [#​3324](https://togithub.com/actions/create-github-app-token/issues/3324) [#​3326](https://togithub.com/actions/create-github-app-token/issues/3326)
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Signed-off-by: Renovate Bot Co-authored-by: renovate-gsuquet[bot] <173481049+renovate-gsuquet[bot]@users.noreply.github.com> --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 7e49b6b..b5c5cf4 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -32,7 +32,7 @@ jobs: steps: - name: Get application token id: get_token - uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2 + uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3 with: app-id: ${{ secrets.RENOVATE_APP_ID }} private-key: ${{ secrets.RENOVATE_PRIVATE_KEY }}