Skip to content

Commit

Permalink
chore(deps): update ci dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 2bd7aff commit d7fddda
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
components: rustfmt, clippy

- name: 🧰 Install clippy-sarif
uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # v2
uses: taiki-e/install-action@6ae49f1b8b4d10975ade0f0d1c07cda2177b19de # v2
with:
tool: clippy-sarif

- name: 🧰 Install sarif-fmt
uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # v2
uses: taiki-e/install-action@6ae49f1b8b4d10975ade0f0d1c07cda2177b19de # v2
with:
tool: sarif-fmt

- name: 🧰 Install cargo-deny
uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # v2
uses: taiki-e/install-action@6ae49f1b8b4d10975ade0f0d1c07cda2177b19de # v2
with:
tool: cargo-deny

Expand Down Expand Up @@ -206,15 +206,15 @@ jobs:
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2

- name: 🧰 Install nextest
uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # v2
uses: taiki-e/install-action@6ae49f1b8b4d10975ade0f0d1c07cda2177b19de # v2
env:
CARGO_BUILD_TARGET: ${{ matrix.host-target }}
with:
tool: nextest

- name: 🧰 Install cargo-deb
if: endsWith(matrix.target, '-linux-gnu')
uses: taiki-e/install-action@333ea3e9a483e78588ef8e157263f263a7640903 # v2
uses: taiki-e/install-action@6ae49f1b8b4d10975ade0f0d1c07cda2177b19de # v2
env:
CARGO_BUILD_TARGET: ${{ matrix.host-target }}
with:
Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:

runs-on: ubuntu-latest

container: debian:bookworm-slim@sha256:d365f4920711a9074c4bcd178e8f457ee59250426441ab2a5f8106ed8fe948eb
container: debian:bookworm-slim@sha256:f70dc8d6a8b6a06824c92471a1a258030836b26b043881358b967bf73de7c5ab

# Benchmark failure is not critical enough to fail the whole workflow.
# We will keep an eye on them anyway, though
Expand Down

0 comments on commit d7fddda

Please sign in to comment.