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 28
28
29
29
steps :
30
30
- name : Checkout the Repository
31
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32
32
33
33
- name : Perform ShellCheck Analysis
34
34
run : bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/shellcheck/master/pipeline.sh)
39
39
40
40
steps :
41
41
- name : Checkout the Repository
42
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
43
43
44
44
- name : Perform JSON Lint Analysis
45
45
run : bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/json-lint/master/pipeline.sh)
54
54
55
55
steps :
56
56
- name : Checkout the Repository
57
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
58
58
59
59
- name : Check Job Statuses
60
60
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