43
43
44
44
steps :
45
45
- name : Checkout the Repository
46
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
46
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
63
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
64
64
65
65
- name : Setup Python ${{ matrix.python-versions }}
66
66
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
84
84
85
85
steps :
86
86
- name : Checkout the Repository
87
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
87
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
88
88
89
89
- name : Setup Python ${{ matrix.python-versions }}
90
90
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
steps :
110
110
- name : Checkout the Repository
111
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
111
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
112
112
113
113
- name : Setup Python ${{ matrix.python-versions }}
114
114
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -132,7 +132,7 @@ jobs:
132
132
133
133
steps :
134
134
- name : Checkout the Repository
135
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
135
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
136
136
137
137
- name : Setup Python ${{ matrix.python-versions }}
138
138
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -156,7 +156,7 @@ jobs:
156
156
157
157
steps :
158
158
- name : Checkout the Repository
159
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
159
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
160
160
161
161
- name : Setup Python ${{ matrix.python-versions }}
162
162
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -180,7 +180,7 @@ jobs:
180
180
181
181
steps :
182
182
- name : Checkout the Repository
183
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
183
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
184
184
185
185
- name : Setup Python ${{ matrix.python-versions }}
186
186
uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
@@ -220,7 +220,7 @@ jobs:
220
220
221
221
steps :
222
222
- name : Checkout the Repository
223
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
223
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
224
224
225
225
- name : Check Job Statuses
226
226
run : .github/scripts/check-jobs.sh '${{ toJson(needs) }}'
0 commit comments