WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5050 ruby : { name: truffleruby-head, value: truffleruby-head }
5151
5252 steps :
53- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
53+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5454 - name : Setup ruby
55- uses : ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # v1.256 .0
55+ uses : ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268 .0
5656 with :
5757 ruby-version : ${{ matrix.ruby.value }}
5858 bundler-cache : true
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727
2828 steps :
2929 - name : " Checkout code"
30- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
30+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3131 with :
3232 persist-credentials : false
3333
3434 - name : " Run analysis"
35- uses : ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
35+ uses : ossf/scorecard-action@99c09fe975337306107572b4fdf4db224cf8e2f2 # v2.4.3
3636 with :
3737 results_file : results.sarif
3838 results_format : sarif
Original file line number Diff line number Diff line change 1515 name : Check spelling
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
19- - uses : codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2.1
18+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
19+ - uses : codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
Original file line number Diff line number Diff line change 2121 env :
2222 RUBYOPT : -Ilib
2323 steps :
24- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.1
24+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2525 - name : Setup ruby
26- uses : ruby/setup-ruby@8575951200e472d5f2d95c625da0c7bec8217c42 # v1.161 .0
26+ uses : ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # v1.268 .0
2727 with :
2828 ruby-version : 3.2.2
2929 bundler-cache : true
You can’t perform that action at this time.
0 commit comments