Skip to content

Commit 924650c

Browse files
authored
Merge pull request #413 from wneessen/dependabot/github_actions/codecov/codecov-action-5.5.3
Bump codecov/codecov-action from 5.5.2 to 5.5.3
2 parents 91e50e7 + 2c09fb9 commit 924650c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,6 @@ jobs:
145145
go test -race -shuffle=on --coverprofile=coverage.coverprofile --covermode=atomic ./...
146146
- name: Upload coverage to Codecov
147147
if: success()
148-
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
148+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
149149
with:
150150
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos

0 commit comments

Comments
 (0)