File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 has_change : ${{ steps.diff.outputs.has_change}}
1818
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121
2222 - id : fetch-base
2323 if : github.event_name == 'pull_request'
6161 contents : read
6262
6363 steps :
64- - uses : ruby/setup-ruby@v1
64+ -
uses :
ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # [email protected] 6565 with :
66+ bundler-cache : true
6667 ruby-version : ${{ matrix.ruby }}
6768
6869 # If source files were not changed, we don't need the acceptance test suite
7172 run : |
7273 echo "✅ Bypassing acceptance tests - they are not required for this change"
7374
74- - name : Check out code
75+ - name : checkout
7576 if : ${{ needs.changes.outputs.has_change == 'true' }}
76- uses : actions/checkout@v2
77+ uses : actions/checkout@v3
7778
7879 # Use Docker layer caching for 'docker build' and 'docker-compose build' commands.
7980 # https://github.com/satackey/action-docker-layer-caching/releases/tag/v0.0.11
Original file line number Diff line number Diff line change 1- name : " CodeQL"
1+ name : CodeQL
22
33on :
44 push :
2424 language : [ 'ruby' ]
2525
2626 steps :
27- - name : Checkout repository
28- uses : actions/checkout@v2
27+ - name : checkout
28+ uses : actions/checkout@v3
2929
3030 # Initializes the CodeQL tools for scanning.
3131 - name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ jobs:
1717 contents : read
1818
1919 steps :
20- - name : Check out code
21- uses : actions/checkout@v2
20+ - name : checkout
21+ uses : actions/checkout@v3
2222
23- - uses : ruby/setup-ruby@v1
23+ -
uses :
ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # [email protected] 2424 with :
2525 ruby-version : ${{ matrix.ruby }}
2626 bundler-cache : true
27+
2728 - run : bundle exec rubocop -c .rubocop.yml lib/ spec/
Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ jobs:
1717 contents : read
1818
1919 steps :
20- - name : Check out code
21- uses : actions/checkout@v2
20+ - name : checkout
21+ uses : actions/checkout@v3
2222
23- - uses : ruby/setup-ruby@v1
23+ -
uses :
ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # [email protected] 2424 with :
2525 ruby-version : ${{ matrix.ruby }}
2626 bundler-cache : true
27+
2728 - run : script/test -d
You can’t perform that action at this time.
0 commit comments