File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 shared : [OFF]
2929 steps :
3030 - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
31- - uses : uraimo/run-on-arch-action@v2
31+ - uses : uraimo/run-on-arch-action@b0ffb25eb00af00468375982384441f063da1741 # v2.7.2
3232 name : Build and Test
3333 id : runcmd
3434 env :
Original file line number Diff line number Diff line change @@ -21,17 +21,17 @@ jobs:
2121 steps :
2222 - name : Build Fuzzers (${{ matrix.sanitizer }})
2323 id : build
24- uses : google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@b07cc908abf97529a95a4dd9b3d152bf4f101e71 # master
24+ uses : google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
2525 with :
2626 oss-fuzz-project-name : ' ada-url'
2727 language : c++
2828 sanitizer : ${{ matrix.sanitizer }}
2929 - name : Run Fuzzers (${{ matrix.sanitizer }})
30- uses : google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@b07cc908abf97529a95a4dd9b3d152bf4f101e71 # master
30+ uses : google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
3131 with :
3232 oss-fuzz-project-name : ' ada-url'
3333 language : c++
34- fuzz-seconds : 300
34+ fuzz-seconds : 600
3535 sanitizer : ${{ matrix.sanitizer }}
3636 - name : Upload Crash
3737 uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
You can’t perform that action at this time.
0 commit comments