Skip to content

Commit b6c689d

Browse files
build(deps): bump the github-actions group with 3 updates (reubeno#617)
1 parent 3bf3e2f commit b6c689d

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: "Installing musl cross tools"
8787
if: contains(matrix.target, '-musl')
88-
uses: taiki-e/install-action@c99cc51b309eee71a866715cfa08c922f11cf898 # v2.56.19
88+
uses: taiki-e/install-action@a416ddeedbd372e614cc1386e8b642692f66865e # v2.57.1
8989
with:
9090
tool: cross
9191

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117

118118
- name: Install cross-compilation toolchain
119119
if: ${{ matrix.target != '' }}
120-
uses: taiki-e/install-action@c99cc51b309eee71a866715cfa08c922f11cf898 # v2.56.19
120+
uses: taiki-e/install-action@a416ddeedbd372e614cc1386e8b642692f66865e # v2.57.1
121121
with:
122122
tool: cross
123123

@@ -194,12 +194,12 @@ jobs:
194194
cache-all-crates: true
195195

196196
- name: Install cargo-nextest
197-
uses: taiki-e/install-action@c99cc51b309eee71a866715cfa08c922f11cf898 # v2.56.19
197+
uses: taiki-e/install-action@a416ddeedbd372e614cc1386e8b642692f66865e # v2.57.1
198198
with:
199199
tool: cargo-nextest
200200

201201
- name: Install cargo-llvm-cov
202-
uses: taiki-e/install-action@c99cc51b309eee71a866715cfa08c922f11cf898 # v2.56.19
202+
uses: taiki-e/install-action@a416ddeedbd372e614cc1386e8b642692f66865e # v2.57.1
203203
with:
204204
tool: cargo-llvm-cov
205205

@@ -327,7 +327,7 @@ jobs:
327327
run: cargo check --all-features --all-targets
328328

329329
- name: Install cargo-deny
330-
uses: taiki-e/install-action@c99cc51b309eee71a866715cfa08c922f11cf898 # v2.56.19
330+
uses: taiki-e/install-action@a416ddeedbd372e614cc1386e8b642692f66865e # v2.57.1
331331
with:
332332
tool: cargo-deny
333333

@@ -354,7 +354,7 @@ jobs:
354354
toolchain: nightly
355355

356356
- name: Install cargo-udeps
357-
uses: taiki-e/install-action@c99cc51b309eee71a866715cfa08c922f11cf898 # v2.56.19
357+
uses: taiki-e/install-action@a416ddeedbd372e614cc1386e8b642692f66865e # v2.57.1
358358
with:
359359
tool: cargo-udeps
360360

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
41+
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
4242
with:
4343
languages: ${{ matrix.language }}
4444
build-mode: ${{ matrix.build-mode }}
@@ -59,6 +59,6 @@ jobs:
5959
# run: cargo build --all-targets --all-features
6060

6161
- name: Perform CodeQL Analysis
62-
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
62+
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
6363
with:
6464
category: "/language:${{matrix.language}}"

.github/workflows/workflow-checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ jobs:
2727
persist-credentials: false
2828

2929
- name: Install the latest version of uv
30-
uses: astral-sh/setup-uv@7edac99f961f18b581bbd960d59d049f04c0002f # v6.4.1
30+
uses: astral-sh/setup-uv@e92bafb6253dcd438e0484186d7669ea7a8ca1cc # v6.4.3
3131

3232
- name: Run zizmor 🌈
3333
run: uvx zizmor --format=sarif . > results.sarif
3434
env:
3535
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Upload SARIF file
38-
uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
38+
uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 # v3.29.4
3939
with:
4040
sarif_file: results.sarif
4141
category: zizmor

0 commit comments

Comments
 (0)