Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(deps): Bump actions/create-github-app-token from 1.9.0 to 1.11.0
Browse files Browse the repository at this point in the history
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](actions/create-github-app-token@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] <[email protected]>
dependabot[bot] authored Sep 23, 2024
1 parent 3517b28 commit cad768b
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/add-to-project.yml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ jobs:
uses: hmarr/[email protected]
- 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 }}
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
uses: hmarr/[email protected]
- 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 }}
2 changes: 1 addition & 1 deletion .github/workflows/auto-review.yml
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ jobs:
uses: hmarr/[email protected]
- 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 }}
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-dedupe.yml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ jobs:
uses: hmarr/[email protected]
- 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 }}
2 changes: 1 addition & 1 deletion .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ jobs:
uses: hmarr/[email protected]
- 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 }}
2 changes: 1 addition & 1 deletion .github/workflows/lock-inactive-threads.yml
Original file line number Diff line number Diff line change
@@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/no-response.yml
Original file line number Diff line number Diff line change
@@ -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 }}
6 changes: 3 additions & 3 deletions .github/workflows/release-chore.yml
Original file line number Diff line number Diff line change
@@ -104,7 +104,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 }}
@@ -131,7 +131,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 }}
@@ -194,7 +194,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 }}

0 comments on commit cad768b

Please sign in to comment.