27
27
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
28
29
29
- name : Install Python
30
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
30
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
31
31
with :
32
32
python-version : ' 3.11'
33
33
78
78
79
79
- name : Get changed files
80
80
id : changed-files
81
- uses : tj-actions /changed-files@531f5f7d163941f0c1c04e0ff4d8bb243ac4366f # v45.0.7
81
+ uses : step-security /changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1
82
82
with :
83
83
files_from_source_file : docker-files.txt
84
84
@@ -168,7 +168,7 @@ jobs:
168
168
169
169
- name : Get changed files
170
170
id : changed-files
171
- uses : tj-actions /changed-files@531f5f7d163941f0c1c04e0ff4d8bb243ac4366f # v45.0.7
171
+ uses : step-security /changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1
172
172
with :
173
173
files : |
174
174
db_functions/**
@@ -227,7 +227,7 @@ jobs:
227
227
228
228
- name : Set up Python ${{ matrix.python-version }}
229
229
if : needs.changed-files.outputs.run_tests == 'true'
230
- uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4 .0
230
+ uses : actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5 .0
231
231
with :
232
232
python-version : ${{ matrix.python-version }}
233
233
@@ -238,12 +238,12 @@ jobs:
238
238
- name : Cache dependencies
239
239
if : needs.changed-files.outputs.run_tests == 'true'
240
240
id : cache-dependencies
241
- uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
241
+ uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
242
242
with :
243
243
path : |
244
244
~/.cache/pipenv
245
245
~/.local/share/virtualenvs
246
- key : ${{ runner.os }}-env-${{ matrix.python-version }}-${{ hashFiles('**/Pipfile.lock') }}-${{ secrets.ACTIONS_CACHE_KEY_UUID }}
246
+ key : ${{ runner.os }}-env-${{ matrix.python-version }}-${{ hashFiles('**/Pipfile.lock') }}
247
247
248
248
- name : Install dependencies
249
249
if : needs.changed-files.outputs.run_tests == 'true' && steps.cache-dependencies.outputs.cache-hit != 'true'
@@ -295,7 +295,7 @@ jobs:
295
295
296
296
- name : Upload test coverage file
297
297
if : steps.unit_tests_run.outcome == 'success'
298
- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
298
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
299
299
with :
300
300
name : coverage
301
301
path : coverage.xml
@@ -326,7 +326,7 @@ jobs:
326
326
327
327
- name : Download coverage result from units
328
328
if : needs.changed-files.outputs.run_tests == 'true'
329
- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
329
+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
330
330
with :
331
331
name : coverage
332
332
0 commit comments