File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v6
16+ uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
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 @@ -15,15 +15,15 @@ jobs:
1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v6
18+ uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
1919 with :
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