Skip to content

Commit 60fc8f3

Browse files
.github: pin github actions to full-length commit SHA (#99)
Signed-off-by: Rudransh Shrivastava <rudransh@victoriametrics.com>
1 parent cef9ae9 commit 60fc8f3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Setup Go
11-
uses: actions/setup-go@v1
11+
uses: actions/setup-go@0caeaed6fd66a828038c2da3c0f662a42862658f # v1.1.3
1212
with:
1313
go-version: 1.24
1414
id: go
1515
- name: Code checkout
16-
uses: actions/checkout@v1
16+
uses: actions/checkout@af513c7a016048ae468971c52ed77d9562c7c819 # v1.0.0
1717
- name: Test
1818
run: |
1919
go test -v ./... -coverprofile=coverage.txt -covermode=atomic
@@ -26,7 +26,7 @@ jobs:
2626
GOOS=windows go build
2727
GOARCH=386 go build
2828
- name: Publish coverage
29-
uses: codecov/codecov-action@v1.0.6
29+
uses: codecov/codecov-action@e34ee485244a5b5e6e4e1b96daa4a15c9073e4fc # v1.0.6
3030
with:
3131
token: ${{secrets.CODECOV_TOKEN}}
3232
file: ./coverage.txt

0 commit comments

Comments
 (0)