From 170b3a8607c76195a50e25636e2172790c3d0e1b Mon Sep 17 00:00:00 2001 From: "bloopy-boi[bot]" <98279278+bloopy-boi[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 18:10:03 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20actions/create-g?= =?UTF-8?q?ithub-app-token=20(=20v1.9.2=20=E2=86=92=20v1.9.3=20)=20(#231)?= 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.9.2` -> `v1.9.3` | --- ### Release Notes
actions/create-github-app-token (actions/create-github-app-token) ### [`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 ([#​125](https://togithub.com/actions/create-github-app-token/issues/125)) ([3c223c7](https://togithub.com/actions/create-github-app-token/commit/3c223c7336e276235eb843dd4e6ad42147199cbf)), closes [#​3024](https://togithub.com/actions/create-github-app-token/issues/3024) [nodejs/undici#3044](https://togithub.com/nodejs/undici/issues/3044) [#​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) [#​3024](https://togithub.com/actions/create-github-app-token/issues/3024) [#​3041](https://togithub.com/actions/create-github-app-token/issues/3041) [#​3036](https://togithub.com/actions/create-github-app-token/issues/3036)
--- ### 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 19de008..3ade5e4 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.9.2 + uses: actions/create-github-app-token@v1.9.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.9.2 + uses: actions/create-github-app-token@v1.9.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 9a2a0e4..6d2af4d 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.9.2 + uses: actions/create-github-app-token@v1.9.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 8503a72..2b89151 100755 --- a/.github/workflows/meta-sync-labels.yaml +++ b/.github/workflows/meta-sync-labels.yaml @@ -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 }}" diff --git a/.github/workflows/on-merge-main.yaml b/.github/workflows/on-merge-main.yaml index d4826e0..097ebb9 100755 --- a/.github/workflows/on-merge-main.yaml +++ b/.github/workflows/on-merge-main.yaml @@ -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 }}" diff --git a/.github/workflows/tag-charts.yaml b/.github/workflows/tag-charts.yaml index cf20477..2c6af36 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.9.2 + uses: actions/create-github-app-token@v1.9.3 id: app-token with: app-id: "${{ secrets.APP_ID }}"