Skip to content

Commit 70030a4

Browse files
ci(deps): Bump actions/create-github-app-token from 1.11.0 to 1.11.1
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 609fe37 commit 70030a4

8 files changed

+10
-10
lines changed

.github/workflows/add-to-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: hmarr/debug-action@v3.0.0
3434
- id: bot-token
3535
name: Get bot token
36-
uses: actions/create-github-app-token@v1.11.0
36+
uses: actions/create-github-app-token@v1.11.1
3737
with:
3838
app-id: ${{ secrets.BOT_APP_ID }}
3939
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: hmarr/debug-action@v3.0.0
3030
- id: bot-token
3131
name: Get bot token
32-
uses: actions/create-github-app-token@v1.11.0
32+
uses: actions/create-github-app-token@v1.11.1
3333
with:
3434
app-id: ${{ secrets.BOT_APP_ID }}
3535
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/auto-review.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: hmarr/debug-action@v3.0.0
3838
- id: bot-token
3939
name: Get bot token
40-
uses: actions/create-github-app-token@v1.11.0
40+
uses: actions/create-github-app-token@v1.11.1
4141
with:
4242
app-id: ${{ secrets.BOT_APP_ID }}
4343
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/dependabot-dedupe.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: hmarr/debug-action@v3.0.0
4343
- id: bot-token
4444
name: Get bot token
45-
uses: actions/create-github-app-token@v1.11.0
45+
uses: actions/create-github-app-token@v1.11.1
4646
with:
4747
app-id: ${{ secrets.BOT_APP_ID }}
4848
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/infrastructure.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
uses: hmarr/debug-action@v3.0.0
4646
- id: bot-token
4747
name: Get bot token
48-
uses: actions/create-github-app-token@v1.11.0
48+
uses: actions/create-github-app-token@v1.11.1
4949
with:
5050
app-id: ${{ secrets.BOT_APP_ID }}
5151
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/lock-inactive-threads.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- id: bot-token
1919
name: Get bot token
20-
uses: actions/create-github-app-token@v1.11.0
20+
uses: actions/create-github-app-token@v1.11.1
2121
with:
2222
app-id: ${{ secrets.BOT_APP_ID }}
2323
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/no-response.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- id: bot-token
2727
name: Get bot token
28-
uses: actions/create-github-app-token@v1.11.0
28+
uses: actions/create-github-app-token@v1.11.1
2929
with:
3030
app-id: ${{ secrets.BOT_APP_ID }}
3131
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/release-chore.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
steps:
104104
- id: bot-token
105105
name: Get bot token
106-
uses: actions/create-github-app-token@v1.11.0
106+
uses: actions/create-github-app-token@v1.11.1
107107
with:
108108
app-id: ${{ secrets.BOT_APP_ID }}
109109
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
@@ -130,7 +130,7 @@ jobs:
130130
steps:
131131
- id: bot-token
132132
name: Get bot token
133-
uses: actions/create-github-app-token@v1.11.0
133+
uses: actions/create-github-app-token@v1.11.1
134134
with:
135135
app-id: ${{ secrets.BOT_APP_ID }}
136136
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
@@ -190,7 +190,7 @@ jobs:
190190
steps:
191191
- id: bot-token
192192
name: Get bot token
193-
uses: actions/create-github-app-token@v1.11.0
193+
uses: actions/create-github-app-token@v1.11.1
194194
with:
195195
app-id: ${{ secrets.BOT_APP_ID }}
196196
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)