File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v5
41+ uses : actions/checkout@v6.0.0
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@v5
33+ uses : actions/checkout@v6.0.0
3434 - uses : ruby/setup-ruby@v1
3535 with :
3636 ruby-version : ruby
Original file line number Diff line number Diff line change 66 build :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v5
9+ - uses : actions/checkout@v6.0.0
1010 - name : Set up Ruby
1111 uses : ruby/setup-ruby@v1
1212 with :
Original file line number Diff line number Diff line change 2727 BUNDLE_GEMFILE : ${{ (matrix.gemfile == 'without_active_support' && 'gemfiles/without_active_support.gemfile') || (matrix.gemfile == 'without_oj' && 'gemfiles/without_oj.gemfile') || null }}
2828 BUNDLE_WITHOUT : type
2929 steps :
30- - uses : actions/checkout@v5
30+ - uses : actions/checkout@v6.0.0
3131 - name : Set up Ruby
3232 uses : ruby/setup-ruby@v1
3333 with :
4949 matrix :
5050 ruby : [3.4]
5151 steps :
52- - uses : actions/checkout@v5
52+ - uses : actions/checkout@v6.0.0
5353 - name : Set up Ruby
5454 uses : ruby/setup-ruby@v1
5555 with :
Original file line number Diff line number Diff line change 2727 with :
2828 egress-policy : audit
2929
30- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3131
3232 - name : Set up Ruby
3333 uses : ruby/setup-ruby@eaecf785f6a34567a6d97f686bbb7bccc1ac1e5c # v1.237.0
You can’t perform that action at this time.
0 commit comments