File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- * @ toptal/ext-utilities-eng
1+ * @ toptal/external-sites
Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : github-actions
4+ directory : /
5+ schedule :
6+ interval : weekly
7+ open-pull-requests-limit : 5
8+ cooldown :
9+ default-days : 7
10+ exclude :
11+ - toptal/*
12+ - package-ecosystem : npm
13+ directory : /
14+ schedule :
15+ interval : weekly
16+ open-pull-requests-limit : 5
17+ cooldown :
18+ default-days : 7
19+ exclude :
20+ - toptal/*
Original file line number Diff line number Diff line change 4646 yarn nyc report --temp-dir test-coverage/temp --reporter html --report-dir test-coverage/coverage-report-all
4747
4848 - name : Save combined coverage report
49- uses : actions/upload-artifact@v3
49+ uses : actions/upload-artifact@v7
5050 with :
5151 name : coverage-report-all
5252 path : test-coverage/coverage-report-all
Original file line number Diff line number Diff line change @@ -37,22 +37,22 @@ jobs:
3737
3838 - name : Upload Playwright HTML report
3939 if : failure()
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v7
4141 with :
4242 name : playwright-e2e-tests-report
4343 path : reports/index.html
4444 retention-days : 1
4545
4646 - name : Upload Playwright failure screenshots
4747 if : failure()
48- uses : actions/upload-artifact@v3
48+ uses : actions/upload-artifact@v7
4949 with :
5050 name : e2e-tests-failure-screenshots
5151 path : screenshots
5252 retention-days : 1
5353
5454 - name : Upload test coverage HTML report
55- uses : actions/upload-artifact@v3
55+ uses : actions/upload-artifact@v7
5656 with :
5757 name : e2e-coverage-report
5858 path : test-coverage/e2e
Original file line number Diff line number Diff line change 1+ name : Secret Scan
2+
3+ on :
4+ pull_request :
5+
6+ jobs :
7+ call_secret_scanning :
8+ uses : toptal/actions/.github/workflows/security-scan.yml@v3.6.3
Original file line number Diff line number Diff line change @@ -26,14 +26,14 @@ jobs:
2626
2727 - name : Upload Jest HTML report
2828 if : failure()
29- uses : actions/upload-artifact@v3
29+ uses : actions/upload-artifact@v7
3030 with :
3131 name : jest-unit-tests-report
3232 path : reports/jest-report-unit.html
3333 retention-days : 1
3434
3535 - name : Upload unit tests coverage report
36- uses : actions/upload-artifact@v3
36+ uses : actions/upload-artifact@v7
3737 with :
3838 name : jest-unit-coverage-report
3939 path : test-coverage/unit
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Open [http://localhost:3000](http://localhost:3000) with your browser to see the
2626
2727- [ Testing] ( /docs/01-testing.md )
2828- [ Linting] ( /docs/02-linting.md )
29- - [ Logging] ( /docs/04 -logging.md )
29+ - [ Logging] ( /docs/03 -logging.md )
3030
3131## Contributing
3232
You can’t perform that action at this time.
0 commit comments