Skip to content

Commit 580fee9

Browse files
Merge branch 'main' into dependabot/github_actions/ruby/setup-ruby-1.258.0
2 parents 1944c67 + db50b1b commit 580fee9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Process Release
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/create-github-app-token@def152b8a737443d7af6c5722c6389146fe90c90 # v2.1.2
22+
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
2323
id: otelbot-token
2424
with:
2525
app-id: ${{ vars.OTELBOT_APP_ID }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: "gem install --no-document toys -v 0.15.5"
3030

3131
- name: Create otelbot app token
32-
uses: actions/[email protected].2
32+
uses: actions/[email protected].4
3333
id: app-token
3434
with:
3535
app-id: ${{ vars.OTELBOT_RUBY_CONTRIB_APP_ID }}

.github/workflows/release-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: "gem install --no-document toys -v 0.15.5"
3434

3535
- name: Create otelbot app token
36-
uses: actions/[email protected].2
36+
uses: actions/[email protected].4
3737
id: app-token
3838
with:
3939
app-id: ${{ vars.OTELBOT_RUBY_CONTRIB_APP_ID }}

0 commit comments

Comments
 (0)