File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 steps :
1616 -
1717 name : Checkout
18- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
18+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1919 with :
2020 fetch-depth : 0
2121
Original file line number Diff line number Diff line change 77 lint-test :
88 runs-on : ubuntu-24.04
99 steps :
10- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
10+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1111
1212 - name : Set up Go
1313 uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
3131 run : go test -v -coverprofile=coverage.out -covermode=atomic ./...
3232
3333 - name : upload coverage to codecov
34- uses : codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
34+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
3535 with :
3636 files : ./coverage.out
3737 fail_ci_if_error : false
You can’t perform that action at this time.
0 commit comments