Skip to content

Commit

Permalink
chore(*): Update codecov/codecov-action digest to ab904c4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Feb 8, 2024
1 parent f978a21 commit 31f398e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# smoke test and lint
make run run-cmd="dotnet build" make-args="no-interactive no-tty"
make test-ci
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3

crawler:
name: Test Crawler
Expand All @@ -25,7 +25,7 @@ jobs:
cd crawler
make run run-cmd="npm run lint" make-args="no-interactive no-tty"
make test-ci
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3

crawler-api-backend:
name: Test Crawler Api Backend
Expand All @@ -36,7 +36,7 @@ jobs:
cd crawler-api-backend
make run run-cmd="npm run lint" make-args="no-interactive no-tty"
make test-ci
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3

frontend:
name: Test Frontend
Expand All @@ -47,7 +47,7 @@ jobs:
cd frontend
make run run-cmd="npm run lint" make-args="no-interactive no-tty"
make test-ci
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3

captcha-service:
name: Test Captcha Service
Expand All @@ -58,7 +58,7 @@ jobs:
cd captcha-service
make run run-cmd="npm run lint" make-args="no-interactive no-tty"
make test-ci
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3

ohunt:
name: Test OHunt
Expand All @@ -70,7 +70,7 @@ jobs:
# smoke test and lint
make run run-cmd="dotnet build" make-args="no-interactive no-tty"
make test-ci
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
- uses: codecov/codecov-action@ab904c41d6ece82784817410c45d8b8c02684457 # v3

commitlint:
name: Commitlint
Expand Down

0 comments on commit 31f398e

Please sign in to comment.