diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 14bd89c1..5ffeb42b 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -65,7 +65,6 @@ jobs: target/ key: book-cargo-${{ hashFiles('**/Cargo.toml') }} - name: cargo install mdbook - if: steps.cache-restore-cargo.outputs.cache-hit != 'true' uses: baptiste0928/cargo-install@94e1849646e5797d0c8b34d8e525124ae9ae1d86 # v3.0.1 with: # Name of the crate to install @@ -73,7 +72,6 @@ jobs: env: CARGO_TARGET_DIR: target/ - name: cargo install mdbook-katex - if: steps.cache-restore-cargo.outputs.cache-hit != 'true' uses: baptiste0928/cargo-install@94e1849646e5797d0c8b34d8e525124ae9ae1d86 # v3.0.1 with: # Name of the crate to install diff --git a/.github/workflows/clusterfuzzlite-cron.yml b/.github/workflows/clusterfuzzlite-cron.yml index 86e5f907..b980598f 100644 --- a/.github/workflows/clusterfuzzlite-cron.yml +++ b/.github/workflows/clusterfuzzlite-cron.yml @@ -38,7 +38,7 @@ jobs: uses: google/clusterfuzzlite/actions/run_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} - fuzz-seconds: 600 + fuzz-seconds: 1200 mode: 'prune' output-sarif: true storage-repo: https://${{ secrets.CLUSTERFUZZLITE_STORAGE_TOKEN }}@github.com/rsonquery/rsonpath-fuzz-storage.git @@ -64,7 +64,7 @@ jobs: uses: google/clusterfuzzlite/actions/run_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1 with: github-token: ${{ secrets.GITHUB_TOKEN }} - fuzz-seconds: 600 + fuzz-seconds: 1200 mode: 'coverage' sanitizer: 'coverage' storage-repo: https://${{ secrets.CLUSTERFUZZLITE_STORAGE_TOKEN }}@github.com/rsonquery/rsonpath-fuzz-storage.git diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 277434ea..c57201d1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -138,7 +138,6 @@ jobs: target/ key: ${{ matrix.toolchain }}-${{ matrix.target_triple }}-cargo-${{ hashFiles('**/Cargo.toml') }} - name: cargo install cargo-hack - if: steps.cache-restore-cargo.outputs.cache-hit != 'true' uses: baptiste0928/cargo-install@94e1849646e5797d0c8b34d8e525124ae9ae1d86 # v3.0.1 with: # Name of the crate to install