Skip to content
Open
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 @@ -122,7 +122,7 @@ jobs:
libfontconfig1-dev libxkbcommon-dev libxcb1-dev \
libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libwayland-dev
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: taiki-e/install-action@1beb33eee6d086258184383af9a538940be190ed # v2
- uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2
with:
tool: cargo-nextest
# This is also the gate on the headless E2E smoke
Expand All @@ -141,7 +141,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: taiki-e/install-action@1beb33eee6d086258184383af9a538940be190ed # v2
- uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2
with:
tool: cargo-deny
- run: cargo deny check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
libfontconfig1-dev libxkbcommon-dev libxcb1-dev \
libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libwayland-dev
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
- uses: taiki-e/install-action@1beb33eee6d086258184383af9a538940be190ed # v2
- uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2
with:
tool: cargo-llvm-cov
- name: Measure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: dtolnay/rust-toolchain@2c7215f132e9ebf062739d9130488b56d53c060c # master
with:
toolchain: nightly
- uses: taiki-e/install-action@1beb33eee6d086258184383af9a538940be190ed # v2
- uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2
with:
tool: cargo-fuzz
# The committed seeds in `fuzz/corpus/<target>/` are the starting point;
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ jobs:
# job on any error, so a red or advisory-drifted tag can never publish.
# No rust-cache below this point: the signed build stays hermetic (a clean
# build is the trade for reproducibility). ci.yml keeps its cache.
- uses: taiki-e/install-action@1beb33eee6d086258184383af9a538940be190ed # v2
- uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2
with:
tool: cargo-deny,cargo-nextest
- name: Gate (cargo-deny)
Expand Down Expand Up @@ -631,7 +631,7 @@ jobs:

- name: Install git-cliff
if: env.PUBLISH == 'true'
uses: taiki-e/install-action@1beb33eee6d086258184383af9a538940be190ed # v2
uses: taiki-e/install-action@742a3317eac7bd62f91cd888b4eead5e784ba833 # v2
with:
tool: git-cliff
# The published notes are the preamble followed by the generated changelog.
Expand Down
Loading