@@ -100,7 +100,7 @@ jobs:
100
100
git checkout -B ${{ github.ref_name }}
101
101
102
102
- name : Setup | Install Python ${{ env.COMMON_PYTHON_VERSION }}
103
- uses : actions/setup-python@v5
103
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
104
104
with :
105
105
python-version : ${{ env.COMMON_PYTHON_VERSION }}
106
106
cache : ' pip'
@@ -167,7 +167,7 @@ jobs:
167
167
fetch-depth : 1
168
168
169
169
- name : Setup | Install Python ${{ env.LOWEST_PYTHON_VERSION }}
170
- uses : actions/setup-python@v5
170
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
171
171
with :
172
172
python-version : ${{ env.LOWEST_PYTHON_VERSION }}
173
173
cache : ' pip'
@@ -223,7 +223,7 @@ jobs:
223
223
fetch-depth : 1
224
224
225
225
- name : Setup | Install Python ${{ matrix.python-version }}
226
- uses : actions/setup-python@v5
226
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
227
227
with :
228
228
python-version : ${{ matrix.python-version }}
229
229
cache : ' pip'
@@ -312,7 +312,7 @@ jobs:
312
312
fetch-depth : 1
313
313
314
314
- name : Setup | Install Python ${{ matrix.python-version }}
315
- uses : actions/setup-python@v5
315
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
316
316
with :
317
317
python-version : ${{ matrix.python-version }}
318
318
cache : ' pip'
@@ -453,7 +453,7 @@ jobs:
453
453
fetch-depth : 1
454
454
455
455
- name : Setup | Install Python ${{ env.COMMON_PYTHON_VERSION }}
456
- uses : actions/setup-python@v5
456
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
457
457
with :
458
458
python-version : ${{ env.COMMON_PYTHON_VERSION }}
459
459
cache : ' pip'
0 commit comments