From 43b53573e7c28bbd97993b32e02b84eee8d11d25 Mon Sep 17 00:00:00 2001 From: Guillaume Gomez Date: Thu, 20 Feb 2025 23:05:42 +0100 Subject: [PATCH] Comment out `Cluster-Fuzz` for now --- .github/workflows/rust.yml | 62 +++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 98fa8ac2..43f21874 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -218,34 +218,34 @@ jobs: env: RUSTFLAGS: '-Ctarget-feature=-crt-static' - Cluster-Fuzz: - needs: ["Test", "Package", "MSRV"] - runs-on: ubuntu-latest - permissions: - security-events: write - steps: - - name: Build Fuzzers - id: build - uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master - with: - oss-fuzz-project-name: askama - language: rust - - name: Run Fuzzers - uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master - with: - oss-fuzz-project-name: askama - language: rust - fuzz-seconds: 600 - output-sarif: true - - name: Upload Crash - uses: actions/upload-artifact@v4 - if: failure() && steps.build.outcome == 'success' - with: - name: artifacts - path: ./out/artifacts - - name: Upload Sarif - if: always() && steps.build.outcome == 'success' - uses: github/codeql-action/upload-sarif@v3 - with: - sarif_file: cifuzz-sarif/results.sarif - checkout_path: cifuzz-sarif + # Cluster-Fuzz: + # needs: ["Test", "Package", "MSRV"] + # runs-on: ubuntu-latest + # permissions: + # security-events: write + # steps: + # - name: Build Fuzzers + # id: build + # uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master + # with: + # oss-fuzz-project-name: askama + # language: rust + # - name: Run Fuzzers + # uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master + # with: + # oss-fuzz-project-name: askama + # language: rust + # fuzz-seconds: 600 + # output-sarif: true + # - name: Upload Crash + # uses: actions/upload-artifact@v4 + # if: failure() && steps.build.outcome == 'success' + # with: + # name: artifacts + # path: ./out/artifacts + # - name: Upload Sarif + # if: always() && steps.build.outcome == 'success' + # uses: github/codeql-action/upload-sarif@v3 + # with: + # sarif_file: cifuzz-sarif/results.sarif + # checkout_path: cifuzz-sarif