Skip to content

Commit 0c9bc88

Browse files
mikolalysenkoclaude
andcommitted
fix: pin ruby/setup-ruby action to full commit SHA
GitHub org policy requires all actions to be pinned to full-length commit SHAs. Pin ruby/setup-ruby@v1 to its current SHA. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 87dcc16 commit 0c9bc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143

144144
- name: Setup Ruby
145145
if: matrix.suite == 'e2e_gem'
146-
uses: ruby/setup-ruby@v1
146+
uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1
147147
with:
148148
ruby-version: '3.2'
149149
bundler-cache: false

0 commit comments

Comments
 (0)