diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 4ca7b55a..d0e0a0bb 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Get App Token id: app-token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }} diff --git a/.github/workflows/sync_dependabot-changeset.yml b/.github/workflows/sync_dependabot-changeset.yml index f29cf27b..5744d1a6 100644 --- a/.github/workflows/sync_dependabot-changeset.yml +++ b/.github/workflows/sync_dependabot-changeset.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Get App Token id: app-token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }}