Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Process Release
runs-on: ubuntu-latest
steps:
- uses: actions/create-github-app-token@def152b8a737443d7af6c5722c6389146fe90c90 # v2.1.2
- uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
id: otelbot-token
with:
app-id: ${{ vars.OTELBOT_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-request-weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: "gem install --no-document toys -v 0.15.5"

- name: Create otelbot app token
uses: actions/[email protected].2
uses: actions/[email protected].4
id: app-token
with:
app-id: ${{ vars.OTELBOT_RUBY_CONTRIB_APP_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: "gem install --no-document toys -v 0.15.5"

- name: Create otelbot app token
uses: actions/[email protected].2
uses: actions/[email protected].4
id: app-token
with:
app-id: ${{ vars.OTELBOT_RUBY_CONTRIB_APP_ID }}
Expand Down