From 521d92d920ec36b3ee7e6384aff3e26a946a4826 Mon Sep 17 00:00:00 2001 From: updateclibot Date: Wed, 25 Feb 2026 07:52:10 +0000 Subject: [PATCH 1/6] chore: deps(github): bump Action release for actions/setup-node from ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v6.1.0 to v6.2.0 Made with ❤️️ by updatecli --- .github/workflows/check-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 5a91f3c3..88619460 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - name: Set Node.js 20.x - uses: actions/setup-node@v6.1.0 + uses: actions/setup-node@v6.2.0 with: node-version: 20 cache: npm From 3a6d910efa198d7b48fc95d440682a69b2ad76e2 Mon Sep 17 00:00:00 2001 From: updateclibot Date: Wed, 25 Feb 2026 07:57:26 +0000 Subject: [PATCH 2/6] chore: deps(github): bump Action tag for github/codeql-action/init fr... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... om v4.31.10 to v4.32.4 Made with ❤️️ by updatecli --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index a674c703..b976c428 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.31.10 + uses: github/codeql-action/init@v4.32.4 with: languages: ${{ matrix.language }} config-file: ./.github/codeql/codeql-config.yml From b73d3942e41181a67076e6d65f6ffd383e983cce Mon Sep 17 00:00:00 2001 From: updateclibot Date: Wed, 25 Feb 2026 07:57:45 +0000 Subject: [PATCH 3/6] chore: deps(github): bump Action tag for github/codeql-action/autobui... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ld from v4.31.10 to v4.32.4 Made with ❤️️ by updatecli --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b976c428..2a09d461 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -51,7 +51,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v4.31.10 + uses: github/codeql-action/autobuild@v4.32.4 #- run: | # make bootstrap # make release From 9860c07d7314d219911f316b75e212f502dc276d Mon Sep 17 00:00:00 2001 From: updateclibot Date: Wed, 25 Feb 2026 07:57:59 +0000 Subject: [PATCH 4/6] chore: deps(github): bump Action tag for github/codeql-action/analyze... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... from v4.31.10 to v4.32.4 Made with ❤️️ by updatecli --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 2a09d461..cf2c4b3d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -62,4 +62,4 @@ jobs: # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines # and modify them (or add more) to build your code if your project # uses a compiled language - uses: github/codeql-action/analyze@v4.31.10 + uses: github/codeql-action/analyze@v4.32.4 From 23a4ddeed46f169ff532963096fe4d39efcacb26 Mon Sep 17 00:00:00 2001 From: updateclibot Date: Wed, 25 Feb 2026 07:58:28 +0000 Subject: [PATCH 5/6] chore: deps(github): bump Action tag for release-drafter/release-draf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ter from v6.1.0 to v6.2.0 Made with ❤️️ by updatecli --- .github/workflows/release-drafter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 11740904..5f7eefac 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-24.04 steps: - - uses: release-drafter/release-drafter@v6.1.0 + - uses: release-drafter/release-drafter@v6.2.0 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From 9de2f2e53c278c0f20f6837dbecb58e285582368 Mon Sep 17 00:00:00 2001 From: updateclibot Date: Wed, 25 Feb 2026 07:58:36 +0000 Subject: [PATCH 6/6] chore: deps(github): bump Action release for actions/setup-node from ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v6.1.0 to v6.2.0 Made with ❤️️ by updatecli --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d4c10359..150551ff 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - name: Set Node.js 20.x - uses: actions/setup-node@v6.1.0 + uses: actions/setup-node@v6.2.0 with: node-version: 20 cache: npm