From 0055c5ecd291374c6ae36a9d4c4212b016cae907 Mon Sep 17 00:00:00 2001 From: "cluster-stack-bot[bot]" <143188378+cluster-stack-bot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 11:11:56 +0000 Subject: [PATCH] :seedling: Update Github Actions group to v2 | datasource | package | from | to | | ----------- | ------------------------------- | ---- | -- | | github-tags | actions/create-github-app-token | v1 | v2 | --- .github/workflows/pr-verify.yaml | 2 +- .github/workflows/schedule-update-bot.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-verify.yaml b/.github/workflows/pr-verify.yaml index d56b8ffd..0954208e 100644 --- a/.github/workflows/pr-verify.yaml +++ b/.github/workflows/pr-verify.yaml @@ -42,7 +42,7 @@ jobs: done - name: Generate Token - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 + uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2 id: generate-token with: app-id: ${{ secrets.SCS_APP_ID }} diff --git a/.github/workflows/schedule-update-bot.yaml b/.github/workflows/schedule-update-bot.yaml index 1f8448af..fed4723c 100644 --- a/.github/workflows/schedule-update-bot.yaml +++ b/.github/workflows/schedule-update-bot.yaml @@ -38,7 +38,7 @@ jobs: uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3 - name: Generate Token - uses: actions/create-github-app-token@c1a285145b9d317df6ced56c09f525b5c2b6f755 # v1 + uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2 id: generate-token with: app-id: ${{ secrets.SCS_APP_ID }}