Skip to content

Commit 1de7e15

Browse files
fix(github-action): update actions/create-github-app-token ( v1.9.1 → v1.9.2 ) (#224)
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.9.1` -> `v1.9.2` | --- ### Release Notes <details> <summary>actions/create-github-app-token (actions/create-github-app-token)</summary> ### [`v1.9.2`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.9.2) [Compare Source](https://togithub.com/actions/create-github-app-token/compare/v1.9.1...v1.9.2) ##### Bug Fixes - **deps:** bump the production-dependencies group with 1 update ([#&#8203;123](https://togithub.com/actions/create-github-app-token/issues/123)) ([beea7b8](https://togithub.com/actions/create-github-app-token/commit/beea7b860ac0b14ca14258aca701da842aa65e30)), closes [nodejs/undici#2978](https://togithub.com/nodejs/undici/issues/2978) [nodejs/undici#2971](https://togithub.com/nodejs/undici/issues/2971) [nodejs/undici#2980](https://togithub.com/nodejs/undici/issues/2980) [#&#8203;2982](https://togithub.com/actions/create-github-app-token/issues/2982) [nodejs/undici#2983](https://togithub.com/nodejs/undici/issues/2983) [nodejs/undici#2987](https://togithub.com/nodejs/undici/issues/2987) [nodejs/undici#2991](https://togithub.com/nodejs/undici/issues/2991) [#&#8203;2986](https://togithub.com/actions/create-github-app-token/issues/2986) [nodejs/undici#2992](https://togithub.com/nodejs/undici/issues/2992) [nodejs/undici#2985](https://togithub.com/nodejs/undici/issues/2985) [nodejs/undici#2993](https://togithub.com/nodejs/undici/issues/2993) [nodejs/undici#2995](https://togithub.com/nodejs/undici/issues/2995) [nodejs/undici#2998](https://togithub.com/nodejs/undici/issues/2998) [#&#8203;2863](https://togithub.com/actions/create-github-app-token/issues/2863) [nodejs/undici#2999](https://togithub.com/nodejs/undici/issues/2999) [nodejs/undici#3001](https://togithub.com/nodejs/undici/issues/3001) [nodejs/undici#2971](https://togithub.com/nodejs/undici/issues/2971) [nodejs/undici#2980](https://togithub.com/nodejs/undici/issues/2980) [nodejs/undici#2983](https://togithub.com/nodejs/undici/issues/2983) [nodejs/undici#2987](https://togithub.com/nodejs/undici/issues/2987) [nodejs/undici#2991](https://togithub.com/nodejs/undici/issues/2991) [nodejs/undici#2985](https://togithub.com/nodejs/undici/issues/2985) [nodejs/undici#2995](https://togithub.com/nodejs/undici/issues/2995) [nodejs/undici#2960](https://togithub.com/nodejs/undici/issues/2960) [nodejs/undici#2959](https://togithub.com/nodejs/undici/issues/2959) [nodejs/undici#2969](https://togithub.com/nodejs/undici/issues/2969) [nodejs/undici#2962](https://togithub.com/nodejs/undici/issues/2962) [nodejs/undici#2974](https://togithub.com/nodejs/undici/issues/2974) [nodejs/undici#2967](https://togithub.com/nodejs/undici/issues/2967) [nodejs/undici#2966](https://togithub.com/nodejs/undici/issues/2966) [nodejs/undici#2969](https://togithub.com/nodejs/undici/issues/2969) [nodejs/undici#2962](https://togithub.com/nodejs/undici/issues/2962) [nodejs/undici#2826](https://togithub.com/nodejs/undici/issues/2826) [nodejs/undici#2952](https://togithub.com/nodejs/undici/issues/2952) [#&#8203;3001](https://togithub.com/actions/create-github-app-token/issues/3001) [#&#8203;2863](https://togithub.com/actions/create-github-app-token/issues/2863) [#&#8203;2999](https://togithub.com/actions/create-github-app-token/issues/2999) [#&#8203;2998](https://togithub.com/actions/create-github-app-token/issues/2998) [#&#8203;2993](https://togithub.com/actions/create-github-app-token/issues/2993) [#&#8203;2986](https://togithub.com/actions/create-github-app-token/issues/2986) [#&#8203;2992](https://togithub.com/actions/create-github-app-token/issues/2992) [#&#8203;2991](https://togithub.com/actions/create-github-app-token/issues/2991) [#&#8203;2987](https://togithub.com/actions/create-github-app-token/issues/2987) </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=--> Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
1 parent 48138cb commit 1de7e15

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/[email protected].1
90+
uses: actions/[email protected].2
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].1
215+
uses: actions/[email protected].2
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/[email protected].1
22+
uses: actions/[email protected].2
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/[email protected].1
21+
uses: actions/[email protected].2
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/[email protected].1
48+
uses: actions/[email protected].2
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/[email protected].1
28+
uses: actions/[email protected].2
2929
id: app-token
3030
with:
3131
app-id: "${{ secrets.APP_ID }}"

0 commit comments

Comments
 (0)