Skip to content

Commit f4af569

Browse files
chore(deps): update github-actions (#1450)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40fef6d commit f4af569

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/edr-ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- uses: ./.github/actions/setup-rust
7272

7373
# Install pre-built binaries for cargo hack
74-
- uses: taiki-e/install-action@184183c2401be73c3bf42c2e61268aa5855379c1 # v2.78.1
74+
- uses: taiki-e/install-action@d9be7d8cda89035c9c843f78bd44d4f72d8403d4 # v2.79.7
7575
with:
7676
tool: cargo-hack@0.6.39
7777

@@ -106,7 +106,7 @@ jobs:
106106
components: llvm-tools-preview
107107

108108
- name: Install cargo-llvm-cov
109-
uses: taiki-e/install-action@184183c2401be73c3bf42c2e61268aa5855379c1 # v2.78.1
109+
uses: taiki-e/install-action@d9be7d8cda89035c9c843f78bd44d4f72d8403d4 # v2.79.7
110110
with:
111111
tool: cargo-llvm-cov@0.8.5
112112

@@ -127,7 +127,7 @@ jobs:
127127
run: cargo llvm-cov --workspace --all-targets --all-features --locked --no-fail-fast --codecov --output-path codecov.json
128128

129129
- name: Upload coverage to Codecov
130-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
130+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
131131
with:
132132
files: codecov.json
133133
name: ${{ matrix.os }}
@@ -189,7 +189,7 @@ jobs:
189189
components: llvm-tools-preview
190190

191191
- name: Install cargo-llvm-cov
192-
uses: taiki-e/install-action@184183c2401be73c3bf42c2e61268aa5855379c1 # v2.78.1
192+
uses: taiki-e/install-action@d9be7d8cda89035c9c843f78bd44d4f72d8403d4 # v2.79.7
193193
with:
194194
tool: cargo-llvm-cov@0.8.5
195195

@@ -220,7 +220,7 @@ jobs:
220220
cargo llvm-cov report --release --locked --codecov --output-path codecov.json
221221
222222
- name: Upload coverage to Codecov
223-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
223+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
224224
with:
225225
files: codecov.json
226226
name: ${{ matrix.os }}
@@ -333,7 +333,7 @@ jobs:
333333
components: llvm-tools-preview
334334

335335
- name: Install cargo-llvm-cov
336-
uses: taiki-e/install-action@184183c2401be73c3bf42c2e61268aa5855379c1 # v2.78.1
336+
uses: taiki-e/install-action@d9be7d8cda89035c9c843f78bd44d4f72d8403d4 # v2.79.7
337337
with:
338338
tool: cargo-llvm-cov@0.8.5
339339

@@ -348,7 +348,7 @@ jobs:
348348
# `--release` included to match `build:dev` compilation flags
349349
cargo llvm-cov report --release --locked --codecov --output-path codecov.json
350350
- name: Upload coverage to Codecov
351-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
351+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
352352
with:
353353
files: codecov.json
354354
name: ubuntu-24.04

.github/workflows/hardhat-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
components: llvm-tools-preview
4040

4141
- name: Install cargo-llvm-cov
42-
uses: taiki-e/install-action@184183c2401be73c3bf42c2e61268aa5855379c1 # v2.78.1
42+
uses: taiki-e/install-action@d9be7d8cda89035c9c843f78bd44d4f72d8403d4 # v2.79.7
4343
with:
4444
tool: cargo-llvm-cov@0.8.5
4545

@@ -76,7 +76,7 @@ jobs:
7676
cargo llvm-cov report --release --locked --codecov --output-path codecov.json
7777
7878
- name: Upload coverage to Codecov
79-
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
79+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
8080
with:
8181
files: codecov.json
8282
name: ${{ matrix.os }}

.github/workflows/lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
action:
1717
runs-on: ubuntu-24.04
1818
steps:
19-
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
19+
- uses: dessant/lock-threads@89ae32b08ed1a541efecbab17912962a5e38981c # v6.0.2
2020
with:
2121
issue-inactive-days: "90"
2222
pr-inactive-days: "90"

0 commit comments

Comments
 (0)