diff --git a/.github/workflows/back-to-development.yaml b/.github/workflows/back-to-development.yaml index be5019ddf0..c0eb21555b 100644 --- a/.github/workflows/back-to-development.yaml +++ b/.github/workflows/back-to-development.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get GitHub app token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 id: app_token with: app-id: ${{ env.APP_ID }} diff --git a/.github/workflows/build-and-draft-release.yaml b/.github/workflows/build-and-draft-release.yaml index b538311518..a440cb310d 100644 --- a/.github/workflows/build-and-draft-release.yaml +++ b/.github/workflows/build-and-draft-release.yaml @@ -20,7 +20,7 @@ jobs: VERSION="${{ github.event.inputs.version || github.head_ref}}" echo "VERSION=${VERSION##*/v}" >> $GITHUB_ENV - name: Get GitHub app token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 id: app_token with: app-id: ${{ env.APP_ID }} diff --git a/.github/workflows/create-release-pr.yaml b/.github/workflows/create-release-pr.yaml index e767ebb6c0..3413764755 100644 --- a/.github/workflows/create-release-pr.yaml +++ b/.github/workflows/create-release-pr.yaml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get GitHub app token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 id: app_token with: app-id: ${{ env.APP_ID }} diff --git a/.github/workflows/make-upgrade.yaml b/.github/workflows/make-upgrade.yaml index f8294dffde..996c77d56d 100644 --- a/.github/workflows/make-upgrade.yaml +++ b/.github/workflows/make-upgrade.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get GitHub app token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 id: app_token with: app-id: ${{ env.APP_ID }}