Skip to content

Commit 628df95

Browse files
chore(deps): update actions/create-github-app-token action to v2.2.0
1 parent f3aafab commit 628df95

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/create-or-update-release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
create-or-update-release-pr:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
28+
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
2929
id: otelbot-token
3030
with:
3131
app-id: ${{ vars.OTELBOT_JS_APP_ID }}

.github/workflows/move-to-emeritus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
create-or-update-emeritus-pr:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
13+
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
1414
id: otelbot-token
1515
with:
1616
app-id: ${{ vars.OTELBOT_JS_APP_ID }}

.github/workflows/survey-on-merged-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
if: github.event.pull_request.merged == true
1919
steps:
20-
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
20+
- uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
2121
id: otelbot-token
2222
with:
2323
app-id: ${{ vars.OTELBOT_APP_ID }}

0 commit comments

Comments
 (0)