diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index af7fa9c4..4c02ba2d 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -33,7 +33,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.5.1 + uses: actions/create-github-app-token@v1.10.0 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index aa129c67..a5289423 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -30,7 +30,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.5.1 + uses: actions/create-github-app-token@v1.10.0 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index b4088e3f..bf03ea9f 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -37,7 +37,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.5.1 + uses: actions/create-github-app-token@v1.10.0 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/dependabot-rebuild.yml b/.github/workflows/dependabot-rebuild.yml index 04d42aac..43738bba 100644 --- a/.github/workflows/dependabot-rebuild.yml +++ b/.github/workflows/dependabot-rebuild.yml @@ -48,7 +48,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.5.1 + uses: actions/create-github-app-token@v1.10.0 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 6faf3598..b3c4f5e9 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -45,7 +45,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.5.1 + uses: actions/create-github-app-token@v1.10.0 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/release-chore.yml b/.github/workflows/release-chore.yml index 5cbb3405..f5ea912b 100644 --- a/.github/workflows/release-chore.yml +++ b/.github/workflows/release-chore.yml @@ -101,7 +101,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.5.1 + uses: actions/create-github-app-token@v1.10.0 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -128,7 +128,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.5.1 + uses: actions/create-github-app-token@v1.10.0 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -197,7 +197,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.5.1 + uses: actions/create-github-app-token@v1.10.0 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }}