4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Checkout the repository
46- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
46+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4747 - name : Run Shellcheck
4848 run : bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/shellcheck/master/pipeline.sh)
4949
5252 runs-on : ubuntu-latest
5353 steps :
5454 - name : Checkout the repository
55- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5656 - name : Run JSON Lint
5757 run : bash <(curl -s https://raw.githubusercontent.com/CICDToolbox/json-lint/master/pipeline.sh)
5858
6666 python-versions : ${{ fromJson(needs.get-python-versions.outputs.version-matrix) }}
6767 steps :
6868 - name : Checkout the repository
69- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
69+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
7070 - name : Set up Python ${{ matrix.python-versions }}
7171 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
7272 with :
8484 python-versions : ${{ fromJson(needs.get-python-versions.outputs.version-matrix) }}
8585 steps :
8686 - name : Checkout the repository
87- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
87+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8888 - name : Set up Python ${{ matrix.python-versions }}
8989 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
9090 with :
@@ -102,7 +102,7 @@ jobs:
102102 python-versions : ${{ fromJson(needs.get-python-versions.outputs.version-matrix) }}
103103 steps :
104104 - name : Checkout the repository
105- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
105+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
106106 - name : Set up Python ${{ matrix.python-versions }}
107107 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
108108 with :
@@ -120,7 +120,7 @@ jobs:
120120 python-versions : ${{ fromJson(needs.get-python-versions.outputs.version-matrix) }}
121121 steps :
122122 - name : Checkout the repository
123- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
123+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
124124 - name : Set up Python ${{ matrix.python-versions }}
125125 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
126126 with :
@@ -138,7 +138,7 @@ jobs:
138138 python-versions : ${{ fromJson(needs.get-python-versions.outputs.version-matrix) }}
139139 steps :
140140 - name : Checkout the repository
141- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
141+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
142142 - name : Set up Python ${{ matrix.python-versions }}
143143 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
144144 with :
@@ -156,7 +156,7 @@ jobs:
156156 python-versions : ${{ fromJson(needs.get-python-versions.outputs.version-matrix) }}
157157 steps :
158158 - name : Checkout the repository
159- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
159+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
160160 - name : Set up Python ${{ matrix.python-versions }}
161161 uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
162162 with :
@@ -179,6 +179,6 @@ jobs:
179179 runs-on : ubuntu-latest
180180 steps :
181181 - name : Checkout the repository
182- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
182+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
183183 - name : Check Job Statuses
184184 run : .github/scripts/check-jobs.sh '${{ toJson(needs) }}'
0 commit comments