From 04d3aff17b56a26c37a23f6c764a33d6bd69f237 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 00:25:28 +0000 Subject: [PATCH] chore(deps): bump the actions group with 3 updates Bumps the actions group with 3 updates: [pnpm/action-setup](https://github.com/pnpm/action-setup), [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 b0f76dfb45f55f8421693e4803ac7bb65143bd34 to 0ebf47130e4866e96fce0953f49152a61190b271 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/b0f76dfb45f55f8421693e4803ac7bb65143bd34...0ebf47130e4866e96fce0953f49152a61190b271) Updates `github/codeql-action/init` from adfda868f108ac4222129de456ea554034a27db7 to e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 - [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/adfda868f108ac4222129de456ea554034a27db7...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81) Updates `github/codeql-action/analyze` from adfda868f108ac4222129de456ea554034a27db7 to e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 - [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/adfda868f108ac4222129de456ea554034a27db7...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-version: 0ebf47130e4866e96fce0953f49152a61190b271 dependency-type: direct:production dependency-group: actions - dependency-name: github/codeql-action/init dependency-version: e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 dependency-type: direct:production dependency-group: actions - dependency-name: github/codeql-action/analyze dependency-version: e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 4 ++-- .github/workflows/release.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1ce07a..db781de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: name: Node ${{ matrix.node }} steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - - uses: pnpm/action-setup@b0f76dfb45f55f8421693e4803ac7bb65143bd34 # v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 with: run_install: false standalone: ${{ matrix.node == 20 }} diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e59e809..3c66f8f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,9 +26,9 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Initialize CodeQL - uses: github/codeql-action/init@adfda868f108ac4222129de456ea554034a27db7 # v4 + uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4 with: languages: javascript-typescript queries: security-extended - name: Analyze - uses: github/codeql-action/analyze@adfda868f108ac4222129de456ea554034a27db7 # v4 + uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6c10843..ab7babc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: exit 1 fi - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - - uses: pnpm/action-setup@b0f76dfb45f55f8421693e4803ac7bb65143bd34 # v6 + - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6 with: run_install: false - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7