Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ jobs:
- uses: ./.github/actions/setup-prebuild
- uses: ./.github/actions/system-info
- name: Install Codspeed
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
with:
tool: cargo-codspeed
- name: Build benchmarks
Expand Down Expand Up @@ -977,7 +977,7 @@ jobs:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-prebuild
- name: Install cargo-edit
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
with:
tool: cargo-edit
- name: Set Version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-fixed-fuzzer-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
compiler: llvm

- name: Install cargo-fuzz
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
with:
tool: cargo-fuzz

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo "Found llvm-profdata at $LLVM_PROFDATA"

- name: Install cargo-fuzz
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
with:
tool: cargo-fuzz

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzzer-fix-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
compiler: llvm

- name: Install cargo-fuzz
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
with:
tool: cargo-fuzz

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/minimize_fuzz_corpus_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
toolchain: ${{ env.NIGHTLY_TOOLCHAIN }}

- name: Install cargo-fuzz
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
with:
tool: cargo-fuzz

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
enable-sccache: "false"

- name: Install cargo-edit
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
with:
tool: cargo-edit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
enable-sccache: "false"
- name: Install cargo-edit
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
with:
tool: cargo-edit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
compiler: llvm

- name: Install cargo-fuzz
uses: taiki-e/cache-cargo-install-action@1ce845d7672f06bdf703007779598583b6c62f61
uses: taiki-e/cache-cargo-install-action@511847d4974b3aed52d8daf28cbea5313caf34f3
with:
tool: cargo-fuzz

Expand Down
Loading