diff --git a/.github/workflows/build-dotnet.yml b/.github/workflows/build-dotnet.yml index 6e8e076333..1f1a2b5bd1 100644 --- a/.github/workflows/build-dotnet.yml +++ b/.github/workflows/build-dotnet.yml @@ -51,7 +51,7 @@ jobs: uses: NuGet/setup-nuget@fd55a6f3b34392fa83fde1454582407d8c714123 # v4.0 - name: Install pnpm if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.dotnet != 'false' }} - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 with: package_json_file: ts/package.json - name: Setup Node.js diff --git a/.github/workflows/build-package-shell.yml b/.github/workflows/build-package-shell.yml index 440f75f3e6..4c32c98e72 100644 --- a/.github/workflows/build-package-shell.yml +++ b/.github/workflows/build-package-shell.yml @@ -50,7 +50,7 @@ jobs: ts: - "ts/**" - ".github/workflows/build-package-shell.yml" - - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + - uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts != 'false' }} name: Install pnpm with: diff --git a/.github/workflows/build-ts.yml b/.github/workflows/build-ts.yml index dfe4a125fc..f6eb139fce 100644 --- a/.github/workflows/build-ts.yml +++ b/.github/workflows/build-ts.yml @@ -55,7 +55,7 @@ jobs: ts: - "ts/**" - ".github/workflows/build-ts.yml" - - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + - uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 if: ${{ github.event_name != 'pull_request' || steps.filter.outputs.ts != 'false' }} name: Install pnpm with: diff --git a/.github/workflows/codeql-fork-upload.yml b/.github/workflows/codeql-fork-upload.yml index c856c133fc..9e585a973c 100644 --- a/.github/workflows/codeql-fork-upload.yml +++ b/.github/workflows/codeql-fork-upload.yml @@ -81,7 +81,7 @@ jobs: core.setOutput("sha", headSha); - name: Upload CodeQL results to the pull request - uses: github/codeql-action/upload-sarif@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: sarif_file: ${{ runner.temp }}/codeql-sarif ref: refs/pull/${{ steps.pr.outputs.number }}/head diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2529706957..2fe065b794 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -74,7 +74,7 @@ jobs: ref: ${{ env.IS_FORK_PR == 'true' && github.event.pull_request.head.sha || github.ref }} - name: Initialize CodeQL - uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -89,7 +89,7 @@ jobs: # rule from the branch ruleset. - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v4.37.9 + uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4.38.0 with: category: "/language:${{ matrix.language }}" # Push and internal-branch PRs have a write token and upload directly. diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index ebebe074c1..80df61f2ba 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -50,7 +50,7 @@ jobs: node-version: 22 - name: Install pnpm - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 with: package_json_file: docs/package.json diff --git a/.github/workflows/fix-dependabot-alerts.yml b/.github/workflows/fix-dependabot-alerts.yml index 6b7a4869db..707308fd7a 100644 --- a/.github/workflows/fix-dependabot-alerts.yml +++ b/.github/workflows/fix-dependabot-alerts.yml @@ -48,7 +48,7 @@ jobs: with: fetch-depth: 0 - - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + - uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 name: Install pnpm with: package_json_file: ts/package.json diff --git a/.github/workflows/format-pr.yml b/.github/workflows/format-pr.yml index 4532650040..663d466481 100644 --- a/.github/workflows/format-pr.yml +++ b/.github/workflows/format-pr.yml @@ -61,7 +61,7 @@ jobs: - name: Fetch base branch run: git fetch origin ${{ github.base_ref }} - - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + - uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 name: Install pnpm with: package_json_file: ts/package.json @@ -110,7 +110,7 @@ jobs: - name: Fetch base branch run: git fetch origin ${{ github.base_ref }} - - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + - uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 name: Install pnpm with: package_json_file: ts/package.json diff --git a/.github/workflows/heal-generated-files.yml b/.github/workflows/heal-generated-files.yml index a4c300e116..77d12f6f37 100644 --- a/.github/workflows/heal-generated-files.yml +++ b/.github/workflows/heal-generated-files.yml @@ -87,7 +87,7 @@ jobs: fetch-depth: 0 token: ${{ steps.app-token.outputs.token || secrets.GITHUB_TOKEN }} - - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + - uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 name: Install pnpm with: package_json_file: ts/package.json diff --git a/.github/workflows/repo-policy-check.yml b/.github/workflows/repo-policy-check.yml index 459170508a..b0e3ecf695 100644 --- a/.github/workflows/repo-policy-check.yml +++ b/.github/workflows/repo-policy-check.yml @@ -26,7 +26,7 @@ jobs: with: submodules: "false" # token: ${{ secrets.PAT_TOKEN }} - - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + - uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 name: Install pnpm with: package_json_file: ts/package.json diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 8812eaf74e..993d7e0d55 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -85,7 +85,7 @@ jobs: - "ts/**" - ".github/workflows/smoke-tests.yml" - - uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 + - uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413 # v6.1.0 if: ${{ steps.filter.outputs.ts != 'false' }} name: Install pnpm with: