Skip to content

Commit 8a8e0c0

Browse files
ci(deps): Bump actions/create-github-app-token from 2.1.1 to 2.1.4
Bumps [actions/create-github-app-token](https://github.com/actions/create-github-app-token) from 2.1.1 to 2.1.4. - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@v2.1.1...v2.1.4) --- updated-dependencies: - dependency-name: actions/create-github-app-token dependency-version: 2.1.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 80cda28 commit 8a8e0c0

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
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@v2.1.1
36+
uses: actions/create-github-app-token@v2.1.4
3737
with:
3838
app-id: ${{ secrets.BOT_APP_ID }}
3939
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: hmarr/debug-action@v3.0.0
3636
- id: bot-token
3737
name: Get bot token
38-
uses: actions/create-github-app-token@v2.1.1
38+
uses: actions/create-github-app-token@v2.1.4
3939
with:
4040
app-id: ${{ secrets.BOT_APP_ID }}
4141
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/auto-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: hmarr/debug-action@v3.0.0
4444
- id: bot-token
4545
name: Get bot token
46-
uses: actions/create-github-app-token@v2.1.1
46+
uses: actions/create-github-app-token@v2.1.4
4747
with:
4848
app-id: ${{ secrets.BOT_APP_ID }}
4949
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/dependabot-dedupe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: hmarr/debug-action@v3.0.0
4141
- id: bot-token
4242
name: Get bot token
43-
uses: actions/create-github-app-token@v2.1.1
43+
uses: actions/create-github-app-token@v2.1.4
4444
with:
4545
app-id: ${{ secrets.BOT_APP_ID }}
4646
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/infrastructure.yml

Lines changed: 1 addition & 1 deletion
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@v2.1.1
48+
uses: actions/create-github-app-token@v2.1.4
4949
with:
5050
app-id: ${{ secrets.BOT_APP_ID }}
5151
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

.github/workflows/release-chore.yml

Lines changed: 3 additions & 3 deletions
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@v2.1.1
106+
uses: actions/create-github-app-token@v2.1.4
107107
with:
108108
app-id: ${{ secrets.BOT_APP_ID }}
109109
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
@@ -126,7 +126,7 @@ jobs:
126126
steps:
127127
- id: bot-token
128128
name: Get bot token
129-
uses: actions/create-github-app-token@v2.1.1
129+
uses: actions/create-github-app-token@v2.1.4
130130
with:
131131
app-id: ${{ secrets.BOT_APP_ID }}
132132
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
@@ -181,7 +181,7 @@ jobs:
181181
steps:
182182
- id: bot-token
183183
name: Get bot token
184-
uses: actions/create-github-app-token@v2.1.1
184+
uses: actions/create-github-app-token@v2.1.4
185185
with:
186186
app-id: ${{ secrets.BOT_APP_ID }}
187187
private-key: ${{ secrets.BOT_PRIVATE_KEY }}

0 commit comments

Comments
 (0)