From ae5fc18155276c10e38ea3b9d1ca42903dc6efcf Mon Sep 17 00:00:00 2001 From: updateclibot Date: Sun, 1 Mar 2026 12:45:17 +0000 Subject: [PATCH 1/6] chore: deps(github): bump Action release for actions/upload-artifact ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... from v6.0.0 to v7.0.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 88619460..71f20df1 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -40,7 +40,7 @@ jobs: fi id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@v6.0.0 + - uses: actions/upload-artifact@v7.0.0 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist From cbc47303415fc3375858d6d9ce0ea77372695cc5 Mon Sep 17 00:00:00 2001 From: updateclibot Date: Tue, 3 Mar 2026 05:02:39 +0000 Subject: [PATCH 2/6] chore: deps(github): bump Action release for github/codeql-action/ini... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... t from v4.32.4 to v4.32.5 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 cf2c4b3d..df5d8d93 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.32.4 + uses: github/codeql-action/init@v4.32.5 with: languages: ${{ matrix.language }} config-file: ./.github/codeql/codeql-config.yml From 368f2761edf65cb50aa474fb55639b0142e74565 Mon Sep 17 00:00:00 2001 From: updateclibot Date: Tue, 3 Mar 2026 05:02:53 +0000 Subject: [PATCH 3/6] chore: deps(github): bump Action release for github/codeql-action/aut... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... obuild from v4.32.4 to v4.32.5 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 df5d8d93..78604875 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.32.4 + uses: github/codeql-action/autobuild@v4.32.5 #- run: | # make bootstrap # make release From eafdf7f8f27a79251676c5426cb9e19289d606fa Mon Sep 17 00:00:00 2001 From: updateclibot Date: Tue, 3 Mar 2026 05:03:06 +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.32.4 to v4.32.5 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 78604875..70a841a1 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.32.4 + uses: github/codeql-action/analyze@v4.32.5 From f05d20d83d1edd8778d015fe28069153264a45b9 Mon Sep 17 00:00:00 2001 From: updateclibot Date: Wed, 4 Mar 2026 04:50:20 +0000 Subject: [PATCH 5/6] chore: deps(github): bump Action tag for actions/setup-node from v6.2... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0 to v6.3.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 71f20df1..20ed6425 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.2.0 + uses: actions/setup-node@v6.3.0 with: node-version: 20 cache: npm From e14ce006dfa397b4971bff5c147afde3d571b299 Mon Sep 17 00:00:00 2001 From: updateclibot Date: Wed, 4 Mar 2026 04:59:40 +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.2.0 to v6.3.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 150551ff..c2f203e6 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.2.0 + uses: actions/setup-node@v6.3.0 with: node-version: 20 cache: npm