File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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@7f8b4b4bde536c465e797be725718b88c5d95e0e # v5.1.1
111
+ uses : codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
112
112
with :
113
113
files : ./target/debug/lcov
114
114
env :
Original file line number Diff line number Diff line change 58
58
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
59
59
# format to the repository Actions tab.
60
60
- name : " Upload artifact"
61
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
61
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
62
62
with :
63
63
name : SARIF file
64
64
path : results.sarif
You can’t perform that action at this time.
0 commit comments