Skip to content

Commit 055e54f

Browse files
build(deps): bump codecov/codecov-action from 6 to 7 (#87)
1 parent 05eb259 commit 055e54f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/push.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
test:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
15-
- uses: actions/setup-go@v6
14+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
15+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1616
with:
1717
go-version: "1.25"
1818
- run: go vet ./...
@@ -25,7 +25,7 @@ jobs:
2525
make fmt
2626
git diff --exit-code
2727
- run: make testci
28-
- uses: codecov/codecov-action@v6
28+
- uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
2929
env:
3030
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3131
with:

0 commit comments

Comments
 (0)