Skip to content

Commit

Permalink
chore(deps): update ci dependencies (#350)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2025
1 parent 3b6d260 commit 791862b
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@afbe5c171504ec183ad2e090b35cac157c65592e # v2
uses: taiki-e/install-action@65835784ace7c5a78745b6dbeb9bf85346430497 # v2
with:
tool: clippy-sarif

- name: 🧰 Install sarif-fmt
uses: taiki-e/install-action@afbe5c171504ec183ad2e090b35cac157c65592e # v2
uses: taiki-e/install-action@65835784ace7c5a78745b6dbeb9bf85346430497 # v2
with:
tool: sarif-fmt

- name: 🧰 Install cargo-deny
uses: taiki-e/install-action@afbe5c171504ec183ad2e090b35cac157c65592e # v2
uses: taiki-e/install-action@65835784ace7c5a78745b6dbeb9bf85346430497 # v2
with:
tool: cargo-deny

Expand All @@ -69,7 +69,7 @@ jobs:

- name: 📤 Upload analysis results to GitHub
if: always()
uses: github/codeql-action/upload-sarif@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 # v3
uses: github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
continue-on-error: true
with:
sarif_file: clippy-results.sarif
Expand Down Expand Up @@ -206,15 +206,15 @@ jobs:
uses: Swatinem/rust-cache@f0deed1e0edfc6a9be95417288c0e1099b1eeec3 # v2

- name: 🧰 Install nextest
uses: taiki-e/install-action@afbe5c171504ec183ad2e090b35cac157c65592e # v2
uses: taiki-e/install-action@65835784ace7c5a78745b6dbeb9bf85346430497 # 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@afbe5c171504ec183ad2e090b35cac157c65592e # v2
uses: taiki-e/install-action@65835784ace7c5a78745b6dbeb9bf85346430497 # v2
env:
CARGO_BUILD_TARGET: ${{ matrix.host-target }}
with:
Expand Down

0 comments on commit 791862b

Please sign in to comment.