Skip to content

Commit aa21249

Browse files
committed
chore(deps): update CI dependencies
1 parent 6184d99 commit aa21249

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/ci.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: 📥 Checkout source
33-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
33+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3434

3535
- name: 🧰 Install Rust toolchain
3636
uses: actions-rust-lang/setup-rust-toolchain@1780873c7b576612439a134613cc4cc74ce5538c # v1
@@ -39,17 +39,17 @@ jobs:
3939
rustflags: ""
4040

4141
- name: 🧰 Install clippy-sarif
42-
uses: taiki-e/install-action@47be02f2de8a32619316956f6117e150bdc6763f # v2
42+
uses: taiki-e/install-action@3d30e7d625f7c928dccd48823053b03bb2f6ed05 # v2
4343
with:
4444
tool: clippy-sarif
4545

4646
- name: 🧰 Install sarif-fmt
47-
uses: taiki-e/install-action@47be02f2de8a32619316956f6117e150bdc6763f # v2
47+
uses: taiki-e/install-action@3d30e7d625f7c928dccd48823053b03bb2f6ed05 # v2
4848
with:
4949
tool: sarif-fmt
5050

5151
- name: 🧰 Install cargo-deny
52-
uses: taiki-e/install-action@47be02f2de8a32619316956f6117e150bdc6763f # v2
52+
uses: taiki-e/install-action@3d30e7d625f7c928dccd48823053b03bb2f6ed05 # v2
5353
with:
5454
tool: cargo-deny
5555

@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: 📤 Upload analysis results to GitHub
7171
if: always()
72-
uses: github/codeql-action/upload-sarif@5d5cd550d3e189c569da8f16ea8de2d821c9bf7a # v3
72+
uses: github/codeql-action/upload-sarif@45c373516f557556c15d420e3f5e0aa3d64366bc # v3
7373
continue-on-error: true
7474
with:
7575
sarif_file: clippy-results.sarif
@@ -156,7 +156,7 @@ jobs:
156156
157157
# This must go after the previous step so that a Git repository is checked out
158158
- name: 📥 Checkout source
159-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
159+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
160160
with:
161161
fetch-depth: 0 # Keep the commit history for proper version information
162162

@@ -169,13 +169,13 @@ jobs:
169169
rustflags: ""
170170

171171
- name: 🧰 Install nextest
172-
uses: taiki-e/install-action@47be02f2de8a32619316956f6117e150bdc6763f # v2
172+
uses: taiki-e/install-action@3d30e7d625f7c928dccd48823053b03bb2f6ed05 # v2
173173
with:
174174
tool: nextest
175175

176176
- name: 🧰 Install cargo-deb
177177
if: endsWith(matrix.target, '-linux-gnu')
178-
uses: taiki-e/install-action@47be02f2de8a32619316956f6117e150bdc6763f # v2
178+
uses: taiki-e/install-action@3d30e7d625f7c928dccd48823053b03bb2f6ed05 # v2
179179
with:
180180
tool: cargo-deb
181181

@@ -348,14 +348,14 @@ jobs:
348348

349349
steps:
350350
- name: 📥 Checkout source
351-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
351+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
352352

353353
- name: 🧰 Set up Docker Buildx
354-
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
354+
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
355355

356356
- name: ⚙️ Generate Docker image metadata
357357
id: meta
358-
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5
358+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5
359359
env:
360360
# GitHub Packages requires annotations metadata in at least the index descriptor to show them
361361
# up properly in its UI it seems, but it's not clear about it, because the docs refer to the
@@ -428,7 +428,7 @@ jobs:
428428

429429
runs-on: ubuntu-latest
430430

431-
container: debian:bookworm-slim@sha256:78d2f66e0fec9e5a39fb2c72ea5e052b548df75602b5215ed01a17171529f706
431+
container: debian:bookworm-slim@sha256:e899040a73d36e2b36fa33216943539d9957cba8172b858097c2cabcdb20a3e2
432432

433433
# Benchmark failure is not critical enough to fail the whole workflow.
434434
# We will keep an eye on them anyway, though
@@ -461,7 +461,7 @@ jobs:
461461
python3-venv gpg
462462
463463
- name: 📥 Checkout source
464-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
464+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
465465

466466
# Necessary for steps that invoke Git commands to work properly on workflows run on containers.
467467
# See: https://github.com/actions/checkout/issues/766

.github/workflows/wiki-sync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323

2424
steps:
2525
- name: 📥 Checkout source
26-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
26+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2727
with:
2828
sparse-checkout: docs
2929
path: src
3030

3131
- name: 📥 Checkout ancillary wiki repository
32-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
32+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3333
with:
3434
repository: ${{ github.repository }}.wiki
3535
path: wiki

0 commit comments

Comments
 (0)