From 2f7a955ae538c98368c60370b7ddb87f9371fc2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:29:03 +0000 Subject: [PATCH] ci(deps): Bump actions/create-github-app-token from 1.5.1 to 1.6.0 (#46) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/add-to-project.yml | 2 +- .github/workflows/auto-merge.yml | 2 +- .github/workflows/auto-review.yml | 2 +- .github/workflows/dependabot-rebuild.yml | 2 +- .github/workflows/infrastructure.yml | 2 +- .github/workflows/release-chore.yml | 6 +++--- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index af7fa9c..94e6c16 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.6.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 aa129c6..a8d45ac 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.6.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 0c4052a..af7efa4 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.6.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 5a35e77..541cc96 100644 --- a/.github/workflows/dependabot-rebuild.yml +++ b/.github/workflows/dependabot-rebuild.yml @@ -47,7 +47,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.6.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 b25c3e1..a107dee 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.6.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 268b6df..2cdc683 100644 --- a/.github/workflows/release-chore.yml +++ b/.github/workflows/release-chore.yml @@ -100,7 +100,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.6.0 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -127,7 +127,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.6.0 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -196,7 +196,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.6.0 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }}