Skip to content

Commit 271023a

Browse files
renovate[bot]mergify[bot]
authored andcommitted
chore(*): Update codecov/codecov-action digest to eaaf4be
1 parent 09b6682 commit 271023a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/unit-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# smoke test and lint
1515
make run run-cmd="dotnet build" make-args="no-interactive no-tty"
1616
make test-ci
17-
- uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3
17+
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
1818

1919
crawler:
2020
name: Test Crawler
@@ -25,7 +25,7 @@ jobs:
2525
cd crawler
2626
make run run-cmd="npm run lint" make-args="no-interactive no-tty"
2727
make test-ci
28-
- uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3
28+
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
2929

3030
crawler-api-backend:
3131
name: Test Crawler Api Backend
@@ -36,7 +36,7 @@ jobs:
3636
cd crawler-api-backend
3737
make run run-cmd="npm run lint" make-args="no-interactive no-tty"
3838
make test-ci
39-
- uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3
39+
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
4040

4141
frontend:
4242
name: Test Frontend
@@ -47,7 +47,7 @@ jobs:
4747
cd frontend
4848
make run run-cmd="npm run lint" make-args="no-interactive no-tty"
4949
make test-ci
50-
- uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3
50+
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
5151

5252
captcha-service:
5353
name: Test Captcha Service
@@ -58,7 +58,7 @@ jobs:
5858
cd captcha-service
5959
make run run-cmd="npm run lint" make-args="no-interactive no-tty"
6060
make test-ci
61-
- uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3
61+
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
6262

6363
ohunt:
6464
name: Test OHunt
@@ -70,7 +70,7 @@ jobs:
7070
# smoke test and lint
7171
make run run-cmd="dotnet build" make-args="no-interactive no-tty"
7272
make test-ci
73-
- uses: codecov/codecov-action@894ff025c7b54547a9a2a1e9f228beae737ad3c2 # v3
73+
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
7474

7575
commitlint:
7676
name: Commitlint

0 commit comments

Comments
 (0)