From c4f2a076e53258a785b93d663745ca0d6d9b989b Mon Sep 17 00:00:00 2001 From: Angela P Wen Date: Mon, 24 Feb 2025 17:06:31 -0800 Subject: [PATCH] PR Checks: use semantic versioning for `create-github-app-token` --- .github/workflows/post-release-mergeback.yml | 2 +- .github/workflows/update-release-branch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/post-release-mergeback.yml b/.github/workflows/post-release-mergeback.yml index f07ccd9576..775eaaf509 100644 --- a/.github/workflows/post-release-mergeback.yml +++ b/.github/workflows/post-release-mergeback.yml @@ -168,7 +168,7 @@ jobs: --draft - name: Generate token - uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 + uses: actions/create-github-app-token@v1.11.5 id: app-token with: app-id: ${{ vars.AUTOMATION_APP_ID }} diff --git a/.github/workflows/update-release-branch.yml b/.github/workflows/update-release-branch.yml index 35a0005090..aeba6a0a86 100644 --- a/.github/workflows/update-release-branch.yml +++ b/.github/workflows/update-release-branch.yml @@ -124,7 +124,7 @@ jobs: pull-requests: write # needed to create pull request steps: - name: Generate token - uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 + uses: actions/create-github-app-token@v1.11.5 id: app-token with: app-id: ${{ vars.AUTOMATION_APP_ID }}