diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index ff56e36e..bf59887c 100644 --- a/.github/workflows/add-to-project.yml +++ b/.github/workflows/add-to-project.yml @@ -33,7 +33,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.9.0 + uses: actions/create-github-app-token@v1.9.1 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 9780a264..840c3bfe 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -30,7 +30,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.9.0 + uses: actions/create-github-app-token@v1.9.1 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 5994664c..2ccf9839 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -37,7 +37,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.9.0 + uses: actions/create-github-app-token@v1.9.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/dependabot-dedupe.yml b/.github/workflows/dependabot-dedupe.yml index 421fed3e..a5e97830 100644 --- a/.github/workflows/dependabot-dedupe.yml +++ b/.github/workflows/dependabot-dedupe.yml @@ -42,7 +42,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.9.0 + uses: actions/create-github-app-token@v1.9.1 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 e135a44d..570f7b46 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -45,7 +45,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.9.0 + uses: actions/create-github-app-token@v1.9.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/lock-inactive-threads.yml b/.github/workflows/lock-inactive-threads.yml index 53b97e45..7bda450e 100644 --- a/.github/workflows/lock-inactive-threads.yml +++ b/.github/workflows/lock-inactive-threads.yml @@ -23,7 +23,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.9.0 + uses: actions/create-github-app-token@v1.9.1 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 21f686a6..2cd83753 100644 --- a/.github/workflows/release-chore.yml +++ b/.github/workflows/release-chore.yml @@ -99,7 +99,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.9.0 + uses: actions/create-github-app-token@v1.9.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -126,7 +126,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.9.0 + uses: actions/create-github-app-token@v1.9.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -179,7 +179,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.9.0 + uses: actions/create-github-app-token@v1.9.1 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }}