Skip to content

Commit 170b3a8

Browse files
fix(github-action): update actions/create-github-app-token ( v1.9.2 → v1.9.3 ) (#231)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | action | patch | `v1.9.2` -> `v1.9.3` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.9.3`](https://github.com/actions/create-github-app-token/releases/tag/v1.9.3) [Compare Source](https://github.com/actions/create-github-app-token/compare/v1.9.2...v1.9.3) ##### Bug Fixes - **deps:** bump undici from 6.10.2 to 6.11.1 ([#&#8203;125](https://github.com/actions/create-github-app-token/issues/125)) ([3c223c7](https://github.com/actions/create-github-app-token/commit/3c223c7336e276235eb843dd4e6ad42147199cbf)), closes [#&#8203;3024](https://github.com/actions/create-github-app-token/issues/3024) [nodejs/undici#3044](https://github.com/nodejs/undici/issues/3044) [#&#8203;3023](https://github.com/actions/create-github-app-token/issues/3023) [nodejs/undici#3025](https://github.com/nodejs/undici/issues/3025) [nodejs/undici#3024](https://github.com/nodejs/undici/issues/3024) [nodejs/undici#3034](https://github.com/nodejs/undici/issues/3034) [nodejs/undici#3038](https://github.com/nodejs/undici/issues/3038) [nodejs/undici#2947](https://github.com/nodejs/undici/issues/2947) [nodejs/undici#3040](https://github.com/nodejs/undici/issues/3040) [nodejs/undici#3036](https://github.com/nodejs/undici/issues/3036) [nodejs/undici#3041](https://github.com/nodejs/undici/issues/3041) [#&#8203;3024](https://github.com/actions/create-github-app-token/issues/3024) [#&#8203;3041](https://github.com/actions/create-github-app-token/issues/3041) [#&#8203;3036](https://github.com/actions/create-github-app-token/issues/3036) </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://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=--> Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
1 parent 3d629f0 commit 170b3a8

5 files changed

+6
-6
lines changed

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

+2-2
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/create-github-app-token@v1.9.2
90+
uses: actions/create-github-app-token@v1.9.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/create-github-app-token@v1.9.2
215+
uses: actions/create-github-app-token@v1.9.3
216216
id: generate-token
217217
with:
218218
app-id: "${{ secrets.APP_ID }}"

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

+1-1
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/create-github-app-token@v1.9.2
22+
uses: actions/create-github-app-token@v1.9.3
2323
id: generate-token
2424
with:
2525
app-id: "${{ secrets.APP_ID }}"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
1919

2020
- name: Generate Token
21-
uses: actions/create-github-app-token@v1.9.2
21+
uses: actions/create-github-app-token@v1.9.3
2222
id: generate-token
2323
with:
2424
app-id: "${{ secrets.APP_ID }}"

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4646

4747
- name: Generate Token
48-
uses: actions/create-github-app-token@v1.9.2
48+
uses: actions/create-github-app-token@v1.9.3
4949
id: generate-token
5050
with:
5151
app-id: "${{ secrets.APP_ID }}"

.github/workflows/tag-charts.yaml

+1-1
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/create-github-app-token@v1.9.2
28+
uses: actions/create-github-app-token@v1.9.3
2929
id: app-token
3030
with:
3131
app-id: "${{ secrets.APP_ID }}"

0 commit comments

Comments
 (0)