Skip to content

Commit bdaed80

Browse files
ci(deps): update actions/create-github-app-token action to v1.10.3 (#57)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) 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 <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`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 ([#&#8203;149](https://togithub.com/actions/create-github-app-token/issues/149)) ([cc82279](https://togithub.com/actions/create-github-app-token/commit/cc82279e84540c5543078cedc5af4fcfab0a96bb)), closes [#&#8203;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) [#&#8203;3342](https://togithub.com/actions/create-github-app-token/issues/3342) [#&#8203;3332](https://togithub.com/actions/create-github-app-token/issues/3332) [#&#8203;3340](https://togithub.com/actions/create-github-app-token/issues/3340) [#&#8203;3337](https://togithub.com/actions/create-github-app-token/issues/3337) [#&#8203;3338](https://togithub.com/actions/create-github-app-token/issues/3338) [#&#8203;3336](https://togithub.com/actions/create-github-app-token/issues/3336) [#&#8203;3335](https://togithub.com/actions/create-github-app-token/issues/3335) [#&#8203;3325](https://togithub.com/actions/create-github-app-token/issues/3325) [#&#8203;3324](https://togithub.com/actions/create-github-app-token/issues/3324) [#&#8203;3326](https://togithub.com/actions/create-github-app-token/issues/3326) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Hapag-Lloyd/Workflow-Templates). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmN5Il19--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1974d18 commit bdaed80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default_pull_request_callable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Validate PR title
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/create-github-app-token@ad38cffc07bac6e3857755914c4c88bfd2db4da4 # v1.10.2
24+
- uses: actions/create-github-app-token@31c86eb3b33c9b601a1f60f98dcbfd1d70f379b4 # v1.10.3
2525
id: app-token
2626
with:
2727
app-id: ${{ vars.GET_TOKEN_APP_ID }}

0 commit comments

Comments
 (0)