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
8282
8383 steps :
8484 - name : Checkout the Repository
85- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
85+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8686
8787 - name : Setup Python ${{ matrix.python-versions }}
8888 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
@@ -104,7 +104,7 @@ jobs:
104104
105105 steps :
106106 - name : Checkout the Repository
107- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
107+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
108108
109109 - name : Setup Python ${{ matrix.python-versions }}
110110 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
@@ -126,7 +126,7 @@ jobs:
126126
127127 steps :
128128 - name : Checkout the Repository
129- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
129+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
130130
131131 - name : Setup Python ${{ matrix.python-versions }}
132132 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
@@ -148,7 +148,7 @@ jobs:
148148
149149 steps :
150150 - name : Checkout the Repository
151- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
151+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
152152
153153 - name : Setup Python ${{ matrix.python-versions }}
154154 uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
@@ -172,7 +172,7 @@ jobs:
172172
173173 steps :
174174 - name : Checkout the Repository
175- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
175+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
176176
177177 - name : Check Job Statuses
178178 run : .github/scripts/check-jobs.sh '${{ toJson(needs) }}'
0 commit comments