From 1388d70a57cfe6b9eb0ceffcbe5dff724f2a04bf Mon Sep 17 00:00:00 2001 From: "bloopy-boi[bot]" <98279278+bloopy-boi[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 14:07:53 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20actions/create-g?= =?UTF-8?q?ithub-app-token=20(=20v1.10.2=20=E2=86=92=20v1.10.3=20)=20(#389?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
actions/create-github-app-token (actions/create-github-app-token) ### [`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 ([#​149](https://togithub.com/actions/create-github-app-token/issues/149)) ([cc82279](https://togithub.com/actions/create-github-app-token/commit/cc82279e84540c5543078cedc5af4fcfab0a96bb)), closes [#​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) [#​3342](https://togithub.com/actions/create-github-app-token/issues/3342) [#​3332](https://togithub.com/actions/create-github-app-token/issues/3332) [#​3340](https://togithub.com/actions/create-github-app-token/issues/3340) [#​3337](https://togithub.com/actions/create-github-app-token/issues/3337) [#​3338](https://togithub.com/actions/create-github-app-token/issues/3338) [#​3336](https://togithub.com/actions/create-github-app-token/issues/3336) [#​3335](https://togithub.com/actions/create-github-app-token/issues/3335) [#​3325](https://togithub.com/actions/create-github-app-token/issues/3325) [#​3324](https://togithub.com/actions/create-github-app-token/issues/3324) [#​3326](https://togithub.com/actions/create-github-app-token/issues/3326)
--- ### 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com> --- .github/workflows/action-image-build.yaml | 4 ++-- .github/workflows/issue-project-sync.yaml | 2 +- .github/workflows/meta-sync-labels.yaml | 2 +- .github/workflows/on-merge-main.yaml | 2 +- .github/workflows/tag-charts.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/action-image-build.yaml b/.github/workflows/action-image-build.yaml index 8544bce..45f176d 100755 --- a/.github/workflows/action-image-build.yaml +++ b/.github/workflows/action-image-build.yaml @@ -87,7 +87,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Generate Token - uses: actions/create-github-app-token@v1.10.2 + uses: actions/create-github-app-token@v1.10.3 id: generate-token with: app-id: "${{ secrets.APP_ID }}" @@ -212,7 +212,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Generate Token - uses: actions/create-github-app-token@v1.10.2 + uses: actions/create-github-app-token@v1.10.3 id: generate-token with: app-id: "${{ secrets.APP_ID }}" diff --git a/.github/workflows/issue-project-sync.yaml b/.github/workflows/issue-project-sync.yaml index 2cc242e..58f4a8e 100755 --- a/.github/workflows/issue-project-sync.yaml +++ b/.github/workflows/issue-project-sync.yaml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Generate Token - uses: actions/create-github-app-token@v1.10.2 + uses: actions/create-github-app-token@v1.10.3 id: generate-token with: app-id: "${{ secrets.APP_ID }}" diff --git a/.github/workflows/meta-sync-labels.yaml b/.github/workflows/meta-sync-labels.yaml index 3c6de99..d6b8d3a 100755 --- a/.github/workflows/meta-sync-labels.yaml +++ b/.github/workflows/meta-sync-labels.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Generate Token - uses: actions/create-github-app-token@v1.10.2 + uses: actions/create-github-app-token@v1.10.3 id: generate-token with: app-id: "${{ secrets.APP_ID }}" diff --git a/.github/workflows/on-merge-main.yaml b/.github/workflows/on-merge-main.yaml index f95a2c4..3fd4d18 100755 --- a/.github/workflows/on-merge-main.yaml +++ b/.github/workflows/on-merge-main.yaml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 - name: Generate Token - uses: actions/create-github-app-token@v1.10.2 + uses: actions/create-github-app-token@v1.10.3 id: generate-token with: app-id: "${{ secrets.APP_ID }}" diff --git a/.github/workflows/tag-charts.yaml b/.github/workflows/tag-charts.yaml index eeb412b..fca801b 100755 --- a/.github/workflows/tag-charts.yaml +++ b/.github/workflows/tag-charts.yaml @@ -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.10.2 + uses: actions/create-github-app-token@v1.10.3 id: app-token with: app-id: "${{ secrets.APP_ID }}"