4343
4444 steps :
4545 - name : Checkout the Repository
46- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
46+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4747
4848 - name : Perform ShellCheck Analysis
4949 run : bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/shellcheck/master/pipeline.sh)
6060
6161 steps :
6262 - name : Checkout the Repository
63- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
63+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6464
6565 - name : Setup Python ${{ matrix.python-versions }}
6666 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
8484
8585 steps :
8686 - name : Checkout the Repository
87- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
87+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8888
8989 - name : Setup Python ${{ matrix.python-versions }}
9090 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
@@ -108,7 +108,7 @@ jobs:
108108
109109 steps :
110110 - name : Checkout the Repository
111- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
111+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
112112
113113 - name : Setup Python ${{ matrix.python-versions }}
114114 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
@@ -132,7 +132,7 @@ jobs:
132132
133133 steps :
134134 - name : Checkout the Repository
135- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
135+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
136136
137137 - name : Setup Python ${{ matrix.python-versions }}
138138 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
@@ -156,7 +156,7 @@ jobs:
156156
157157 steps :
158158 - name : Checkout the Repository
159- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
159+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
160160
161161 - name : Setup Python ${{ matrix.python-versions }}
162162 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
@@ -180,7 +180,7 @@ jobs:
180180
181181 steps :
182182 - name : Checkout the Repository
183- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
183+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
184184
185185 - name : Setup Python ${{ matrix.python-versions }}
186186 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
@@ -220,7 +220,7 @@ jobs:
220220
221221 steps :
222222 - name : Checkout the Repository
223- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
223+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
224224
225225 - name : Check Job Statuses
226226 run : .github/scripts/check-jobs.sh '${{ toJson(needs) }}'
0 commit comments