Skip to content

Commit f865b27

Browse files
Pin ruby/setup-ruby to commit SHA (align with repo convention)
Matches the SHA pin used in test.yml and jekyll_build.yml (ruby/setup-ruby@afeafc3 # v1.310.0) for supply-chain consistency. Addresses PR review feedback. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 27e44fc commit f865b27

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
2020

2121
- name: Setup Ruby
22-
uses: ruby/setup-ruby@v1.306.0
22+
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
2323
with:
2424
bundler-cache: false
2525

@@ -41,7 +41,7 @@ jobs:
4141
ref: ${{ github.event.pull_request.head.ref || github.ref }}
4242

4343
- name: Setup Ruby
44-
uses: ruby/setup-ruby@v1.306.0
44+
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
4545
with:
4646
bundler-cache: true
4747

0 commit comments

Comments
 (0)