File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
3030 steps :
3131 - name : Build Fuzzers
3232 id : build
33- uses : google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@e41e2f295eb18d630932fdd33d072527ba74c87b # master
33+ uses : google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@c11174f47deee98f260dede5d661614bda78ae39 # master
3434 with :
3535 oss-fuzz-project-name : ' pillow'
3636 language : python
3737 dry-run : false
3838 - name : Run Fuzzers
3939 id : run
40- uses : google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@e41e2f295eb18d630932fdd33d072527ba74c87b # master
40+ uses : google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@c11174f47deee98f260dede5d661614bda78ae39 # master
4141 with :
4242 oss-fuzz-project-name : ' pillow'
4343 fuzz-seconds : 600
Original file line number Diff line number Diff line change 2525 with :
2626 python-version : " 3.x"
2727 - name : Install uv
28- uses : astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6 .0
28+ uses : astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1 .0
2929 - name : Lint
3030 run : uvx --with tox-uv tox -e lint
3131 - name : Mypy
Original file line number Diff line number Diff line change @@ -270,7 +270,7 @@ jobs:
270270 path : dist
271271 merge-multiple : true
272272 - name : Upload wheels to scientific-python-nightly-wheels
273- uses : scientific-python/upload-nightly-action@5748273c71e2d8d3a61f3a11a16421c8954f9ecf # 0.6.3
273+ uses : scientific-python/upload-nightly-action@e76cfec8a4611fd02808a801b0ff5a7d7c1b2d99 # 0.6.4
274274 with :
275275 artifacts_path : dist
276276 anaconda_nightly_upload_token : ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
You can’t perform that action at this time.
0 commit comments