Skip to content

Commit dccecd6

Browse files
authored
Merge pull request #738 from 88labs/dependabot/github_actions/dependencies-6260e636eb
build(deps): bump codecov/codecov-action from 5.4.2 to 5.4.3 in the dependencies group
2 parents d99b5fa + f2f955f commit dccecd6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/test-aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# shellcheck disable=SC2046
101101
# FIXME: awsdynamo test doesn't work with ci.
102102
gotestsum --format testname --junitfile unit-tests.xml -- -p 4 -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./... $(go list ./... | grep -v awsdynamo)
103-
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
103+
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
104104
with:
105105
token: ${{ secrets.CODECOV_TOKEN }}
106106
files: ./unit-tests.xml,./coverage.txt

.github/workflows/test-cerrors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# shellcheck disable=SC2046
4747
gotestsum --junitfile unit-tests.xml -- -v ./... -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./...
4848
49-
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
49+
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
files: ${{ env.testdir }}/coverage.txt

.github/workflows/test-emailvalidator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# shellcheck disable=SC2046
4747
gotestsum --junitfile unit-tests.xml -- -v ./... -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./...
4848
49-
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
49+
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
files: ${{ env.testdir }}/coverage.txt

.github/workflows/test-envlookup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# shellcheck disable=SC2046
4747
gotestsum --junitfile unit-tests.xml -- -v ./... -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./...
4848
49-
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
49+
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
files: ${{ env.testdir }}/coverage.txt

.github/workflows/test-hashutil.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# shellcheck disable=SC2046
4747
gotestsum --junitfile unit-tests.xml -- -v ./... -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./...
4848
49-
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
49+
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
files: ${{ env.testdir }}/coverage.txt

.github/workflows/test-ulid.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# shellcheck disable=SC2046
4747
gotestsum --junitfile unit-tests.xml -- -v ./... -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./...
4848
49-
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
49+
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
files: ${{ env.testdir }}/coverage.txt

.github/workflows/test-utf8bom.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# shellcheck disable=SC2046
4747
gotestsum --junitfile unit-tests.xml -- -v ./... -race -coverprofile="coverage.txt" -covermode=atomic -coverpkg=./...
4848
49-
- uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
49+
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
5050
with:
5151
token: ${{ secrets.CODECOV_TOKEN }}
5252
files: ${{ env.testdir }}/coverage.txt

0 commit comments

Comments
 (0)