diff --git a/.github/workflows/ci-check.yml b/.github/workflows/ci-check.yml index a014c98f672537..257917286a6d56 100644 --- a/.github/workflows/ci-check.yml +++ b/.github/workflows/ci-check.yml @@ -20,7 +20,7 @@ permissions: {} jobs: continuous-releases: name: Continuous releases - uses: mui/mui-public/.github/workflows/ci-base.yml@d668124f5ce8dcaabc1b4c043aa3985973b75b21 + uses: mui/mui-public/.github/workflows/ci-base.yml@f544b55fdbbb922b7293365705cf62895b4f5186 test-dev: if: ${{ github.actor != 'l10nbot' }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfbdb60015463f..9ae15836cd2834 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ permissions: {} jobs: continuous-releases: name: Continuous releases - uses: mui/mui-public/.github/workflows/ci-base.yml@d668124f5ce8dcaabc1b4c043aa3985973b75b21 + uses: mui/mui-public/.github/workflows/ci-base.yml@f544b55fdbbb922b7293365705cf62895b4f5186 # Tests dev-only scripts across all supported dev environments test-dev: @@ -36,15 +36,15 @@ jobs: # fetch all tags which are required for `pnpm release:changelog` fetch-depth: 0 - name: Set up pnpm - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 - name: Use Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: '22.18.0' cache: 'pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies - run: pnpm install - name: Cache Next.js build - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3 + uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4 with: path: docs/.next/cache key: ${{ runner.os }}-nextjs-${{ hashFiles('pnpm-lock.yaml') }}-${{ hashFiles('docs/**/*.js', 'docs/**/*.ts', 'docs/**/*.tsx', 'docs/**/*.jsx', 'docs/**/*.json', 'docs/**/*.md', 'docs/**/*.mdx') }} diff --git a/.github/workflows/closed-issue-message.yml b/.github/workflows/closed-issue-message.yml index c38825cf5d495b..e56af3a33ba8bf 100644 --- a/.github/workflows/closed-issue-message.yml +++ b/.github/workflows/closed-issue-message.yml @@ -11,7 +11,7 @@ jobs: add-comment: name: Add closing message if: github.event.issue.state_reason == 'completed' - uses: mui/mui-public/.github/workflows/issues_add-closing-message.yml@d668124f5ce8dcaabc1b4c043aa3985973b75b21 + uses: mui/mui-public/.github/workflows/issues_add-closing-message.yml@f544b55fdbbb922b7293365705cf62895b4f5186 permissions: contents: read issues: write diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 24181778bebb6b..5a2b773a207a41 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5 + uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0 with: languages: typescript config-file: ./.github/codeql/codeql-config.yml @@ -30,4 +30,4 @@ jobs: # 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 # queries: security-extended,security-and-quality - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5 + uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0 diff --git a/.github/workflows/create-cherry-pick-pr.yml b/.github/workflows/create-cherry-pick-pr.yml index af724f4236c9a4..e8f027800ba1f6 100644 --- a/.github/workflows/create-cherry-pick-pr.yml +++ b/.github/workflows/create-cherry-pick-pr.yml @@ -12,7 +12,7 @@ permissions: {} jobs: create_pr: name: Create cherry-pick PR - uses: mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@d668124f5ce8dcaabc1b4c043aa3985973b75b21 + uses: mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@f544b55fdbbb922b7293365705cf62895b4f5186 permissions: contents: write pull-requests: write diff --git a/.github/workflows/publish-canaries.yml b/.github/workflows/publish-canaries.yml index 9c7c2864fef1ff..8a2f3de56362ed 100644 --- a/.github/workflows/publish-canaries.yml +++ b/.github/workflows/publish-canaries.yml @@ -13,9 +13,9 @@ jobs: with: fetch-depth: 0 - name: Set up pnpm - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 + uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0 - name: Use Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 with: node-version: '22.18.0' cache: 'pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cbc06df13f7083..f6af59a8866e17 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -40,7 +40,7 @@ jobs: ref: ${{ inputs.sha }} fetch-depth: 0 # Fetch full history for proper git operations - name: Prepare for publishing - uses: mui/mui-public/.github/actions/publish-prepare@d668124f5ce8dcaabc1b4c043aa3985973b75b21 + uses: mui/mui-public/.github/actions/publish-prepare@f544b55fdbbb922b7293365705cf62895b4f5186 - name: Publish packages env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 0d37080cc88246..362c22c6a2f6d5 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -40,6 +40,6 @@ jobs: publish_results: true # Upload the results to GitHub's code scanning dashboard. - name: Upload to code-scanning - uses: github/codeql-action/upload-sarif@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5 + uses: github/codeql-action/upload-sarif@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0 with: sarif_file: results.sarif