Skip to content

Commit 9c2c904

Browse files
chore(deps): update codecov/codecov-action action to v5.5.0 (#423)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c617b2d commit 9c2c904

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Run e2e tests
5959
run: go test -tags testtools -timeout 1m -race -coverpkg=./... -coverprofile=coverage-e2e.out -covermode=atomic ./e2e/...
6060
- name: Upload coverage to Codecov (unit)
61-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
61+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
6262
with:
6363
name: Code Coverage for GO SDK (unit)
6464
files: ./coverage-unit.out
@@ -67,7 +67,7 @@ jobs:
6767
verbose: true
6868
token: ${{ secrets.CODECOV_UPLOAD_TOKEN }}
6969
- name: Upload coverage to Codecov (e2e)
70-
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
70+
uses: codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
7171
with:
7272
name: Code Coverage for GO SDK (e2e)
7373
files: ./coverage-e2e.out

0 commit comments

Comments
 (0)