From 3d48a97fb1a5bb35d8cc124b175275931f8c7d3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 05:23:06 -0500 Subject: [PATCH] =?UTF-8?q?chore(ci):=20update=20actions/create-github-app?= =?UTF-8?q?-token=20action=20(v1.11.3=20=E2=86=92=20v1.11.5)=20(#1773)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ------------------------------- | ------- | ------- | | github-tags | actions/create-github-app-token | v1.11.3 | v1.11.5 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/link-check.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/release-please.yml | 2 +- .github/workflows/stale.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index b6b4054f..ef3f90dc 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Generate Short Lived OAuth App Token - uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3 + uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c9c299ce..8bf657c8 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Generate Short Lived OAuth App Token - uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3 + uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 24432678..0a1b35aa 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,7 +13,7 @@ jobs: contents: write steps: - name: Generate Short Lived OAuth App Token - uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3 + uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}" diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index 50d6b8b0..d8fc54a5 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -12,7 +12,7 @@ jobs: pull-requests: write steps: - name: Generate Short Lived OAuth App Token - uses: actions/create-github-app-token@67e27a7eb7db372a1c61a7f9bdab8699e9ee57f7 # v1.11.3 + uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5 id: app-token with: app-id: "${{ secrets.BOT_APP_ID }}"