Skip to content
Merged
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/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
# specify that we want the v1 branch.
- name: Set up Ruby
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # 1.301.0
uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # 1.302.0

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning

action's hash pin has mismatched or missing version comment
with:
ruby-version: ruby

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
# specify that we want the v1 branch.
- uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # 1.301.0
- uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # 1.302.0

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning

action's hash pin has mismatched or missing version comment
with:
ruby-version: 3.4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

# zizmor complains that 'v1' is a ref that can be provided by both the branch and tag namespaces.
# specify that we want the v1 branch.
- uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # 1.301.0
- uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # 1.302.0

Check warning

Code scanning / zizmor

action's hash pin has mismatched or missing version comment Warning test

action's hash pin has mismatched or missing version comment
with:
ruby-version: ${{ matrix.version }}

Expand Down