Skip to content

Commit ffd8ecd

Browse files
chore(deps): update actions/create-github-app-token action to v2.2.1 (#1986)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f321a93 commit ffd8ecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-request-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Toys
2727
run: "gem install --no-document toys -v 0.15.5"
2828
- name: Create otelbot app token
29-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
29+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
3030
id: app-token
3131
with:
3232
app-id: ${{ vars.OTELBOT_RUBY_APP_ID }}

.github/workflows/release-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Toys
3131
run: "gem install --no-document toys -v 0.15.5"
3232
- name: Create otelbot app token
33-
uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
33+
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
3434
id: app-token
3535
with:
3636
app-id: ${{ vars.OTELBOT_RUBY_APP_ID }}

0 commit comments

Comments
 (0)