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 Nov 19, 2024
1 parent 26dff7d commit fc2d647
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 @@ -43,17 +43,17 @@ jobs:
components: rustfmt, clippy

- name: 🧰 Install clippy-sarif
uses: taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f # v2
uses: taiki-e/install-action@32cafa544d95997bc99ee83f9e90727b66e1ff6a # v2
with:
tool: clippy-sarif

- name: 🧰 Install sarif-fmt
uses: taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f # v2
uses: taiki-e/install-action@32cafa544d95997bc99ee83f9e90727b66e1ff6a # v2
with:
tool: sarif-fmt

- name: 🧰 Install cargo-deny
uses: taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f # v2
uses: taiki-e/install-action@32cafa544d95997bc99ee83f9e90727b66e1ff6a # v2
with:
tool: cargo-deny

Expand Down Expand Up @@ -210,15 +210,15 @@ jobs:
uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2

- name: 🧰 Install nextest
uses: taiki-e/install-action@5d427d86f088a6cedcddb92b3ad038d30721b52f # v2
uses: taiki-e/install-action@32cafa544d95997bc99ee83f9e90727b66e1ff6a # 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@5d427d86f088a6cedcddb92b3ad038d30721b52f # v2
uses: taiki-e/install-action@32cafa544d95997bc99ee83f9e90727b66e1ff6a # v2
env:
CARGO_BUILD_TARGET: ${{ matrix.host-target }}
with:
Expand Down Expand Up @@ -336,7 +336,7 @@ jobs:

- name: ⚙️ Generate Docker image metadata
id: meta
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5
uses: docker/metadata-action@369eb591f429131d6889c46b94e711f089e6ca96 # v5
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
# Tag the image as "edge" for every commit on master.
Expand Down

0 comments on commit fc2d647

Please sign in to comment.