File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
- uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
133
133
134
134
- name : Set up Python
135
- uses : actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
135
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
136
136
with :
137
137
python-version : " 3.13"
138
138
Original file line number Diff line number Diff line change 45
45
uses : actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
46
46
47
47
- name : Set up Python ${{ matrix.python-version }}
48
- uses : actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
48
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
49
49
with :
50
50
python-version : ${{ matrix.python-version }}
51
51
Original file line number Diff line number Diff line change 18
18
persist-credentials : false
19
19
20
20
- name : Set up Python
21
- uses : actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
21
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
22
22
with :
23
23
python-version : ' 3.13.5'
24
24
Original file line number Diff line number Diff line change 44
44
snyk-version : latest
45
45
46
46
- name : Set up Python
47
- uses : actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
47
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
48
48
with :
49
49
python-version : ' 3.13.5'
50
50
Original file line number Diff line number Diff line change 62
62
63
63
- name : Set up Python
64
64
if : matrix.tool != 'codeql' # CodeQL has its own Python setup
65
- uses : actions/setup-python@5db1cf9a59fb97c40a68accab29236f0da7e94db
65
+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
66
66
with :
67
67
python-version : ' 3.13' # Use a consistent Python version for analysis tools
68
68
You can’t perform that action at this time.
0 commit comments