File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v4
26
26
27
27
- name : Set up Python
28
- uses : actions/setup-python@v5.4 .0
28
+ uses : actions/setup-python@v5.5 .0
29
29
with :
30
30
python-version : ' 3.11'
31
31
94
94
done
95
95
96
96
- name : Set up Python
97
- uses : actions/setup-python@v5.4 .0
97
+ uses : actions/setup-python@v5.5 .0
98
98
with :
99
99
python-version : ' 3.11'
100
100
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
20
- - uses : prefix-dev/setup-pixi@v0.8.3
20
+ - uses : prefix-dev/setup-pixi@v0.8.4
21
21
22
22
- name : Build and Test ITK-Wasm
23
23
run : |
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ jobs:
31
31
- name : Checkout
32
32
uses : actions/checkout@v4
33
33
34
- - uses : prefix-dev/setup-pixi@v0.8.3
34
+ - uses : prefix-dev/setup-pixi@v0.8.4
35
35
36
36
- name : Set up Python ${{ env.python-version }}
37
- uses : actions/setup-python@v5.4 .0
37
+ uses : actions/setup-python@v5.5 .0
38
38
with :
39
39
python-version : ${{ env.python-version }}
40
40
Original file line number Diff line number Diff line change 65
65
# Upload the results to GitHub's code scanning dashboard (optional).
66
66
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
67
67
- name : " Upload to code-scanning"
68
- uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
68
+ uses : github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
69
69
with :
70
70
sarif_file : results.sarif
Original file line number Diff line number Diff line change 19
19
steps :
20
20
- uses : actions/checkout@v4
21
21
22
- - uses : prefix-dev/setup-pixi@v0.8.3
22
+ - uses : prefix-dev/setup-pixi@v0.8.4
23
23
- run : pixi run export-itk-wasm-env-vars
24
24
25
25
- name : Free Disk Space (Ubuntu)
66
66
steps :
67
67
- uses : actions/checkout@v4
68
68
69
- - uses : prefix-dev/setup-pixi@v0.8.3
69
+ - uses : prefix-dev/setup-pixi@v0.8.4
70
70
- run : pixi run export-itk-wasm-env-vars
71
71
72
72
- name : Free Disk Space (Ubuntu)
You can’t perform that action at this time.
0 commit comments