There was an error while loading. Please reload this page.
1 parent 05eb259 commit 055e54fCopy full SHA for 055e54f
1 file changed
.github/workflows/push.yml
@@ -11,8 +11,8 @@ jobs:
11
test:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v6
15
- - uses: actions/setup-go@v6
+ - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
+ - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
16
with:
17
go-version: "1.25"
18
- run: go vet ./...
@@ -25,7 +25,7 @@ jobs:
25
make fmt
26
git diff --exit-code
27
- run: make testci
28
- - uses: codecov/codecov-action@v6
+ - uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
29
env:
30
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
31
0 commit comments