File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ jobs:
22
22
id-token : write
23
23
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
with :
27
27
persist-credentials : false
28
28
29
- - uses : ossf/scorecard-action@v2.3.3
29
+ - uses : ossf/scorecard-action@v2.4.0
30
30
with :
31
31
results_file : results.sarif
32
32
results_format : sarif
Original file line number Diff line number Diff line change 71
71
- uses : teler-sh/actions/resources@v1
72
72
- run : make cover-all
73
73
- name : Upload coverage to Codecov
74
- uses : codecov/codecov-action@v4
74
+ uses : codecov/codecov-action@v5
75
75
with :
76
76
token : ${{ secrets.CODECOV_TOKEN }}
77
77
file : coverage.txt
81
81
license-verify :
82
82
runs-on : ubuntu-latest
83
83
steps :
84
- - uses : actions/checkout@v3
84
+ - uses : actions/checkout@v4
85
85
with :
86
86
fetch-depth : 2
87
87
- uses : teler-sh/actions/setup-go@v1
You can’t perform that action at this time.
0 commit comments