From b314d12e8288f43fe1081ac3d1423e93cf0fd9ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 09:59:22 +0000 Subject: [PATCH] Bump the github-actions group with 4 updates Bumps the github-actions group with 4 updates: [pnpm/action-setup](https://github.com/pnpm/action-setup), [github/codeql-action/upload-sarif](https://github.com/github/codeql-action), [github/codeql-action/init](https://github.com/github/codeql-action) and [github/codeql-action/analyze](https://github.com/github/codeql-action). Updates `pnpm/action-setup` from 6.0.10 to 6.1.0 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/0977fd99725f1db4007ccb2928dbb4e90d06cc86...ea17c68df8912ef543352723c149a84f56e3d413) Updates `github/codeql-action/upload-sarif` from 4.37.9 to 4.38.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/cdf488f595d80d6e07e03d4674febd5ab45fa938...b96794f015dfd88f77b49b1c93e0fa7110f94c63) Updates `github/codeql-action/init` from 4.37.9 to 4.38.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/cdf488f595d80d6e07e03d4674febd5ab45fa938...b96794f015dfd88f77b49b1c93e0fa7110f94c63) Updates `github/codeql-action/analyze` from 4.37.9 to 4.38.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/cdf488f595d80d6e07e03d4674febd5ab45fa938...b96794f015dfd88f77b49b1c93e0fa7110f94c63) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action/init dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action/analyze dependency-version: 4.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-dotnet.yml | 2 +- .github/workflows/build-package-shell.yml | 2 +- .github/workflows/build-ts.yml | 2 +- .github/workflows/codeql-fork-upload.yml | 2 +- .github/workflows/codeql.yml | 4 ++-- .github/workflows/deploy-pages.yml | 2 +- .github/workflows/fix-dependabot-alerts.yml | 2 +- .github/workflows/format-pr.yml | 4 ++-- .github/workflows/heal-generated-files.yml | 2 +- .github/workflows/repo-policy-check.yml | 2 +- .github/workflows/smoke-tests.yml | 2 +- 11 files changed, 13 insertions(+), 13 deletions(-) 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: