Merge pull request #2748 from github/henrymercer/pin-setup-ruby

Pin `ruby/setup-ruby` Action to v1.215.0
This commit is contained in:
Henry Mercer 2025-01-30 17:48:15 +00:00 committed by GitHub
commit 9a4ae2164a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -46,7 +46,7 @@ jobs:
use-all-platform-bundle: 'false'
setup-kotlin: 'true'
- name: Set up Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
with:
ruby-version: 2.6
- name: Install Code Scanning integration

View file

@ -5,7 +5,7 @@ operatingSystems: ["ubuntu"]
versions: ["default"]
steps:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@2654679fe7f7c29875c669398a8ec0791b8a64a1 # v1.215.0
with:
ruby-version: 2.6
- name: Install Code Scanning integration