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 }}