From 833a012c84df4b49555863243bb321b595292647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 03:42:43 +0000 Subject: [PATCH] ci(deps): Bump actions/create-github-app-token from 1.9.0 to 1.11.0 Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.9.0 to 1.11.0. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](https://github.com/actions/create-github-app-token/compare/v1.9.0...v1.11.0) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/add-to-project.yml | 2 +- .github/workflows/auto-merge.yml | 2 +- .github/workflows/auto-review.yml | 2 +- .github/workflows/dependabot-dedupe.yml | 2 +- .github/workflows/infrastructure.yml | 2 +- .github/workflows/lock-inactive-threads.yml | 2 +- .github/workflows/no-response.yml | 2 +- .github/workflows/release-chore.yml | 6 +++--- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/add-to-project.yml b/.github/workflows/add-to-project.yml index ff56e36e..fd713203 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.11.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 9e169c74..053f27f3 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -29,7 +29,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.11.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 5994664c..00a4d736 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.11.0 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 9e7a4d10..87260a80 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.11.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 0d6c7678..a88c2c03 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.11.0 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 21ebf9b5..db111208 100644 --- a/.github/workflows/lock-inactive-threads.yml +++ b/.github/workflows/lock-inactive-threads.yml @@ -17,7 +17,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.9.3 + uses: actions/create-github-app-token@v1.11.0 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} diff --git a/.github/workflows/no-response.yml b/.github/workflows/no-response.yml index 98baecae..37bbb7b7 100644 --- a/.github/workflows/no-response.yml +++ b/.github/workflows/no-response.yml @@ -25,7 +25,7 @@ jobs: steps: - id: bot-token name: Get bot token - uses: actions/create-github-app-token@v1.9.3 + uses: actions/create-github-app-token@v1.11.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 15619c5b..cbf6058d 100644 --- a/.github/workflows/release-chore.yml +++ b/.github/workflows/release-chore.yml @@ -103,7 +103,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.11.0 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -130,7 +130,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.11.0 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }} @@ -190,7 +190,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.11.0 with: app-id: ${{ secrets.BOT_APP_ID }} private-key: ${{ secrets.BOT_PRIVATE_KEY }}