File tree Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Expand file tree Collapse file tree 4 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 17
17
has_change : ${{ steps.diff.outputs.has_change}}
18
18
19
19
steps :
20
- - uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # pin@v2
20
+ - uses : actions/checkout@v3
21
21
22
22
- id : fetch-base
23
23
if : github.event_name == 'pull_request'
65
65
run : |
66
66
echo "✅ Bypassing acceptance tests - they are not required for this change"
67
67
68
- - name : Check out code
68
+ - name : checkout
69
69
if : ${{ needs.changes.outputs.has_change == 'true' }}
70
- uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # pin@v2
70
+ uses : actions/checkout@v3
71
71
72
72
# Use Docker layer caching for 'docker build' and 'docker-compose build' commands.
73
73
# 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
2
2
3
3
on :
4
4
push :
25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # pin@v2
28
+ uses : actions/checkout@v3
29
29
30
30
# Initializes the CodeQL tools for scanning.
31
31
- name : Initialize CodeQL
Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ jobs:
14
14
contents : read
15
15
16
16
steps :
17
- - name : Check out code
18
- uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # pin@v2
17
+ - name : checkout
18
+ uses : actions/checkout@v3
19
19
20
- - uses : ruby/setup-ruby@8029ebd6e5bd8f4e0d6f7623ea76a01ec5b1010d # pin@v1.110 .0
20
+ - uses : ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # pin@v1.152 .0
21
21
with :
22
- ruby-version : 3.1.2
23
22
bundler-cache : true
24
23
25
24
- name : rubocop
Original file line number Diff line number Diff line change @@ -14,12 +14,11 @@ jobs:
14
14
contents : read
15
15
16
16
steps :
17
- - name : Check out code
18
- uses : actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # pin@v2
17
+ - name : checkout
18
+ uses : actions/checkout@v3
19
19
20
- - uses : ruby/setup-ruby@8029ebd6e5bd8f4e0d6f7623ea76a01ec5b1010d # pin@v1.110 .0
20
+ - uses : ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # pin@v1.152 .0
21
21
with :
22
- ruby-version : 3.1.2
23
22
bundler-cache : true
24
23
25
24
- name : rspec tests
You can’t perform that action at this time.
0 commit comments