File tree Expand file tree Collapse file tree 4 files changed +12
-14
lines changed
Expand file tree Collapse file tree 4 files changed +12
-14
lines changed 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@7884fcad6b5d53d10323aee724dc68d8b9096a2e # pin@v2
20+ - uses : actions/checkout@v3
2121
2222 - id : fetch-base
2323 if : github.event_name == 'pull_request'
6666 run : |
6767 echo "✅ Bypassing acceptance tests - they are not required for this change"
6868
69- - name : Check out code
69+ - name : checkout
7070 if : ${{ needs.changes.outputs.has_change == 'true' }}
71- uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # pin@v2
71+ uses : actions/checkout@v3
7272
7373 # Use Docker layer caching for 'docker build' and 'docker-compose build' commands.
7474 # 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@7884fcad6b5d53d10323aee724dc68d8b9096a2e # pin@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 @@ -14,12 +14,11 @@ jobs:
1414 contents : read
1515
1616 steps :
17- - name : Check out code
18- uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # pin@v2
17+ - name : checkout
18+ uses : actions/checkout@v3
1919
20- - uses : ruby/setup-ruby@8029ebd6e5bd8f4e0d6f7623ea76a01ec5b1010d # pin@v1.110 .0
20+ - uses : ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # pin@v1.152 .0
2121 with :
22- ruby-version : 3.1.2
2322 bundler-cache : true
2423
2524 - name : rubocop
Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ jobs:
1414 contents : read
1515
1616 steps :
17- - name : Check out code
18- uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # pin@v2
17+ - name : checkout
18+ uses : actions/checkout@v3
1919
20- - uses : ruby/setup-ruby@8029ebd6e5bd8f4e0d6f7623ea76a01ec5b1010d # pin@v1.110 .0
20+ - uses : ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # pin@v1.152 .0
2121 with :
22- ruby-version : 3.1.2
2322 bundler-cache : true
2423
2524 - name : rspec tests
You can’t perform that action at this time.
0 commit comments