Skip to content

Commit 236293b

Browse files
committed
bump back down
1 parent 99e80ba commit 236293b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/qc_checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ jobs:
343343
- name: Coverage Tests
344344
run: invoke dev.test --coverage --translations
345345
- name: Upload coverage reports to Codecov
346-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # [email protected].2
346+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # [email protected].0
347347
if: always()
348348
with:
349349
token: ${{ secrets.CODECOV_TOKEN }}
@@ -486,7 +486,7 @@ jobs:
486486
- name: Run Tests
487487
run: invoke dev.test --migrations --report --coverage --translations
488488
- name: Upload coverage reports to Codecov
489-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # [email protected].2
489+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # [email protected].0
490490
if: always()
491491
with:
492492
token: ${{ secrets.CODECOV_TOKEN }}
@@ -618,7 +618,7 @@ jobs:
618618
if: github.event_name != 'pull_request'
619619
run: cd src/frontend && npx nyc report --report-dir ./coverage --temp-dir .nyc_output --reporter=lcov --exclude-after-remap false
620620
- name: Upload coverage reports to Codecov
621-
uses: codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # [email protected].2
621+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # [email protected].0
622622
if: github.event_name != 'pull_request'
623623
with:
624624
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)