Skip to content

Commit a779f27

Browse files
chore(deps): update github-actions
1 parent cb42e9a commit a779f27

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/actions/pnpm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ inputs:
1010
runs:
1111
using: composite
1212
steps:
13-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
13+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1414
with:
1515
node-version: ${{ inputs['node-version'] }}
1616
# pnpm is installed in the next step; opt out of setup-node v6's

.github/actions/zigbuild/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
version: ${{ inputs.zig-version }}
2929

3030
- name: Install cargo-zigbuild
31-
uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
31+
uses: taiki-e/install-action@0fd46367812ee04360509b4169d9f659d6892bb2 # v2.79.15
3232
env:
3333
GITHUB_TOKEN: ${{ github.token }}
3434
with:

.github/workflows/benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
- name: Checkout Branch
2828
uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
2929

30-
- uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5
30+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
3131
with:
32-
version: 11.3.0
32+
version: 11.5.0
3333

34-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
34+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
3535
with:
3636
node-version-file: .node-version
3737
cache: pnpm
@@ -47,7 +47,7 @@ jobs:
4747
cache-key: benchmark
4848
cache-save-if: ${{ github.ref_name == 'main' }}
4949

50-
- uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
50+
- uses: taiki-e/install-action@0fd46367812ee04360509b4169d9f659d6892bb2 # v2.79.15
5151
with:
5252
tool: cargo-codspeed
5353

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
steps:
9999
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
100100

101-
- uses: crate-ci/typos@aca895bf05aec0cb7dffa6f94495e923224d9f17 # v1.46.2
101+
- uses: crate-ci/typos@f8a58b6b53f2279f71eb605f03a4ae4d10608f45 # v1.47.0
102102
with:
103103
files: .
104104

@@ -118,7 +118,7 @@ jobs:
118118
- uses: actions-rust-lang/setup-rust-toolchain@46268bd060767258de96ed93c1251119784f2ab6 # v1.16.1
119119
with:
120120
cache: false
121-
- uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
121+
- uses: taiki-e/install-action@0fd46367812ee04360509b4169d9f659d6892bb2 # v2.79.15
122122
with:
123123
tool: cargo-deny
124124

@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
cache: false
144144
if: steps.filter.outputs.src == 'true'
145-
- uses: cargo-bins/cargo-binstall@d125de8b4538541574fd9357b6feb61c8486464b # main
145+
- uses: cargo-bins/cargo-binstall@657ff6595f9080d94bd696e3656fa7f84152adcf # main
146146
if: steps.filter.outputs.src == 'true'
147147
- run: cargo binstall --no-confirm cargo-shear@1
148148
if: steps.filter.outputs.src == 'true'

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cache-save-if: ${{ github.ref_name == 'main' }}
3636
components: llvm-tools-preview
3737

38-
- uses: taiki-e/install-action@055f5df8c3f65ea01cd41e9dc855becd88953486 # v2.75.18
38+
- uses: taiki-e/install-action@0fd46367812ee04360509b4169d9f659d6892bb2 # v2.79.15
3939
with:
4040
tool: cargo-llvm-cov
4141

@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Upload to codecov.io
7272
if: env.CODECOV_TOKEN
73-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
73+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
7474
with:
7575
token: ${{ secrets.CODECOV_TOKEN }}
7676
fail_ci_if_error: true

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ jobs:
3737
- uses: taiki-e/checkout-action@7d1e50e93dc4fb3bba58f85018fadf77898aee8b # v1.4.2
3838

3939
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3
40+
uses: github/codeql-action/init@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3
4141
with:
4242
languages: ${{ matrix.language }}
4343
build-mode: none
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@03e4368ac7daa2bd82b3e85262f3bf87ee112f57 # v3
46+
uses: github/codeql-action/analyze@dd903d2e4f5405488e5ef1422510ee31c8b32357 # v3
4747
with:
4848
category: "/language:${{ matrix.language }}"

0 commit comments

Comments
 (0)