From: Max Dymond Date: Fri, 2 Dec 2022 14:02:13 +0000 (+0000) Subject: ci: Reuse fuzzing snippet from curl-fuzzer project X-Git-Tag: curl-7_87_0~75 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4fd257c1b5afea27655b611fd1ee0819d402a9d;p=thirdparty%2Fcurl.git ci: Reuse fuzzing snippet from curl-fuzzer project --- diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 5a105307cb..b08f5cf898 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -20,25 +20,5 @@ concurrency: permissions: {} jobs: - fuzzing: - runs-on: ubuntu-latest - steps: - - name: Build Fuzzers - uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master - with: - oss-fuzz-project-name: 'curl' - dry-run: false - - - name: Run Fuzzers - uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master - with: - oss-fuzz-project-name: 'curl' - fuzz-seconds: 2400 - dry-run: false - - - name: Upload Crash - uses: actions/upload-artifact@v3 - if: failure() - with: - name: artifacts - path: ./out/artifacts + Fuzzing: + uses: curl/curl-fuzzer/.github/workflows/ci.yml@master