Skip to content

Commit 0412b5f

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/json5-1.0.2
2 parents 49828d8 + ed450b2 commit 0412b5f

7 files changed

Lines changed: 36 additions & 8 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @toptal/ext-utilities-eng
1+
* @toptal/external-sites

.github/dependabot.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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/*

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
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

.github/workflows/unit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)