Skip to content

Commit d6ce605

Browse files
authored
Merge branch 'master' into fix/html-nesting-validation
2 parents 00a03cb + ceb6c4b commit d6ce605

200 files changed

Lines changed: 2314 additions & 584 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
code-infra: https://raw.githubusercontent.com/mui/mui-public/1eedf1bb22170479a7e6d236667e018c28ac9dd1/.circleci/orbs/code-infra.yml
3+
code-infra: https://raw.githubusercontent.com/mui/mui-public/530ec94f97bfe64ae018a9fd8ff0c326cbd61298/.circleci/orbs/code-infra.yml
44
aws-cli: circleci/aws-cli@5.4.1
55
aws-s3: circleci/aws-s3@4.1.3
66

.github/workflows/ci-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions: {}
2020
jobs:
2121
continuous-releases:
2222
name: Continuous releases
23-
uses: mui/mui-public/.github/workflows/ci-base.yml@1eedf1bb22170479a7e6d236667e018c28ac9dd1
23+
uses: mui/mui-public/.github/workflows/ci-base.yml@530ec94f97bfe64ae018a9fd8ff0c326cbd61298
2424

2525
test-dev:
2626
if: ${{ github.actor != 'l10nbot' }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions: {}
1717
jobs:
1818
continuous-releases:
1919
name: Continuous releases
20-
uses: mui/mui-public/.github/workflows/ci-base.yml@1eedf1bb22170479a7e6d236667e018c28ac9dd1
20+
uses: mui/mui-public/.github/workflows/ci-base.yml@530ec94f97bfe64ae018a9fd8ff0c326cbd61298
2121

2222
# Tests dev-only scripts across all supported dev environments
2323
test-dev:
@@ -36,7 +36,7 @@ jobs:
3636
# fetch all tags which are required for `pnpm release:changelog`
3737
fetch-depth: 0
3838
- name: Set up pnpm
39-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
39+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
4040
- name: Use Node.js
4141
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
4242
with:

.github/workflows/closed-issue-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
add-comment:
1212
name: Add closing message
1313
if: github.event.issue.state_reason == 'completed'
14-
uses: mui/mui-public/.github/workflows/issues_add-closing-message.yml@1eedf1bb22170479a7e6d236667e018c28ac9dd1
14+
uses: mui/mui-public/.github/workflows/issues_add-closing-message.yml@530ec94f97bfe64ae018a9fd8ff0c326cbd61298
1515
permissions:
1616
contents: read
1717
issues: write

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2020
# Initializes the CodeQL tools for scanning.
2121
- name: Initialize CodeQL
22-
uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
22+
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
2323
with:
2424
languages: typescript
2525
config-file: ./.github/codeql/codeql-config.yml
@@ -30,4 +30,4 @@ jobs:
3030
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
3131
# queries: security-extended,security-and-quality
3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
33+
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1

.github/workflows/create-cherry-pick-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: {}
1212
jobs:
1313
create_pr:
1414
name: Create cherry-pick PR
15-
uses: mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@1eedf1bb22170479a7e6d236667e018c28ac9dd1
15+
uses: mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@530ec94f97bfe64ae018a9fd8ff0c326cbd61298
1616
permissions:
1717
contents: write
1818
pull-requests: write

.github/workflows/mark-duplicate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
issues: write
1616
steps:
1717
- name: Mark duplicate
18-
uses: actions-cool/issues-helper@71b62d7da76e59ff7b193904feb6e77d4dbb2777 # v3.7.6
18+
uses: actions-cool/issues-helper@200c78641dbf33838311e5a1e0c31bbdb92d7cf0 # v3.8.0
1919
with:
2020
actions: 'mark-duplicate'
2121
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/publish-canaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: 0
1515
- name: Set up pnpm
16-
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
16+
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
1717
- name: Use Node.js
1818
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
1919
with:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ref: ${{ inputs.sha }}
4141
fetch-depth: 0 # Fetch full history for proper git operations
4242
- name: Prepare for publishing
43-
uses: mui/mui-public/.github/actions/publish-prepare@1eedf1bb22170479a7e6d236667e018c28ac9dd1
43+
uses: mui/mui-public/.github/actions/publish-prepare@530ec94f97bfe64ae018a9fd8ff0c326cbd61298
4444
- name: Publish packages
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
publish_results: true
4141
# Upload the results to GitHub's code scanning dashboard.
4242
- name: Upload to code-scanning
43-
uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
43+
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
4444
with:
4545
sarif_file: results.sarif

0 commit comments

Comments
 (0)