There was an error while loading. Please reload this page.
1 parent cef9ae9 commit 60fc8f3Copy full SHA for 60fc8f3
1 file changed
.github/workflows/main.yml
@@ -8,12 +8,12 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Setup Go
11
- uses: actions/setup-go@v1
+ uses: actions/setup-go@0caeaed6fd66a828038c2da3c0f662a42862658f # v1.1.3
12
with:
13
go-version: 1.24
14
id: go
15
- name: Code checkout
16
- uses: actions/checkout@v1
+ uses: actions/checkout@af513c7a016048ae468971c52ed77d9562c7c819 # v1.0.0
17
- name: Test
18
run: |
19
go test -v ./... -coverprofile=coverage.txt -covermode=atomic
@@ -26,7 +26,7 @@ jobs:
26
GOOS=windows go build
27
GOARCH=386 go build
28
- name: Publish coverage
29
- uses: codecov/codecov-action@v1.0.6
+ uses: codecov/codecov-action@e34ee485244a5b5e6e4e1b96daa4a15c9073e4fc # v1.0.6
30
31
token: ${{secrets.CODECOV_TOKEN}}
32
file: ./coverage.txt
0 commit comments