Skip to content

Commit

Permalink
chore(deps): update ci dependencies (#320)
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] committed Aug 18, 2024
1 parent 9380110 commit ee04242
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ jobs:
components: rustfmt, clippy

- name: 🧰 Install clippy-sarif
uses: taiki-e/install-action@4f13fb62448d53782828736cd5b0fd395b5f0c06 # v2
uses: taiki-e/install-action@37129d5de13e9122cce55a7a5e7e49981cef514c # v2
with:
tool: clippy-sarif

- name: 🧰 Install sarif-fmt
uses: taiki-e/install-action@4f13fb62448d53782828736cd5b0fd395b5f0c06 # v2
uses: taiki-e/install-action@37129d5de13e9122cce55a7a5e7e49981cef514c # v2
with:
tool: sarif-fmt

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

- name: 📤 Upload analysis results to GitHub
if: always()
uses: github/codeql-action/upload-sarif@29d86d22a34ea372b1bbf3b2dced2e25ca6b3384 # v3
uses: github/codeql-action/upload-sarif@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3
continue-on-error: true
with:
sarif_file: clippy-results.sarif
Expand Down Expand Up @@ -206,15 +206,15 @@ jobs:

- name: 🧰 Install nextest
if: startsWith(matrix.target, 'x86_64-') || contains(matrix.target, '-linux-')
uses: taiki-e/install-action@4f13fb62448d53782828736cd5b0fd395b5f0c06 # v2
uses: taiki-e/install-action@37129d5de13e9122cce55a7a5e7e49981cef514c # 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@4f13fb62448d53782828736cd5b0fd395b5f0c06 # v2
uses: taiki-e/install-action@37129d5de13e9122cce55a7a5e7e49981cef514c # v2
env:
CARGO_BUILD_TARGET: ${{ matrix.host-target }}
with:
Expand Down

0 comments on commit ee04242

Please sign in to comment.