Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: checkout
uses: actions/[email protected].0
uses: actions/[email protected].1

- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # [email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: checkout
uses: actions/[email protected].0
uses: actions/[email protected].1

- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # [email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
contents: read
steps:
- name: checkout
uses: actions/[email protected].0
uses: actions/[email protected].1

- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # [email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: checkout
uses: actions/[email protected].0
uses: actions/[email protected].1

- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # [email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: checkout
uses: actions/[email protected].0
uses: actions/[email protected].1

- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # [email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # [email protected]
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # [email protected]
with:
persist-credentials: false

Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
packages: write
id-token: write
steps:
- uses: actions/checkout@c2d88d3ecc89a9ef08eebf45d9637801dcee7eb5 # [email protected]
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # [email protected]
with:
persist-credentials: false

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
run: script/bootstrap

- name: Configure RubyGems Credentials
uses: rubygems/configure-rubygems-credentials@079b868399574998fd0fe9df2e03528f38cc6fa0 # pin@main
uses: rubygems/configure-rubygems-credentials@9b0e87d012c1f27ad7b823389e5d826a0aff2c42 # pin@main

- name: sign ruby gem
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: checkout
uses: actions/[email protected].0
uses: actions/[email protected].1

- uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # [email protected]
with:
Expand Down