Skip to content

Commit 1388d70

Browse files
fix(github-action): update actions/create-github-app-token ( v1.10.2 → v1.10.3 ) (#389)
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 becomes conflicted, 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 [Renovate Bot](https://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MjEuNSIsInVwZGF0ZWRJblZlciI6IjM3LjQyMS41IiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=--> Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
1 parent eeaf91a commit 1388d70

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/action-image-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: docker/setup-buildx-action@v3
8888

8989
- name: Generate Token
90-
uses: actions/[email protected].2
90+
uses: actions/[email protected].3
9191
id: generate-token
9292
with:
9393
app-id: "${{ secrets.APP_ID }}"
@@ -212,7 +212,7 @@ jobs:
212212
uses: docker/setup-buildx-action@v3
213213

214214
- name: Generate Token
215-
uses: actions/[email protected].2
215+
uses: actions/[email protected].3
216216
id: generate-token
217217
with:
218218
app-id: "${{ secrets.APP_ID }}"

.github/workflows/issue-project-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Generate Token
22-
uses: actions/[email protected].2
22+
uses: actions/[email protected].3
2323
id: generate-token
2424
with:
2525
app-id: "${{ secrets.APP_ID }}"

.github/workflows/meta-sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
1919

2020
- name: Generate Token
21-
uses: actions/[email protected].2
21+
uses: actions/[email protected].3
2222
id: generate-token
2323
with:
2424
app-id: "${{ secrets.APP_ID }}"

.github/workflows/on-merge-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4646

4747
- name: Generate Token
48-
uses: actions/[email protected].2
48+
uses: actions/[email protected].3
4949
id: generate-token
5050
with:
5151
app-id: "${{ secrets.APP_ID }}"

.github/workflows/tag-charts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-22.04
2626
steps:
2727
- name: "Generate Short Lived OAuth App Token (ghs_*)"
28-
uses: actions/[email protected].2
28+
uses: actions/[email protected].3
2929
id: app-token
3030
with:
3131
app-id: "${{ secrets.APP_ID }}"

0 commit comments

Comments
 (0)