File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ jobs:
108
108
- name : Generate code coverage
109
109
run : grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existing -o ./target/debug/
110
110
- name : Upload coverage reports to Codecov
111
- uses : codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5.0.7
111
+ uses : codecov/codecov-action@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
112
112
with :
113
113
file : ./target/debug/lcov
114
114
env :
Original file line number Diff line number Diff line change 13
13
disable-telemetry : true
14
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
- name : Restore lychee cache
16
- uses : actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
16
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
17
17
with :
18
18
path : .lycheecache
19
19
key : cache-lychee-${{ github.sha }}
Original file line number Diff line number Diff line change 65
65
retention-days : 5
66
66
# Upload the results to GitHub's code scanning dashboard.
67
67
- name : " Upload to code-scanning"
68
- uses : github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
68
+ uses : github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
69
69
with :
70
70
sarif_file : results.sarif
Original file line number Diff line number Diff line change 15
15
- name : Checkout Actions Repository
16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
17
- name : Check spelling of entire workspace
18
- uses : crate-ci/typos@bd36f89fcd3424dcefd442894589e6ee572a59f2 # v1.28.1
18
+ uses : crate-ci/typos@2872c382bb9668d4baa5eade234dcbc0048ca2cf # v1.28.2
Original file line number Diff line number Diff line change 14
14
continue-on-error : ${{ matrix.checks == 'advisories' }}
15
15
steps :
16
16
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
- - uses : EmbarkStudios/cargo-deny-action@2d8c9929d8f9f42bedba73f1287cb0b479f07acb # v2.0.3
17
+ - uses : EmbarkStudios/cargo-deny-action@e2f4ede4a4e60ea15ff31bc0647485d80c66cfba # v2.0.4
18
18
with :
19
19
command : check ${{ matrix.checks }}
You can’t perform that action at this time.
0 commit comments