File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1010 name : Perform checks before releasing
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
13+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414 - run : |
1515 git fetch --quiet origin main
1616 git merge-base --is-ancestor HEAD origin/main
2727 ruby : truffleruby
2828 runs-on : ${{ matrix.os }}
2929 steps :
30- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
30+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131 - uses : ./.github/actions/test-ruby
3232 with :
3333 ruby-version : ${{ matrix.ruby }}
3838 runs-on : ubuntu-latest
3939 environment : Release
4040 steps :
41- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
41+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242 - uses : cucumber/action-publish-rubygem@d8918cbdee789cfc78f346a96a59596b87795be1 # v1.0.0
4343 with :
4444 rubygems_api_key : ${{ secrets.RUBYGEMS_API_KEY }}
5151 permissions :
5252 contents : write
5353 steps :
54- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
54+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5555 - uses : cucumber/action-create-github-release@cf2c6f77ba35d2424362e83393a1c4c004cf2ddb # v1.1.1
5656 with :
5757 github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1212 rubocop :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
15+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616 - uses : ruby/setup-ruby@v1
1717 with :
1818 ruby-version : ' 3.4.7'
Original file line number Diff line number Diff line change 2525 ruby : truffleruby
2626 runs-on : ${{ matrix.os }}
2727 steps :
28- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
28+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929 - uses : ./.github/actions/test-ruby
3030 with :
3131 ruby-version : ${{ matrix.ruby }}
You can’t perform that action at this time.
0 commit comments