File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 0
1919 - name : Set up Mise Environment
20- uses : jdx/mise-action@v3
20+ uses : jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
2121 - name : Cache Go modules
22- uses : actions/cache@v5
22+ uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
2323 with :
2424 path : |
2525 ~/.cache/go-build
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 fetch-depth : 0
2121
2222 - name : Set up mise
23- uses : jdx/mise-action@v3
23+ uses : jdx/mise-action@5228313ee0372e111a38da051671ca30fc5a96db # v3
2424
2525 - name : Cache Go Modules
26- uses : actions/cache@v5
26+ uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
2727 with :
2828 path : |
2929 ~/.cache/go-build
3737 go test -race -coverprofile=coverage.txt -covermode=atomic $(go list ./... | grep -v internal/testhelper)
3838
3939 - name : Upload coverage to Codecov
40- uses : codecov/codecov-action@v7
40+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7
4141 with :
4242 token : ${{ secrets.CODECOV_TOKEN }}
4343 files : ./coverage.txt
You can’t perform that action at this time.
0 commit comments