Skip to content

Commit

Permalink
fix(github-action): update actions/create-github-app-token ( v1.9.2 →…
Browse files Browse the repository at this point in the history
… v1.9.3 ) (#231)

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.2` -> `v1.9.3` |

---

### Release Notes

<details>
<summary>actions/create-github-app-token
(actions/create-github-app-token)</summary>

###
[`v1.9.3`](https://togithub.com/actions/create-github-app-token/releases/tag/v1.9.3)

[Compare
Source](https://togithub.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://togithub.com/actions/create-github-app-token/issues/125))
([3c223c7](https://togithub.com/actions/create-github-app-token/commit/3c223c7336e276235eb843dd4e6ad42147199cbf)),
closes
[#&#8203;3024](https://togithub.com/actions/create-github-app-token/issues/3024)
[nodejs/undici#3044](https://togithub.com/nodejs/undici/issues/3044)
[#&#8203;3023](https://togithub.com/actions/create-github-app-token/issues/3023)
[nodejs/undici#3025](https://togithub.com/nodejs/undici/issues/3025)
[nodejs/undici#3024](https://togithub.com/nodejs/undici/issues/3024)
[nodejs/undici#3034](https://togithub.com/nodejs/undici/issues/3034)
[nodejs/undici#3038](https://togithub.com/nodejs/undici/issues/3038)
[nodejs/undici#2947](https://togithub.com/nodejs/undici/issues/2947)
[nodejs/undici#3040](https://togithub.com/nodejs/undici/issues/3040)
[nodejs/undici#3036](https://togithub.com/nodejs/undici/issues/3036)
[nodejs/undici#3041](https://togithub.com/nodejs/undici/issues/3041)
[#&#8203;3024](https://togithub.com/actions/create-github-app-token/issues/3024)
[#&#8203;3041](https://togithub.com/actions/create-github-app-token/issues/3041)
[#&#8203;3036](https://togithub.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://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNzkuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI3OS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2IiwibGFiZWxzIjpbInJlbm92YXRlL2dpdGh1Yi1hY3Rpb24iLCJyZW5vdmF0ZS9naXRodWItcmVsZWFzZSIsInR5cGUvcGF0Y2giXX0=-->

Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com>
  • Loading branch information
bloopy-boi[bot] committed Apr 4, 2024
1 parent 3d629f0 commit 170b3a8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action-image-build.yaml
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Generate Token
uses: actions/create-github-app-token@v1.9.2
uses: actions/create-github-app-token@v1.9.3
id: generate-token
with:
app-id: "${{ secrets.APP_ID }}"
Expand Down Expand Up @@ -212,7 +212,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Generate Token
uses: actions/create-github-app-token@v1.9.2
uses: actions/create-github-app-token@v1.9.3
id: generate-token
with:
app-id: "${{ secrets.APP_ID }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-project-sync.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Generate Token
uses: actions/create-github-app-token@v1.9.2
uses: actions/create-github-app-token@v1.9.3
id: generate-token
with:
app-id: "${{ secrets.APP_ID }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/meta-sync-labels.yaml
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Generate Token
uses: actions/create-github-app-token@v1.9.2
uses: actions/create-github-app-token@v1.9.3
id: generate-token
with:
app-id: "${{ secrets.APP_ID }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-merge-main.yaml
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Generate Token
uses: actions/create-github-app-token@v1.9.2
uses: actions/create-github-app-token@v1.9.3
id: generate-token
with:
app-id: "${{ secrets.APP_ID }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-charts.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: "Generate Short Lived OAuth App Token (ghs_*)"
uses: actions/create-github-app-token@v1.9.2
uses: actions/create-github-app-token@v1.9.3
id: app-token
with:
app-id: "${{ secrets.APP_ID }}"
Expand Down

0 comments on commit 170b3a8

Please sign in to comment.