File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 run : uv sync --frozen
2323 - name : Run benchmarks
2424 run : uv run pytest tests/test_benchmark.py -v
25- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
25+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
2626 with :
2727 name : benchmarks
2828 path : .benchmarks/
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ jobs:
152152 assert walk({'k': 'v'}) == {'k': 'v'}
153153 print('Smoke test passed')
154154 "
155- - uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
155+ - uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
156156 with :
157157 name : wheel
158158 path : dist/*.whl
Original file line number Diff line number Diff line change 3333 run : uv run zensical build
3434 - name : Strip internal docs from build
3535 run : rm -rf site/internal site/plans site/whitepaper
36- - uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4 .0.0
36+ - uses : actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5 .0.0
3737 with :
3838 path : site
3939
Original file line number Diff line number Diff line change 3838 uv run python fuzz/fuzz_clean.py --target="${FUZZ_TARGET}" -atheris_runs=100000 -max_len=4096
3939 - name : Upload crash artifacts
4040 if : failure()
41- uses : actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
41+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4242 with :
4343 name : fuzz-crash-${{ matrix.target }}
4444 path : |
Original file line number Diff line number Diff line change 1818 if : github.event.pull_request.head.repo.full_name == github.repository
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : step-security/harden-runner@fa2e9d605c4eeb9fcad4c99c224cee0c6c7f3594 # v2.16 .0
21+ - uses : step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17 .0
2222 with :
2323 egress-policy : audit
2424
Original file line number Diff line number Diff line change 4242 path : dist/
4343
4444 - name : Publish to PyPI
45- uses : pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13 .0
45+ uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14 .0
4646 with :
4747 print-hash : true
4848
You can’t perform that action at this time.
0 commit comments