File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 sudo apt-get update
3535 sudo apt install gfortran gcc libopenblas-dev
3636
37- - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
37+ - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
3838 with :
3939 version : " latest"
4040 enable-cache : true
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Run Discussion Autoresponder
19- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
19+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
2020 with :
2121 script : |
2222 const discussion = context.payload.discussion;
Original file line number Diff line number Diff line change 3939
4040
4141 - name : Build and push Docker image to Docker Hub
42- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
42+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
4343 with :
4444 context : .
4545 file : scripts/Dockerfile
Original file line number Diff line number Diff line change 2222
2323 # cache Lychee results to avoid hitting rate limits
2424 - name : Restore lychee cache
25- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
25+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
2626 with :
2727 path : .lycheecache
2828 key : cache-lychee-${{ github.sha }}
Original file line number Diff line number Diff line change 4242 sudo apt-get update
4343 sudo apt-get install gfortran gcc libopenblas-dev
4444
45- - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
45+ - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
4646 with :
4747 version : " latest"
4848 enable-cache : true
5656 asv run --machine "GitHubRunner" NEW --show-stderr -v
5757
5858 - name : Upload results as artifact
59- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
59+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6060 with :
6161 name : asv_periodic_results
6262 path : results
Original file line number Diff line number Diff line change 2424 run : pipx run build --outdir deploy
2525
2626 - name : Upload package
27- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
27+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2828 with :
2929 name : distributions
3030 path : deploy/
Original file line number Diff line number Diff line change 5858
5959 - name : Validate commit_start
6060 id : validate_start
61- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
61+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
6262 with :
6363 script : |
6464 const input = context.payload.inputs.commit_start;
7070
7171 - name : Validate commit_end
7272 id : validate_end
73- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
73+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
7474 with :
7575 script : |
7676 const input = context.payload.inputs.commit_end;
8282
8383 - name : Validate ncommits
8484 id : validate_ncommits
85- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
85+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9 .0.0
8686 with :
8787 script : |
8888 const input = context.payload.inputs.ncommits;
@@ -117,7 +117,7 @@ jobs:
117117 $COMMIT_START..$COMMIT_END
118118
119119 - name : Upload results as artifact
120- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
120+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
121121 with :
122122 name : asv_over_history_results
123123 path : results
Original file line number Diff line number Diff line change 7070 with :
7171 python-version : ${{ matrix.python-version }}
7272
73- - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
73+ - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
7474 with :
7575 version : " latest"
7676 enable-cache : true
@@ -121,7 +121,7 @@ jobs:
121121 with :
122122 python-version : 3.13
123123
124- - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
124+ - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
125125 with :
126126 version : " latest"
127127 enable-cache : true
@@ -160,7 +160,7 @@ jobs:
160160 with :
161161 python-version : 3.13
162162
163- - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
163+ - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
164164 with :
165165 version : " latest"
166166 enable-cache : true
@@ -196,7 +196,7 @@ jobs:
196196 with :
197197 python-version : 3.13
198198
199- - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
199+ - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
200200 with :
201201 version : " latest"
202202 enable-cache : true
Original file line number Diff line number Diff line change 5656 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5757 # format to the repository Actions tab.
5858 - name : " Upload artifact"
59- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
59+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6060 with :
6161 name : SARIF file
6262 path : results.sarif
6565 # Upload the results to GitHub's code scanning dashboard (optional).
6666 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
6767 - name : " Upload to code-scanning"
68- uses : github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v3.29.5
68+ uses : github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v3.29.5
6969 with :
7070 sarif_file : results.sarif
Original file line number Diff line number Diff line change 3232 with :
3333 python-version : 3.12
3434
35- - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
35+ - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
3636 with :
3737 version : " latest"
3838 enable-cache : true
@@ -100,7 +100,7 @@ jobs:
100100 with :
101101 python-version : ${{ matrix.python-version }}
102102
103- - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
103+ - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
104104 with :
105105 version : " latest"
106106 enable-cache : true
@@ -160,7 +160,7 @@ jobs:
160160 with :
161161 python-version : 3.13
162162
163- - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
163+ - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
164164 with :
165165 version : " latest"
166166 enable-cache : true
@@ -207,7 +207,7 @@ jobs:
207207 with :
208208 python-version : 3.13
209209
210- - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
210+ - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
211211 with :
212212 version : " latest"
213213 enable-cache : true
@@ -251,7 +251,7 @@ jobs:
251251 with :
252252 python-version : 3.13
253253
254- - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
254+ - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
255255 with :
256256 version : " latest"
257257 enable-cache : true
@@ -291,7 +291,7 @@ jobs:
291291 with :
292292 python-version : 3.13
293293
294- - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0 .0
294+ - uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
295295 with :
296296 version : " latest"
297297 enable-cache : true
You can’t perform that action at this time.
0 commit comments