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 43
43
44
44
steps :
45
45
- name : Checkout the Repository
46
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
47
47
48
48
- name : Perform ShellCheck Analysis
49
49
run : bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/shellcheck/master/pipeline.sh)
60
60
61
61
steps :
62
62
- name : Checkout the Repository
63
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
63
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
64
64
65
65
- name : Setup Ruby ${{ matrix.ruby-versions }}
66
66
uses : ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257.0
80
80
81
81
steps :
82
82
- name : Checkout the Repository
83
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
83
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
84
84
85
85
- name : Check Job Statuses
86
86
run : .github/scripts/check-jobs.sh '${{ toJson(needs) }}'
Original file line number Diff line number Diff line change 21
21
22
22
steps :
23
23
- name : Checkout the Repository
24
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25
25
with :
26
26
fetch-depth : 0
27
27
40
40
41
41
steps :
42
42
- name : Checkout the Repository
43
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
44
44
with :
45
45
fetch-depth : 0
46
46
Original file line number Diff line number Diff line change 20
20
21
21
steps :
22
22
- name : Checkout the repository
23
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24
24
with :
25
25
fetch-depth : 0
26
26
38
38
39
39
steps :
40
40
- name : Checkout the Repository
41
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42
42
with :
43
43
fetch-depth : 0
44
44
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout the Repository
30
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31
31
32
32
- name : Ensure SHA Pinned Actions
33
33
uses : zgosalvez/github-actions-ensure-sha-pinned-actions@fc87bb5b5a97953d987372e74478de634726b3e5 # v3.0.25
You can’t perform that action at this time.
0 commit comments