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 44
44
45
45
steps :
46
46
- name : Checkout the Repository
47
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
47
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
48
48
49
49
- name : Perform ShellCheck Analysis
50
50
run : bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/shellcheck/master/pipeline.sh)
61
61
62
62
steps :
63
63
- name : Checkout the Repository
64
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
64
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
65
65
66
66
- name : Setup Ruby ${{ matrix.ruby-versions }}
67
67
uses : ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # v1.256.0
81
81
82
82
steps :
83
83
- name : Checkout the Repository
84
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
84
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
85
85
86
86
- name : Check Job Statuses
87
87
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