From 3f9cc554b43d4dd70a4dee580a6c92f2436c4550 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 9 Dec 2025 00:48:07 +0000 Subject: [PATCH 001/168] chore: deps(github): bump Action tag for actions/checkout from v4.2.2... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v6.0.1 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 5bc83e82..3bcbb311 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -18,7 +18,7 @@ jobs: check-dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v6.0.1 - name: Set Node.js 22.x uses: actions/setup-node@v4.3.0 with: From d5492e876ecd2ec4aa16d8032dbb617d7b148137 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 9 Dec 2025 00:48:10 +0000 Subject: [PATCH 002/168] 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 ... v4.3.0 to v6.1.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 3bcbb311..aca8c0f2 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v6.0.1 - name: Set Node.js 22.x - uses: actions/setup-node@v4.3.0 + uses: actions/setup-node@v6.1.0 with: node-version: 22 cache: npm From 6a726a33aa90c5f9c7948e8c034f073cfb6cfa0b Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 9 Dec 2025 00:48:11 +0000 Subject: [PATCH 003/168] chore: deps(github): bump Action tag for actions/upload-artifact from... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v4.6.2 to v5.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 aca8c0f2..fe2b3e2a 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -37,7 +37,7 @@ jobs: fi id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@v4.6.2 + - uses: actions/upload-artifact@v5.0.0 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist From 887c7369a207f2d1d8bb56e5008a1f6757f4342a Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 9 Dec 2025 00:48:14 +0000 Subject: [PATCH 004/168] chore: deps(github): bump Action release for actions/checkout from v4... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .2.2 to v6.0.1 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 db92cb0f..e10fbb36 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: # Learn more about CodeQL language support at https://git.io/codeql-language-support steps: - name: Checkout repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v3.28.12 From 16d1b3e98e2f4a31ad1da6cb5ce16d606d40dabf Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 9 Dec 2025 00:48:26 +0000 Subject: [PATCH 005/168] 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 v3.28.12 to v4.31.7 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 e10fbb36..26fb4d27 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3.28.12 + uses: github/codeql-action/init@v4.31.7 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 754a80e15cf4067e011b8f2b6f298d26630c39ac Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 9 Dec 2025 00:48:37 +0000 Subject: [PATCH 006/168] 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 v3.28.12 to v4.31.7 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 26fb4d27..7c9c6bd6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v3.28.12 + uses: github/codeql-action/autobuild@v4.31.7 #- run: | # make bootstrap # make release From 44db36b14530494b4402576d2d0eaf951334520d Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 9 Dec 2025 00:48:45 +0000 Subject: [PATCH 007/168] 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 v3.28.12 to v4.31.7 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 7c9c6bd6..211de027 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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@v3.28.12 + uses: github/codeql-action/analyze@v4.31.7 From 78f542be2e0fe7ecabf4bf72e74c0bc99c2ec6de Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 9 Dec 2025 00:48:50 +0000 Subject: [PATCH 008/168] chore: deps(github): bump Action release for actions/checkout from v4... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .2.2 to v6.0.1 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index 59b1936f..5b9e7293 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.1 with: persist-credentials: false fetch-depth: 0 From df2f40e5dd45744a4e408243c3e7f5a922d571a7 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 9 Dec 2025 00:48:52 +0000 Subject: [PATCH 009/168] chore: deps(github): bump Action tag for actions/setup-node from v4.3... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0 to v6.1.0 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index 5b9e7293..f8847aba 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -17,7 +17,7 @@ jobs: persist-credentials: false fetch-depth: 0 - name: Set Node.js 16.x - uses: actions/setup-node@v4.3.0 + uses: actions/setup-node@v6.1.0 with: node-version: 16.x cache: npm From e8594dbaa6d854ab18554429f28c70e997b88d61 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 9 Dec 2025 00:48:55 +0000 Subject: [PATCH 010/168] chore: deps(github): bump Action tag for ad-m/github-push-action from... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v0.8.0 to v1 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index f8847aba..e4361b29 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -35,7 +35,7 @@ jobs: app_id: ${{ secrets.FMSC_BOT_GITHUB_APP_ID }} private_key: ${{ secrets.FMSC_BOT_GITHUB_APP_PRIVATE_KEY }} - name: Push changes - uses: ad-m/github-push-action@v0.8.0 + uses: ad-m/github-push-action@v1 if: steps.commit.outputs.diff with: github_token: ${{ steps.generate_token.outputs.token }} From 6f7e1690c8144626f5815a815fa8167912eafd8c Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 9 Dec 2025 00:48:55 +0000 Subject: [PATCH 011/168] chore: deps(github): bump Action release for ad-m/github-push-action ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... from v0.8.0 to v1.0.0 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index e4361b29..7d32e67d 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -35,7 +35,7 @@ jobs: app_id: ${{ secrets.FMSC_BOT_GITHUB_APP_ID }} private_key: ${{ secrets.FMSC_BOT_GITHUB_APP_PRIVATE_KEY }} - name: Push changes - uses: ad-m/github-push-action@v1 + uses: ad-m/github-push-action@v1.0.0 if: steps.commit.outputs.diff with: github_token: ${{ steps.generate_token.outputs.token }} From 28cf2224f6b35a70993d3cac8f958b3057f04c28 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 9 Dec 2025 00:48:59 +0000 Subject: [PATCH 012/168] chore: deps(github): bump Action release for actions/checkout from v4... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .2.2 to v6.0.1 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 68da5c02..6c3c3d88 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git Checkout - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.1 - name: Install Updatecli uses: ./ - name: Get fslabscli version From fc4878722abbf5511d2f43aa353c85d0cd47c374 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 9 Dec 2025 00:49:01 +0000 Subject: [PATCH 013/168] chore: deps(github): bump Action release for actions/checkout from v4... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .2.2 to v6.0.1 Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 6537f842..7e18cd2c 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: 'Checkout' - uses: 'actions/checkout@v4.2.2' + uses: 'actions/checkout@v6.0.1' - name: 'Setup updatecli' uses: 'updatecli/updatecli-action@v2' - name: 'Run updatecli in dryrun' From 66cdf5772e0272f862a65b0bd85c92e7163c7f8a Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 9 Dec 2025 00:49:06 +0000 Subject: [PATCH 014/168] chore: deps(github): bump Action release for actions/create-github-ap... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... p-token from v1.11.7 to v2.2.1 Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 7e18cd2c..d6120fd3 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -25,7 +25,7 @@ jobs: env: GITHUB_ACTOR: ${{ github.actor }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/create-github-app-token@v1.11.7 + - uses: actions/create-github-app-token@v2.2.1 id: generate_token if: github.ref == 'refs/heads/v1' with: From 15c8b53a7faa48759b57b3a160f05c6b4f9d5ac8 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 10 Dec 2025 00:41:11 +0000 Subject: [PATCH 015/168] chore: deps(github): bump Action tag for ad-m/github-push-action from... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v1.0.0 to v1 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index 7d32e67d..e4361b29 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -35,7 +35,7 @@ jobs: app_id: ${{ secrets.FMSC_BOT_GITHUB_APP_ID }} private_key: ${{ secrets.FMSC_BOT_GITHUB_APP_PRIVATE_KEY }} - name: Push changes - uses: ad-m/github-push-action@v1.0.0 + uses: ad-m/github-push-action@v1 if: steps.commit.outputs.diff with: github_token: ${{ steps.generate_token.outputs.token }} From 71e5c27778cd16d324daa81c6805f489444855d1 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 10 Dec 2025 00:41:11 +0000 Subject: [PATCH 016/168] chore: deps(github): bump Action release for ad-m/github-push-action ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... from v1.0.0 to v1.0.0 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index e4361b29..7d32e67d 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -35,7 +35,7 @@ jobs: app_id: ${{ secrets.FMSC_BOT_GITHUB_APP_ID }} private_key: ${{ secrets.FMSC_BOT_GITHUB_APP_PRIVATE_KEY }} - name: Push changes - uses: ad-m/github-push-action@v1 + uses: ad-m/github-push-action@v1.0.0 if: steps.commit.outputs.diff with: github_token: ${{ steps.generate_token.outputs.token }} From a1f3d9cca27f136873a7e4927f63cd3034c865d5 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Thu, 11 Dec 2025 00:41:22 +0000 Subject: [PATCH 017/168] chore: deps(github): bump Action tag for ad-m/github-push-action from... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v1.0.0 to v1 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index 7d32e67d..e4361b29 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -35,7 +35,7 @@ jobs: app_id: ${{ secrets.FMSC_BOT_GITHUB_APP_ID }} private_key: ${{ secrets.FMSC_BOT_GITHUB_APP_PRIVATE_KEY }} - name: Push changes - uses: ad-m/github-push-action@v1.0.0 + uses: ad-m/github-push-action@v1 if: steps.commit.outputs.diff with: github_token: ${{ steps.generate_token.outputs.token }} From 68bd3e2b2478bee76574f6fa77b62527aa4c83a8 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Thu, 11 Dec 2025 00:41:22 +0000 Subject: [PATCH 018/168] chore: deps(github): bump Action release for ad-m/github-push-action ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... from v1.0.0 to v1.0.0 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index e4361b29..7d32e67d 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -35,7 +35,7 @@ jobs: app_id: ${{ secrets.FMSC_BOT_GITHUB_APP_ID }} private_key: ${{ secrets.FMSC_BOT_GITHUB_APP_PRIVATE_KEY }} - name: Push changes - uses: ad-m/github-push-action@v1 + uses: ad-m/github-push-action@v1.0.0 if: steps.commit.outputs.diff with: github_token: ${{ steps.generate_token.outputs.token }} From 7c6446530140a8be157f175f301cf50df3493b0c Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 12 Dec 2025 00:41:11 +0000 Subject: [PATCH 019/168] chore: deps(github): bump Action tag for ad-m/github-push-action from... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v1.0.0 to v1 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index 7d32e67d..e4361b29 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -35,7 +35,7 @@ jobs: app_id: ${{ secrets.FMSC_BOT_GITHUB_APP_ID }} private_key: ${{ secrets.FMSC_BOT_GITHUB_APP_PRIVATE_KEY }} - name: Push changes - uses: ad-m/github-push-action@v1.0.0 + uses: ad-m/github-push-action@v1 if: steps.commit.outputs.diff with: github_token: ${{ steps.generate_token.outputs.token }} From e2acf1e9783d141f0335a93a9f1e76b5c3edac9f Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 13 Dec 2025 00:38:53 +0000 Subject: [PATCH 020/168] chore: deps(github): bump Action tag for actions/upload-artifact from... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v5.0.0 to v6.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 fe2b3e2a..e501f8b4 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -37,7 +37,7 @@ jobs: fi id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@v5.0.0 + - uses: actions/upload-artifact@v6.0.0 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist From b2ff5f0946eaead7d0a3c9d56a5afebf88fd58d6 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 13 Dec 2025 00:39:04 +0000 Subject: [PATCH 021/168] 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.7 to v4.31.8 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 211de027..d9a4d515 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.31.7 + uses: github/codeql-action/init@v4.31.8 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 3d4b2df0778afad10270ec366adb001764422998 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 13 Dec 2025 00:39:17 +0000 Subject: [PATCH 022/168] 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.7 to v4.31.8 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 d9a4d515..714b485b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.31.7 + uses: github/codeql-action/autobuild@v4.31.8 #- run: | # make bootstrap # make release From c1d59a52889536e0a4b09c94888bf04440d9310c Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 13 Dec 2025 00:39:35 +0000 Subject: [PATCH 023/168] chore: deps(github): bump Action release for github/codeql-action/ana... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... lyze from v4.31.7 to v4.31.8 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 714b485b..099ac2fc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.7 + uses: github/codeql-action/analyze@v4.31.8 From 61cd240e65572a6a74c1ae7be67ede4b4828588f Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 17 Dec 2025 00:41:10 +0000 Subject: [PATCH 024/168] 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.31.8 to v4.31.9 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 099ac2fc..fc00ead1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.31.8 + uses: github/codeql-action/init@v4.31.9 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 20774bf7e6491d44d46777700e143dcd3c32142f Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 17 Dec 2025 00:41:18 +0000 Subject: [PATCH 025/168] 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.8 to v4.31.9 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 fc00ead1..7ad197af 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.31.8 + uses: github/codeql-action/autobuild@v4.31.9 #- run: | # make bootstrap # make release From 0040dfc87832d3f67965f139c00480e6183b47dd Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 17 Dec 2025 00:41:30 +0000 Subject: [PATCH 026/168] 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.8 to v4.31.9 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 7ad197af..fb045e6e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.8 + uses: github/codeql-action/analyze@v4.31.9 From b23a96edf5178137d28e97a7650df2aea72ae6bd Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 10 Jan 2026 00:41:18 +0000 Subject: [PATCH 027/168] chore: deps(github): bump Action tag for actions/checkout from v6.0.1... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v6.0.2 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 e501f8b4..328a0465 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -18,7 +18,7 @@ jobs: check-dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Set Node.js 22.x uses: actions/setup-node@v6.1.0 with: From 1da1bdbadba9e148312db565c506894dc1fe31d4 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 10 Jan 2026 00:41:19 +0000 Subject: [PATCH 028/168] chore: deps(github): bump Action release for actions/checkout from v6... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0.1 to v6.0.1 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 328a0465..e501f8b4 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -18,7 +18,7 @@ jobs: check-dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.1 - name: Set Node.js 22.x uses: actions/setup-node@v6.1.0 with: From 995b4e7846b15082cf0b7ed5b3723ce77574e334 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 10 Jan 2026 00:41:27 +0000 Subject: [PATCH 029/168] chore: deps(github): bump Action tag for actions/checkout from v6.0.1... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v6.0.2 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 fb045e6e..938916fe 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: # Learn more about CodeQL language support at https://git.io/codeql-language-support steps: - name: Checkout repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v4.31.9 From 9e486a46ef4290acfcc145bf2a479487606f6ea4 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 10 Jan 2026 00:41:27 +0000 Subject: [PATCH 030/168] chore: deps(github): bump Action release for actions/checkout from v6... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0.1 to v6.0.1 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 938916fe..fb045e6e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: # Learn more about CodeQL language support at https://git.io/codeql-language-support steps: - name: Checkout repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v4.31.9 From 361f07b825773c9e477428c00fbcc034a629cda9 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 10 Jan 2026 00:42:11 +0000 Subject: [PATCH 031/168] chore: deps(github): bump Action tag for actions/checkout from v6.0.1... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v6.0.2 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index e4361b29..92599b71 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false fetch-depth: 0 From e3ae235b806c3158f235abf6c0e3ba704f239743 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 10 Jan 2026 00:42:24 +0000 Subject: [PATCH 032/168] chore: deps(github): bump Action tag for actions/checkout from v6.0.1... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v6.0.2 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 6c3c3d88..dda3f03e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git Checkout - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Install Updatecli uses: ./ - name: Get fslabscli version From 28b82343a58746ecaad97b029010d9dae8fc9042 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 10 Jan 2026 00:42:27 +0000 Subject: [PATCH 033/168] chore: deps(github): bump Action tag for actions/checkout from v6.0.1... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v6.0.2 Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index d6120fd3..5d1a3c68 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: 'Checkout' - uses: 'actions/checkout@v6.0.1' + uses: 'actions/checkout@v6.0.2' - name: 'Setup updatecli' uses: 'updatecli/updatecli-action@v2' - name: 'Run updatecli in dryrun' From 8d559d580188cc0326c614cf427b31433f063be6 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sun, 11 Jan 2026 00:44:25 +0000 Subject: [PATCH 034/168] chore: deps(github): bump Action tag for actions/checkout from v6.0.1... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v6.0.2 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 e501f8b4..328a0465 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -18,7 +18,7 @@ jobs: check-dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Set Node.js 22.x uses: actions/setup-node@v6.1.0 with: From a6896150eed3cf24b6b790c5f0e1b5ee032216c0 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sun, 11 Jan 2026 00:44:25 +0000 Subject: [PATCH 035/168] chore: deps(github): bump Action release for actions/checkout from v6... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0.1 to v6.0.1 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 328a0465..e501f8b4 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -18,7 +18,7 @@ jobs: check-dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.1 - name: Set Node.js 22.x uses: actions/setup-node@v6.1.0 with: From 5ec82159754aff3f43fdfd375b56a13be909dd91 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sun, 11 Jan 2026 00:44:30 +0000 Subject: [PATCH 036/168] chore: deps(github): bump Action tag for actions/checkout from v6.0.1... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v6.0.2 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 fb045e6e..938916fe 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: # Learn more about CodeQL language support at https://git.io/codeql-language-support steps: - name: Checkout repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v4.31.9 From 566c44fa46f3737c4c37cfbce667e64509dec0bc Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Mon, 12 Jan 2026 00:43:27 +0000 Subject: [PATCH 037/168] chore: deps(github): bump Action tag for actions/checkout from v6.0.1... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v6.0.2 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 e501f8b4..328a0465 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -18,7 +18,7 @@ jobs: check-dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 - name: Set Node.js 22.x uses: actions/setup-node@v6.1.0 with: From e76b2c79b547a03af2baee030d17db5e2234aa88 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 13 Jan 2026 00:37:28 +0000 Subject: [PATCH 038/168] 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.31.9 to v4.31.10 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 938916fe..0d2f7bee 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.31.9 + uses: github/codeql-action/init@v4.31.10 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 2b7c2856aa7434743c6dec48f721ca089b41e5b5 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 13 Jan 2026 00:37:40 +0000 Subject: [PATCH 039/168] 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.31.9 to v4.31.10 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 0d2f7bee..864d22b7 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.31.9 + uses: github/codeql-action/autobuild@v4.31.10 #- run: | # make bootstrap # make release From 261ecbc470a3272fbe281a696cf25e2e9c9ca52c Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 13 Jan 2026 00:37:53 +0000 Subject: [PATCH 040/168] chore: deps(github): bump Action release for github/codeql-action/ana... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... lyze from v4.31.9 to v4.31.10 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 864d22b7..97841548 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.9 + uses: github/codeql-action/analyze@v4.31.10 From 85f75c98794c89c5a9c8e16a368ec4d756bdb98d Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 16 Jan 2026 00:41:43 +0000 Subject: [PATCH 041/168] 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 328a0465..004a166a 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - name: Set Node.js 22.x - uses: actions/setup-node@v6.1.0 + uses: actions/setup-node@v6.2.0 with: node-version: 22 cache: npm From 3b1735810cc40edea4a40b2d53557b92daddf47d Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 16 Jan 2026 00:42:24 +0000 Subject: [PATCH 042/168] 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/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index 92599b71..092cc486 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -17,7 +17,7 @@ jobs: persist-credentials: false fetch-depth: 0 - name: Set Node.js 16.x - uses: actions/setup-node@v6.1.0 + uses: actions/setup-node@v6.2.0 with: node-version: 16.x cache: npm From 0bbba557a924ab6d9393026830d922d8087b2a9a Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 20 Jan 2026 00:41:53 +0000 Subject: [PATCH 043/168] 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.1.1 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 02c08feb..d6d4f6be 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-20.04 steps: - - uses: release-drafter/release-drafter@v6.1.0 + - uses: release-drafter/release-drafter@v6.1.1 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From 52fc8a54fe16285b5e8660b588cf5f2d04125892 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 23 Jan 2026 00:42:44 +0000 Subject: [PATCH 044/168] 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.1 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 d6d4f6be..ca909ad1 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-20.04 steps: - - uses: release-drafter/release-drafter@v6.1.1 + - uses: release-drafter/release-drafter@v6.2.0 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From 48af27b6d05aaf9dafa0becc889d30a62cd7d212 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 24 Jan 2026 00:41:30 +0000 Subject: [PATCH 045/168] 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.31.11 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 97841548..9d46deda 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,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.31.11 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 16e09cc261b7083f790dcd5400bef7bccccb9241 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 24 Jan 2026 00:41:49 +0000 Subject: [PATCH 046/168] 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.31.11 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 9d46deda..4897c222 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.31.10 + uses: github/codeql-action/autobuild@v4.31.11 #- run: | # make bootstrap # make release From ba1447186cc9dc427229e7517773cfb7a0532b4d Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 24 Jan 2026 00:42:00 +0000 Subject: [PATCH 047/168] chore: deps(github): bump Action release for github/codeql-action/ana... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... lyze from v4.31.10 to v4.31.11 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 4897c222..0d933a8e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.31.11 From 47c01db4adfc7b04496a0b73f53b5001f1ddfd87 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 27 Jan 2026 00:45:06 +0000 Subject: [PATCH 048/168] 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.31.11 to v4.32.0 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 0d933a8e..7fa45d29 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.31.11 + uses: github/codeql-action/init@v4.32.0 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From fd403a13ea22e58b4ee09125fa5521178dd66a53 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 27 Jan 2026 00:45:20 +0000 Subject: [PATCH 049/168] 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.31.11 to v4.32.0 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 7fa45d29..9e812804 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.31.11 + uses: github/codeql-action/autobuild@v4.32.0 #- run: | # make bootstrap # make release From e28fd14d28ec5a7212ae15ad2ddacb01cb76ba5e Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 27 Jan 2026 00:45:33 +0000 Subject: [PATCH 050/168] 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.11 to v4.32.0 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 9e812804..6da64d26 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.11 + uses: github/codeql-action/analyze@v4.32.0 From 7f9480612a13ce676d889f6ee592ab8fab1d86c8 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 3 Feb 2026 00:50:12 +0000 Subject: [PATCH 051/168] 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.0 to v4.32.1 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 6da64d26..b560fcff 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.32.0 + uses: github/codeql-action/init@v4.32.1 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From fc79226497d76c2361233c3d4869a8ef3d2e7722 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 3 Feb 2026 00:50:19 +0000 Subject: [PATCH 052/168] 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.32.0 to v4.32.1 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 b560fcff..1c407e21 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.32.0 + uses: github/codeql-action/autobuild@v4.32.1 #- run: | # make bootstrap # make release From e9d32e90c8b222c3dd2ea24ffbd0beb06d2a9468 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 3 Feb 2026 00:50:35 +0000 Subject: [PATCH 053/168] chore: deps(github): bump Action release for github/codeql-action/ana... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... lyze from v4.32.0 to v4.32.1 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 1c407e21..0186e8a9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.0 + uses: github/codeql-action/analyze@v4.32.1 From 6ab0565df56dc8ca849732edc004c1f626497a59 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 6 Feb 2026 00:46:50 +0000 Subject: [PATCH 054/168] 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.32.1 to v4.32.2 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 0186e8a9..483bed28 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.32.1 + uses: github/codeql-action/init@v4.32.2 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 1770775d464833814edb4c0ae526e9b27c8aa5aa Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 6 Feb 2026 00:47:02 +0000 Subject: [PATCH 055/168] 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.1 to v4.32.2 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 483bed28..645150b5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.32.1 + uses: github/codeql-action/autobuild@v4.32.2 #- run: | # make bootstrap # make release From 110a5abfb621d0ae935e313943cd716520dac4c0 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 6 Feb 2026 00:47:09 +0000 Subject: [PATCH 056/168] 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.1 to v4.32.2 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 645150b5..6bbf0a3f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.1 + uses: github/codeql-action/analyze@v4.32.2 From bd074e80ac464f998f6ffbdf442b55428e4a5e69 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 14 Feb 2026 00:49:17 +0000 Subject: [PATCH 057/168] 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.2 to v4.32.3 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 6bbf0a3f..32b1b687 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.32.2 + uses: github/codeql-action/init@v4.32.3 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From e9e90a474da9d7cd6da522676e806aaed2403495 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 14 Feb 2026 00:49:31 +0000 Subject: [PATCH 058/168] 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.2 to v4.32.3 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 32b1b687..29568ea8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.32.2 + uses: github/codeql-action/autobuild@v4.32.3 #- run: | # make bootstrap # make release From 1dee97d45a0c3d8d1865a289e6e1ea38bd336499 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 14 Feb 2026 00:49:38 +0000 Subject: [PATCH 059/168] 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.2 to v4.32.3 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 29568ea8..5182762e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.2 + uses: github/codeql-action/analyze@v4.32.3 From c56cc9b33f2601a902ef8eba2867f554c4f85248 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 21 Feb 2026 00:50:29 +0000 Subject: [PATCH 060/168] 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.32.3 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 5182762e..7403456c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.32.3 + uses: github/codeql-action/init@v4.32.4 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 7b40aba95f94c05d61f36b1ac63771d9349c1678 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 21 Feb 2026 00:50:46 +0000 Subject: [PATCH 061/168] 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.3 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 7403456c..82ebe49f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.32.3 + uses: github/codeql-action/autobuild@v4.32.4 #- run: | # make bootstrap # make release From 6c1199ff038902b084a763e82931f6e85d208790 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 21 Feb 2026 00:50:54 +0000 Subject: [PATCH 062/168] 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.3 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 82ebe49f..047a19ee 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.3 + uses: github/codeql-action/analyze@v4.32.4 From d46f84a077d686f19a542e8897473a046da6ce4b Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 27 Feb 2026 00:51:47 +0000 Subject: [PATCH 063/168] 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 004a166a..ab2c0cee 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -37,7 +37,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 e36e569024121052f49356e967ec99cc9d8fde78 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 3 Mar 2026 00:53:17 +0000 Subject: [PATCH 064/168] 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 047a19ee..74ef7b49 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,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 }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From a19207bc8349bd798c8f216b068503516b85755f Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 3 Mar 2026 00:53:29 +0000 Subject: [PATCH 065/168] 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 74ef7b49..8583440c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.32.4 + uses: github/codeql-action/autobuild@v4.32.5 #- run: | # make bootstrap # make release From 630fbd888a03dd6705b822df67b4a5c4da7868a4 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 3 Mar 2026 00:53:44 +0000 Subject: [PATCH 066/168] 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 8583440c..27fed62a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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 4de9838010f7557a9556c68ba0edc763a23492a2 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Thu, 5 Mar 2026 00:50:33 +0000 Subject: [PATCH 067/168] 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 ab2c0cee..7bb72b22 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - name: Set Node.js 22.x - uses: actions/setup-node@v6.2.0 + uses: actions/setup-node@v6.3.0 with: node-version: 22 cache: npm From 222043092e8b1408a3b8482d7ba97b99731e75af Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Thu, 5 Mar 2026 00:51:20 +0000 Subject: [PATCH 068/168] 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/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index 092cc486..d49af3a5 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -17,7 +17,7 @@ jobs: persist-credentials: false fetch-depth: 0 - name: Set Node.js 16.x - uses: actions/setup-node@v6.2.0 + uses: actions/setup-node@v6.3.0 with: node-version: 16.x cache: npm From 798583345af786d60f83b1a057838e1790569bdd Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 6 Mar 2026 00:53:56 +0000 Subject: [PATCH 069/168] 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.5 to v4.32.6 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 27fed62a..97968c37 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.32.5 + uses: github/codeql-action/init@v4.32.6 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From d7e8aaa36a0f1c9fae81326c497183b6ff877712 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 6 Mar 2026 00:54:04 +0000 Subject: [PATCH 070/168] 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.32.5 to v4.32.6 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 97968c37..5b945c27 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.32.5 + uses: github/codeql-action/autobuild@v4.32.6 #- run: | # make bootstrap # make release From 8299ae99fb1be88804ff7922d7a014bb38903cd1 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 6 Mar 2026 00:54:21 +0000 Subject: [PATCH 071/168] chore: deps(github): bump Action release for github/codeql-action/ana... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... lyze from v4.32.5 to v4.32.6 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 5b945c27..ea3cd9af 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.5 + uses: github/codeql-action/analyze@v4.32.6 From 7ec1d011f7b4566be3e8f5fda528a6f9f3ecb193 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 7 Mar 2026 00:50:06 +0000 Subject: [PATCH 072/168] chore: deps(github): bump Action release for release-drafter/release-... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... drafter from v6.2.0 to v6.3.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 ca909ad1..fc0fa13b 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-20.04 steps: - - uses: release-drafter/release-drafter@v6.2.0 + - uses: release-drafter/release-drafter@v6.3.0 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From 11d75838ab36e68d9bf057ece0cc327dfa93c826 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sun, 8 Mar 2026 00:52:45 +0000 Subject: [PATCH 073/168] chore: deps(github): bump Action release for release-drafter/release-... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... drafter from v6.3.0 to v6.4.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 fc0fa13b..448edacf 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-20.04 steps: - - uses: release-drafter/release-drafter@v6.3.0 + - uses: release-drafter/release-drafter@v6.4.0 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From 038488ad2da66464208f7b22d1a9c3dd74075bac Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 14 Mar 2026 00:50:27 +0000 Subject: [PATCH 074/168] chore: deps(github): bump Action release for release-drafter/release-... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... drafter from v6.4.0 to v7.0.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 448edacf..53f5480a 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-20.04 steps: - - uses: release-drafter/release-drafter@v6.4.0 + - uses: release-drafter/release-drafter@v7.0.0 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From 69d6ca6c2fe48bd45e8816b8d6cec875358ed024 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 14 Mar 2026 00:50:38 +0000 Subject: [PATCH 075/168] chore: deps(github): bump Action tag for actions/create-github-app-to... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ken from v2.2.1 to v3.0.0 Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 5d1a3c68..dc0a280c 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -25,7 +25,7 @@ jobs: env: GITHUB_ACTOR: ${{ github.actor }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/create-github-app-token@v2.2.1 + - uses: actions/create-github-app-token@v3.0.0 id: generate_token if: github.ref == 'refs/heads/v1' with: From 1654191fcf9977da1e5ec0774edc0666fbbd64d7 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 17 Mar 2026 00:49:26 +0000 Subject: [PATCH 076/168] 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.32.6 to v4.33.0 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 ea3cd9af..f61db998 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.32.6 + uses: github/codeql-action/init@v4.33.0 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 8afe7a97291f1d8399e2420e47d7218434060793 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 17 Mar 2026 00:49:36 +0000 Subject: [PATCH 077/168] 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.6 to v4.33.0 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 f61db998..e2ad885b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.32.6 + uses: github/codeql-action/autobuild@v4.33.0 #- run: | # make bootstrap # make release From b6b28692ff9234b9fa0cd74857fc90a1b3fe66d8 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 17 Mar 2026 00:49:49 +0000 Subject: [PATCH 078/168] 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.6 to v4.33.0 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 e2ad885b..dad660ac 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.6 + uses: github/codeql-action/analyze@v4.33.0 From 605d1d1387d243eff8d1f0e31dd4d2ef2cf0cde2 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 18 Mar 2026 00:53:34 +0000 Subject: [PATCH 079/168] 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 v7.0.0 to v7.1.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 53f5480a..c3b503c1 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-20.04 steps: - - uses: release-drafter/release-drafter@v7.0.0 + - uses: release-drafter/release-drafter@v7.1.0 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From a5c9cbbca47bd32f52847feae8cc09ffdf14eb11 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Thu, 19 Mar 2026 00:53:37 +0000 Subject: [PATCH 080/168] 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 v7.1.0 to v7.1.1 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 c3b503c1..0a81bd48 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-20.04 steps: - - uses: release-drafter/release-drafter@v7.1.0 + - uses: release-drafter/release-drafter@v7.1.1 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From cb8767b7cdda2831e0783a021e62b0bfee1ce812 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 21 Mar 2026 00:49:13 +0000 Subject: [PATCH 081/168] 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.33.0 to v4.34.1 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 dad660ac..e99a3d2b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.33.0 + uses: github/codeql-action/init@v4.34.1 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From c7713b7dd73a26ff4d37c40f6fc6137e437ce58d Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 21 Mar 2026 00:49:25 +0000 Subject: [PATCH 082/168] 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.33.0 to v4.34.1 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 e99a3d2b..36890709 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.33.0 + uses: github/codeql-action/autobuild@v4.34.1 #- run: | # make bootstrap # make release From 9035a07249834ce96bbc8e0bbea7f9fe228ff6c9 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 21 Mar 2026 00:49:43 +0000 Subject: [PATCH 083/168] chore: deps(github): bump Action release for github/codeql-action/ana... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... lyze from v4.33.0 to v4.34.1 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 36890709..c2060276 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.33.0 + uses: github/codeql-action/analyze@v4.34.1 From f9dc260660ac191bbb1f0d81bb4ac04e6808f1ba Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 28 Mar 2026 00:53:30 +0000 Subject: [PATCH 084/168] 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.34.1 to v4.35.1 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 c2060276..e243d2eb 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.34.1 + uses: github/codeql-action/init@v4.35.1 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From c0d13b2b52100d29a285a2f760aa59c2fa4d7910 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 28 Mar 2026 00:53:45 +0000 Subject: [PATCH 085/168] 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.34.1 to v4.35.1 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 e243d2eb..06622264 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.34.1 + uses: github/codeql-action/autobuild@v4.35.1 #- run: | # make bootstrap # make release From 1993eea52a8f6058499f8f93b060dc6dc8c9e775 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 28 Mar 2026 00:53:53 +0000 Subject: [PATCH 086/168] 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.34.1 to v4.35.1 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 06622264..eb060c4b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.34.1 + uses: github/codeql-action/analyze@v4.35.1 From d8daa493ff41be4afa091ddb701a5c573b2c1be8 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 10 Apr 2026 00:59:24 +0000 Subject: [PATCH 087/168] chore: deps(github): bump Action release for release-drafter/release-... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... drafter from v7.1.1 to v7.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 0a81bd48..08a27184 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-20.04 steps: - - uses: release-drafter/release-drafter@v7.1.1 + - uses: release-drafter/release-drafter@v7.2.0 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From 6458d3ab82a8097c8beba9a8616400fc95baf257 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 11 Apr 2026 00:57:46 +0000 Subject: [PATCH 088/168] chore: deps(github): bump Action tag for actions/upload-artifact from... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v7.0.0 to v7.0.1 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 7bb72b22..e6bb3670 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -37,7 +37,7 @@ jobs: fi id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@v7.0.0 + - uses: actions/upload-artifact@v7.0.1 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist From e7ed7bd855ecf79b47582a81acfeca1f5533fb15 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 11 Apr 2026 00:58:44 +0000 Subject: [PATCH 089/168] chore: deps(github): bump Action tag for ad-m/github-push-action from... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v1 to v1.1.0 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index d49af3a5..d4b0985e 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -35,7 +35,7 @@ jobs: app_id: ${{ secrets.FMSC_BOT_GITHUB_APP_ID }} private_key: ${{ secrets.FMSC_BOT_GITHUB_APP_PRIVATE_KEY }} - name: Push changes - uses: ad-m/github-push-action@v1 + uses: ad-m/github-push-action@v1.1.0 if: steps.commit.outputs.diff with: github_token: ${{ steps.generate_token.outputs.token }} From ce5c2df3db7d23b28269fdea33a15f8b10dc5694 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 11 Apr 2026 00:58:57 +0000 Subject: [PATCH 090/168] chore: deps(github): bump Action tag for actions/create-github-app-to... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ken from v3.0.0 to v3.1.0 Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index dc0a280c..fe9596e1 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -25,7 +25,7 @@ jobs: env: GITHUB_ACTOR: ${{ github.actor }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/create-github-app-token@v3.0.0 + - uses: actions/create-github-app-token@v3.1.0 id: generate_token if: github.ref == 'refs/heads/v1' with: From 311d12ce7698e8ffe509795484edc5343b39c4c9 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sun, 12 Apr 2026 01:03:25 +0000 Subject: [PATCH 091/168] chore: deps(github): bump Action release for actions/create-github-ap... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... p-token from v3.1.0 to v3.1.1 Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index fe9596e1..58e7bafd 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -25,7 +25,7 @@ jobs: env: GITHUB_ACTOR: ${{ github.actor }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/create-github-app-token@v3.1.0 + - uses: actions/create-github-app-token@v3.1.1 id: generate_token if: github.ref == 'refs/heads/v1' with: From 283c7fbf7208ed961e57f711d2b140c65afd628b Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Thu, 16 Apr 2026 01:06:09 +0000 Subject: [PATCH 092/168] 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.35.1 to v4.35.2 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 eb060c4b..f210c6e5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.35.1 + uses: github/codeql-action/init@v4.35.2 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 18cb6135622913c6a36a58bec938a55772d7771c Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Thu, 16 Apr 2026 01:06:24 +0000 Subject: [PATCH 093/168] 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.35.1 to v4.35.2 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 f210c6e5..c8b76a83 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.35.1 + uses: github/codeql-action/autobuild@v4.35.2 #- run: | # make bootstrap # make release From 58afaaea52f3906ac9d423d16ba1cfd977ddbc47 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Thu, 16 Apr 2026 01:06:36 +0000 Subject: [PATCH 094/168] 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.35.1 to v4.35.2 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 c8b76a83..03e8d57a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.35.1 + uses: github/codeql-action/analyze@v4.35.2 From ff2d57f62d45b971f0554e60a8053fbc47ec2595 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 21 Apr 2026 01:02:11 +0000 Subject: [PATCH 095/168] chore: deps(github): bump Action tag for actions/setup-node from v6.3... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0 to v6.4.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 e6bb3670..38e9d656 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - name: Set Node.js 22.x - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: node-version: 22 cache: npm From 6a5e4f905a75d275af92a608c3401e4a609f70b1 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 21 Apr 2026 01:02:57 +0000 Subject: [PATCH 096/168] chore: deps(github): bump Action tag for actions/setup-node from v6.3... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0 to v6.4.0 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index d4b0985e..51b9e3d6 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -17,7 +17,7 @@ jobs: persist-credentials: false fetch-depth: 0 - name: Set Node.js 16.x - uses: actions/setup-node@v6.3.0 + uses: actions/setup-node@v6.4.0 with: node-version: 16.x cache: npm From e7de0d11c8cfc598e468e936ea367a6910e0900e Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Thu, 30 Apr 2026 01:09:53 +0000 Subject: [PATCH 097/168] 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 v7.2.0 to v7.2.1 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 08a27184..b02f46ec 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-20.04 steps: - - uses: release-drafter/release-drafter@v7.2.0 + - uses: release-drafter/release-drafter@v7.2.1 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From 4d5b8c5c347e3063baf982c749257b8952097de0 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 2 May 2026 01:06:29 +0000 Subject: [PATCH 098/168] 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.35.2 to v4.35.3 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 03e8d57a..689752b3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.35.2 + uses: github/codeql-action/init@v4.35.3 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 4c4b7cac2f4b8af3b5edc01a0c6074c960491cc8 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 2 May 2026 01:06:45 +0000 Subject: [PATCH 099/168] 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.35.2 to v4.35.3 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 689752b3..2106d71a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.35.2 + uses: github/codeql-action/autobuild@v4.35.3 #- run: | # make bootstrap # make release From 455b7bebc3b55e722a3fc3c016012ef75ac0d350 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 2 May 2026 01:07:00 +0000 Subject: [PATCH 100/168] 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.35.2 to v4.35.3 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 2106d71a..ed84c63f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.35.2 + uses: github/codeql-action/analyze@v4.35.3 From 7f7cdf9ba9bebfa0b07e408d8310909cf20a1aea Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 8 May 2026 01:09:43 +0000 Subject: [PATCH 101/168] 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.35.3 to v4.35.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 ed84c63f..14e34e4b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.35.3 + uses: github/codeql-action/init@v4.35.4 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From faf28253c19499b627741ba0a5d5edfe7d391f9c Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 8 May 2026 01:09:59 +0000 Subject: [PATCH 102/168] 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.35.3 to v4.35.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 14e34e4b..b7e34792 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.35.3 + uses: github/codeql-action/autobuild@v4.35.4 #- run: | # make bootstrap # make release From ee27ced7c8d07dfcccaa5b2d5af1bacc8080ff99 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 8 May 2026 01:10:20 +0000 Subject: [PATCH 103/168] 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.35.3 to v4.35.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 b7e34792..c0013309 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.35.3 + uses: github/codeql-action/analyze@v4.35.4 From 4ceeabaf82fa596e0ff6fac2db506e235f8ec3a7 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 9 May 2026 01:10:09 +0000 Subject: [PATCH 104/168] 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 v7.2.1 to v7.3.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 b02f46ec..bd70e009 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-20.04 steps: - - uses: release-drafter/release-drafter@v7.2.1 + - uses: release-drafter/release-drafter@v7.3.0 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From 29ec3731d15f901c2164c1655e0942b12222c6c6 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 13 May 2026 01:14:29 +0000 Subject: [PATCH 105/168] chore: deps(github): bump Action release for actions/create-github-ap... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... p-token from v3.1.1 to v3.2.0 Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 58e7bafd..308d95ca 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -25,7 +25,7 @@ jobs: env: GITHUB_ACTOR: ${{ github.actor }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/create-github-app-token@v3.1.1 + - uses: actions/create-github-app-token@v3.2.0 id: generate_token if: github.ref == 'refs/heads/v1' with: From 08b7e387a81001e4f34b69907bcc616b4e6b1c86 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 16 May 2026 01:07:53 +0000 Subject: [PATCH 106/168] 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.35.4 to v4.35.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 c0013309..92d420ac 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.35.4 + uses: github/codeql-action/init@v4.35.5 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 966c2784d3a645575313aec163d1d47b652d37e7 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 16 May 2026 01:08:10 +0000 Subject: [PATCH 107/168] 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.35.4 to v4.35.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 92d420ac..41ad8c62 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.35.4 + uses: github/codeql-action/autobuild@v4.35.5 #- run: | # make bootstrap # make release From ff35127907dc6673c834e8335ff939b465aa3ace Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 16 May 2026 01:08:24 +0000 Subject: [PATCH 108/168] chore: deps(github): bump Action release for github/codeql-action/ana... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... lyze from v4.35.4 to v4.35.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 41ad8c62..0872e75f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.35.4 + uses: github/codeql-action/analyze@v4.35.5 From cd71897717dd10bb1b22802afb84a97c489c41a5 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 23 May 2026 01:13:34 +0000 Subject: [PATCH 109/168] 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.35.5 to v4.36.0 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 0872e75f..6e8d7fdb 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.35.5 + uses: github/codeql-action/init@v4.36.0 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From c40ec716e0785674cb454b0f1b0da8856954aa47 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 23 May 2026 01:13:45 +0000 Subject: [PATCH 110/168] 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.35.5 to v4.36.0 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 6e8d7fdb..57b9513a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.35.5 + uses: github/codeql-action/autobuild@v4.36.0 #- run: | # make bootstrap # make release From fc4a8ee132b807e010ed3a4b8b0cd30583a0b86b Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sat, 23 May 2026 01:14:06 +0000 Subject: [PATCH 111/168] 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.35.5 to v4.36.0 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 57b9513a..b5cc81f8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.35.5 + uses: github/codeql-action/analyze@v4.36.0 From aba7c66ce32ffd28f907b585a964375e74a4cc10 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Sun, 24 May 2026 01:18:21 +0000 Subject: [PATCH 112/168] chore: deps(github): bump Action release for ad-m/github-push-action ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... from v1.1.0 to v1.2.0 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index 51b9e3d6..95a014b8 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -35,7 +35,7 @@ jobs: app_id: ${{ secrets.FMSC_BOT_GITHUB_APP_ID }} private_key: ${{ secrets.FMSC_BOT_GITHUB_APP_PRIVATE_KEY }} - name: Push changes - uses: ad-m/github-push-action@v1.1.0 + uses: ad-m/github-push-action@v1.2.0 if: steps.commit.outputs.diff with: github_token: ${{ steps.generate_token.outputs.token }} From f71ce9bf5a099f840aeced408711f1b6ec28b9bd Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Mon, 25 May 2026 01:19:08 +0000 Subject: [PATCH 113/168] chore: deps(github): bump Action release for ad-m/github-push-action ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... from v1.2.0 to v1.3.0 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index 95a014b8..f8bb601d 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -35,7 +35,7 @@ jobs: app_id: ${{ secrets.FMSC_BOT_GITHUB_APP_ID }} private_key: ${{ secrets.FMSC_BOT_GITHUB_APP_PRIVATE_KEY }} - name: Push changes - uses: ad-m/github-push-action@v1.2.0 + uses: ad-m/github-push-action@v1.3.0 if: steps.commit.outputs.diff with: github_token: ${{ steps.generate_token.outputs.token }} From d2d8f1fa38445bd2c77a07db534a70a22a09d2e9 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 26 May 2026 01:15:12 +0000 Subject: [PATCH 114/168] 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 v7.3.0 to v7.3.1 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 bd70e009..7277db73 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-20.04 steps: - - uses: release-drafter/release-drafter@v7.3.0 + - uses: release-drafter/release-drafter@v7.3.1 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From 1d05ef30ad4b183b026031fa29677bba814b45da Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 3 Jun 2026 01:28:52 +0000 Subject: [PATCH 115/168] chore: deps(github): bump Action tag for actions/checkout from v6.0.2... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v6.0.3 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 38e9d656..d3098772 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -18,7 +18,7 @@ jobs: check-dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.2 + - uses: actions/checkout@v6.0.3 - name: Set Node.js 22.x uses: actions/setup-node@v6.4.0 with: From 6b6c7e932c2d405136815877b34a4dc22cb4ddba Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 3 Jun 2026 01:28:58 +0000 Subject: [PATCH 116/168] chore: deps(github): bump Action release for actions/checkout from v6... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0.2 to v6.0.3 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 b5cc81f8..6ce904ba 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: # Learn more about CodeQL language support at https://git.io/codeql-language-support steps: - name: Checkout repository - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v4.36.0 From f18f35fec2524dbbc1fb78e13e2a4b54d7cbf405 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 3 Jun 2026 01:29:10 +0000 Subject: [PATCH 117/168] 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.36.0 to v4.36.1 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 6ce904ba..5aaa9bf5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.36.0 + uses: github/codeql-action/init@v4.36.1 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 1856da316931e9585a4e4d44beeddfbfcd80c8e9 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 3 Jun 2026 01:29:23 +0000 Subject: [PATCH 118/168] 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.36.0 to v4.36.1 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 5aaa9bf5..7b8129b1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.36.0 + uses: github/codeql-action/autobuild@v4.36.1 #- run: | # make bootstrap # make release From c978557a1b338761b8e5981ee4aa65a9cca0275b Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 3 Jun 2026 01:29:36 +0000 Subject: [PATCH 119/168] 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.36.0 to v4.36.1 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 7b8129b1..a53327dc 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.36.0 + uses: github/codeql-action/analyze@v4.36.1 From 791cef6641919084cb42c818a9e23f98167ab32e Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 3 Jun 2026 01:29:37 +0000 Subject: [PATCH 120/168] chore: deps(github): bump Action tag for actions/checkout from v6.0.2... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v6.0.3 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index f8bb601d..a1cb933b 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 with: persist-credentials: false fetch-depth: 0 From df2b003f53ebcca5a092ebdcfc82910f9f7454fa Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 3 Jun 2026 01:29:47 +0000 Subject: [PATCH 121/168] chore: deps(github): bump Action release for actions/checkout from v6... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0.2 to v6.0.3 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 dda3f03e..46690058 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git Checkout - uses: actions/checkout@v6.0.2 + uses: actions/checkout@v6.0.3 - name: Install Updatecli uses: ./ - name: Get fslabscli version From 5437b15dc22a03c7104be3915a978639f75f9592 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 3 Jun 2026 01:29:48 +0000 Subject: [PATCH 122/168] chore: deps(github): bump Action tag for actions/checkout from v6.0.2... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v6.0.3 Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 308d95ca..653b1951 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: 'Checkout' - uses: 'actions/checkout@v6.0.2' + uses: 'actions/checkout@v6.0.3' - name: 'Setup updatecli' uses: 'updatecli/updatecli-action@v2' - name: 'Run updatecli in dryrun' From 61f09db9728949206877899d55993f0ea3cf79f4 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 5 Jun 2026 01:20:57 +0000 Subject: [PATCH 123/168] 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.36.1 to v4.36.2 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 a53327dc..f421030c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v6.0.3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.36.1 + uses: github/codeql-action/init@v4.36.2 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 6a49692f3b1fb6c3147c910de0f0fcb2c30d6482 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 5 Jun 2026 01:21:16 +0000 Subject: [PATCH 124/168] 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.36.1 to v4.36.2 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 f421030c..ef8a0787 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.36.1 + uses: github/codeql-action/autobuild@v4.36.2 #- run: | # make bootstrap # make release From 0d8671801fd738ac19cb79fc08c09d337850039c Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 5 Jun 2026 01:21:29 +0000 Subject: [PATCH 125/168] chore: deps(github): bump Action release for github/codeql-action/ana... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... lyze from v4.36.1 to v4.36.2 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 ef8a0787..34099dcb 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.36.1 + uses: github/codeql-action/analyze@v4.36.2 From 0d22e2f075e16e72c7250e08294eff93efe5815e Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 17 Jun 2026 01:27:12 +0000 Subject: [PATCH 126/168] chore: deps(github): bump Action release for release-drafter/release-... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... drafter from v7.3.1 to v7.4.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 7277db73..819e5dae 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-20.04 steps: - - uses: release-drafter/release-drafter@v7.3.1 + - uses: release-drafter/release-drafter@v7.4.0 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From fcb0a828c497571e24930e302e92a09b522f9cca Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 19 Jun 2026 01:31:07 +0000 Subject: [PATCH 127/168] chore: deps(github): bump Action release for actions/checkout from v6... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0.3 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 d3098772..07ac8876 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -18,7 +18,7 @@ jobs: check-dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6.0.3 + - uses: actions/checkout@v7.0.0 - name: Set Node.js 22.x uses: actions/setup-node@v6.4.0 with: From 39c6ec954e02ba8609aa3df2a79745b31966eb66 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 19 Jun 2026 01:31:16 +0000 Subject: [PATCH 128/168] chore: deps(github): bump Action tag for actions/checkout from v6.0.3... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v7.0.0 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 34099dcb..c0f531d0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: # Learn more about CodeQL language support at https://git.io/codeql-language-support steps: - name: Checkout repository - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v4.36.2 From dc6563cb1aeb1a8b7a7fa03a9a458b80128c3650 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 19 Jun 2026 01:32:08 +0000 Subject: [PATCH 129/168] chore: deps(github): bump Action tag for actions/checkout from v6.0.3... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v7.0.0 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index a1cb933b..5011e360 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 with: persist-credentials: false fetch-depth: 0 From 701a5ca970ad69ce075ff19fc827df94f088c932 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 19 Jun 2026 01:32:22 +0000 Subject: [PATCH 130/168] chore: deps(github): bump Action release for actions/checkout from v6... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0.3 to v7.0.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 46690058..5f43aa78 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git Checkout - uses: actions/checkout@v6.0.3 + uses: actions/checkout@v7.0.0 - name: Install Updatecli uses: ./ - name: Get fslabscli version From d1a572be45cac2a7d00fe42911e17a6a4e943c45 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 19 Jun 2026 01:32:24 +0000 Subject: [PATCH 131/168] chore: deps(github): bump Action tag for actions/checkout from v6.0.3... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v7.0.0 Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 653b1951..33dabe75 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: 'Checkout' - uses: 'actions/checkout@v6.0.3' + uses: 'actions/checkout@v7.0.0' - name: 'Setup updatecli' uses: 'updatecli/updatecli-action@v2' - name: 'Run updatecli in dryrun' From 027e391c93f895ec0833753a46a65579147c8940 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 26 Jun 2026 01:21:43 +0000 Subject: [PATCH 132/168] chore: deps(github): bump Action release for release-drafter/release-... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... drafter from v7.4.0 to v7.5.1 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 819e5dae..6986eb33 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-20.04 steps: - - uses: release-drafter/release-drafter@v7.4.0 + - uses: release-drafter/release-drafter@v7.5.1 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From d9662c4a5cf819e4bda7eaa004c4e5f4e6bfc890 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 3 Jul 2026 01:03:47 +0000 Subject: [PATCH 133/168] 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.36.2 to v4.36.3 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 c0f531d0..5f43e60e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v7.0.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.36.2 + uses: github/codeql-action/init@v4.36.3 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 146131b38d3dc2150dd9e4533db06424d5030f13 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 3 Jul 2026 01:04:02 +0000 Subject: [PATCH 134/168] 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.36.2 to v4.36.3 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 5f43e60e..7495b614 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.36.2 + uses: github/codeql-action/autobuild@v4.36.3 #- run: | # make bootstrap # make release From 1a23c831a1605ebd00980748cfa68412a9271cfb Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 3 Jul 2026 01:04:12 +0000 Subject: [PATCH 135/168] 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.36.2 to v4.36.3 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 7495b614..6ab1966c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.36.2 + uses: github/codeql-action/analyze@v4.36.3 From 42467376cf6b794f428ddb25bc3495f0d1369d41 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Thu, 9 Jul 2026 01:02:40 +0000 Subject: [PATCH 136/168] 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.36.3 to v4.37.0 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 6ab1966c..9d938b1a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v7.0.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.36.3 + uses: github/codeql-action/init@v4.37.0 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 38babdace200c789df74ece5d4b0ba875869f6f2 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Thu, 9 Jul 2026 01:02:54 +0000 Subject: [PATCH 137/168] 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.36.3 to v4.37.0 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 9d938b1a..01e26a37 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.36.3 + uses: github/codeql-action/autobuild@v4.37.0 #- run: | # make bootstrap # make release From ae4fc40fbb1869dddb5b3e8c8c7e0f2109c27640 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Thu, 9 Jul 2026 01:03:03 +0000 Subject: [PATCH 138/168] 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.36.3 to v4.37.0 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 01e26a37..f3674779 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.36.3 + uses: github/codeql-action/analyze@v4.37.0 From d726a5de6fa686f0427f318e11c47cf3d3c881b9 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 15 Jul 2026 00:51:01 +0000 Subject: [PATCH 139/168] chore: deps(github): bump Action tag for actions/setup-node from v6.4... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .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 07ac8876..a1477480 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v7.0.0 - name: Set Node.js 22.x - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v7.0.0 with: node-version: 22 cache: npm From 860683148bfbf72ed9d3fad6c40e4b726d41bd81 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 15 Jul 2026 00:51:57 +0000 Subject: [PATCH 140/168] 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.4.0 to v7.0.0 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index 5011e360..7bd12909 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -17,7 +17,7 @@ jobs: persist-credentials: false fetch-depth: 0 - name: Set Node.js 16.x - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v7.0.0 with: node-version: 16.x cache: npm From d3cb25538b207874a232593f961fb2b46d883e24 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 17 Jul 2026 00:54:00 +0000 Subject: [PATCH 141/168] 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.37.0 to v4.37.1 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 f3674779..a2ebd5eb 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v7.0.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.0 + uses: github/codeql-action/init@v4.37.1 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From cea7da402a83c7b341bed32470ed391ef0fb2419 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 17 Jul 2026 00:54:15 +0000 Subject: [PATCH 142/168] 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.37.0 to v4.37.1 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 a2ebd5eb..67690f74 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.37.0 + uses: github/codeql-action/autobuild@v4.37.1 #- run: | # make bootstrap # make release From 193e1f73cf7abaf3b23de4d3c7236d5b25da091f Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Fri, 17 Jul 2026 00:54:30 +0000 Subject: [PATCH 143/168] chore: deps(github): bump Action release for github/codeql-action/ana... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... lyze from v4.37.0 to v4.37.1 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 67690f74..c1a03264 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.37.0 + uses: github/codeql-action/analyze@v4.37.1 From 298d39e6979bec8c3cd55f9dded2d5573f90b603 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Mon, 20 Jul 2026 01:07:12 +0000 Subject: [PATCH 144/168] chore: deps(github): bump Action release for release-drafter/release-... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... drafter from v7.5.1 to v7.6.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 6986eb33..7f1f90cb 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-20.04 steps: - - uses: release-drafter/release-drafter@v7.5.1 + - uses: release-drafter/release-drafter@v7.6.0 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From 546814ec195c106bdf8217e1933256f130ba9210 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 21 Jul 2026 00:56:21 +0000 Subject: [PATCH 145/168] chore: deps(github): bump Action tag for actions/checkout from v7.0.0... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v7.0.1 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 a1477480..ec92f1f6 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -18,7 +18,7 @@ jobs: check-dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - name: Set Node.js 22.x uses: actions/setup-node@v7.0.0 with: From e4aeea3da00519ba80e25fa2386353b6501d9631 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 21 Jul 2026 00:56:27 +0000 Subject: [PATCH 146/168] chore: deps(github): bump Action release for actions/checkout from v7... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0.0 to v7.0.1 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 c1a03264..f3c7821b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: # Learn more about CodeQL language support at https://git.io/codeql-language-support steps: - name: Checkout repository - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v4.37.1 From facbe1997cdf969023d8a662e4cd7c2219ffb754 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 21 Jul 2026 00:57:11 +0000 Subject: [PATCH 147/168] chore: deps(github): bump Action release for actions/checkout from v7... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0.0 to v7.0.1 Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index 7bd12909..32d142bb 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 with: persist-credentials: false fetch-depth: 0 From a7005ae7412dbf600dc61e11556018d721fd583d Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 21 Jul 2026 00:57:20 +0000 Subject: [PATCH 148/168] chore: deps(github): bump Action release for actions/checkout from v7... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0.0 to v7.0.1 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 5f43aa78..24d14e4a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git Checkout - uses: actions/checkout@v7.0.0 + uses: actions/checkout@v7.0.1 - name: Install Updatecli uses: ./ - name: Get fslabscli version From 1eb754afef0170567f552487368f1bfb7dba7c95 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Tue, 21 Jul 2026 00:57:23 +0000 Subject: [PATCH 149/168] chore: deps(github): bump Action tag for actions/checkout from v7.0.0... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to v7.0.1 Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 33dabe75..03c0323b 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: 'Checkout' - uses: 'actions/checkout@v7.0.0' + uses: 'actions/checkout@v7.0.1' - name: 'Setup updatecli' uses: 'updatecli/updatecli-action@v2' - name: 'Run updatecli in dryrun' From 5bb767945d158bfa4b3ffe278be90c6760ef831a Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:53:12 +0000 Subject: [PATCH 150/168] chore: deps(github): bump Action tag for actions/checkout from v7.0.1... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) 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 ec92f1f6..00011b09 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -18,7 +18,7 @@ jobs: check-dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.1 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set Node.js 22.x uses: actions/setup-node@v7.0.0 with: From e48d39ea9c2f4a3d10c17359e035ea811d9eb33b Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:53:15 +0000 Subject: [PATCH 151/168] 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 ... v7.0.0 to 820762786026740c76f36085b0efc47a31fe5020 (Pinned from 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 00011b09..502d7618 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set Node.js 22.x - uses: actions/setup-node@v7.0.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 22 cache: npm From 2c89fd7120a4069c8068a5aec7c21b9c454c92d4 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:53:18 +0000 Subject: [PATCH 152/168] 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 v7.0.1 to 043fb46d1a93c77aae656e7c1c64a875d1fc6a0a (Pinned from v7.0.1) 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 502d7618..261a7f50 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -37,7 +37,7 @@ jobs: fi id: diff # If index.js was different than expected, upload the expected version as an artifact - - uses: actions/upload-artifact@v7.0.1 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: ${{ failure() && steps.diff.conclusion == 'failure' }} with: name: dist From e92c9b9b93fdb18cf773040b1f8c0969579a54ac Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:53:19 +0000 Subject: [PATCH 153/168] chore: deps(github): bump Action release for actions/checkout from v7... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0.1 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) 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 f3c7821b..3e8cc526 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: # Learn more about CodeQL language support at https://git.io/codeql-language-support steps: - name: Checkout repository - uses: actions/checkout@v7.0.1 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v4.37.1 From 146d5ed3fcd30e14af11aaad8ff5c3c17a1715e1 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:53:43 +0000 Subject: [PATCH 154/168] 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.37.1 to e0647621c2984b5ed2f768cb892365bf2a616ad1 (Pinned from v4.37.2) 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 3e8cc526..91760cd1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.1 + uses: github/codeql-action/init@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From aec56ca9b345890f5387585b0868720a1a903797 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:53:52 +0000 Subject: [PATCH 155/168] 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.37.1 to e0647621c2984b5ed2f768cb892365bf2a616ad1 (Pinned from v4.37.2) 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 91760cd1..817cd6c6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@v4.37.1 + uses: github/codeql-action/autobuild@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2 #- run: | # make bootstrap # make release From ef1362210d77774604e0bc9a4af5f67137274390 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:54:00 +0000 Subject: [PATCH 156/168] 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.37.1 to e0647621c2984b5ed2f768cb892365bf2a616ad1 (Pinned from v4.37.2) 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 817cd6c6..113227f9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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.37.1 + uses: github/codeql-action/analyze@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2 From af6e05c3d6db3761d333e3833200e4f65dc3c490 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:54:01 +0000 Subject: [PATCH 157/168] chore: deps(github): bump Action tag for actions/checkout from v7.0.1... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index 32d142bb..fb5bcc80 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v7.0.1 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false fetch-depth: 0 From 467e773eaad478ed0217b32ffd884540a6637489 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:54:02 +0000 Subject: [PATCH 158/168] chore: deps(github): bump Action tag for actions/setup-node from v7.0... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0 to 820762786026740c76f36085b0efc47a31fe5020 (Pinned from v7.0.0) Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index fb5bcc80..c63206a6 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -17,7 +17,7 @@ jobs: persist-credentials: false fetch-depth: 0 - name: Set Node.js 16.x - uses: actions/setup-node@v7.0.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 16.x cache: npm From e17c6f593174dbcea680b2adb9cece6b6894cf88 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:54:04 +0000 Subject: [PATCH 159/168] chore: deps(github): bump Action release for tibdex/github-app-token ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... from v2.1.0 to 3beb63f4bd073e61482598c45c71c1019b59b73a (Pinned from v2.1.0) Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index c63206a6..d1dcbf7b 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -28,7 +28,7 @@ jobs: - name: git commit dist/ id: commit run: "if [ \"$(git diff --ignore-space-at-eol dist/ | wc -l)\" -eq \"0\" ]; then\n echo \"❎ no changes to dist\"\n echo \"::set-output name=diff::false\"\n exit 0\nfi\n\ngit add dist/\ngit config --local user.email \"41898282+github-actions[bot]@users.noreply.github.com\"\ngit config --local user.name \"github-actions[bot]\"\ngit commit -m \"Apply dist changes\"\necho \"::set-output name=diff::true\"\necho \"\U0001F4BE commited dist/ changes\"\n" - - uses: tibdex/github-app-token@v2.1.0 + - uses: tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2.1.0 id: generate_token if: steps.commit.outputs.diff with: From d96242d2154b29a1d242f946583416c5b3286b5c Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:54:06 +0000 Subject: [PATCH 160/168] chore: deps(github): bump Action release for ad-m/github-push-action ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... from v1.3.0 to 881a6320fdb16eb5318c5054f31c218aec2b324c (Pinned from v1.3.0) Made with ❤️️ by updatecli --- .github/workflows/rebuild-push-dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebuild-push-dist.yml b/.github/workflows/rebuild-push-dist.yml index d1dcbf7b..1f279f98 100644 --- a/.github/workflows/rebuild-push-dist.yml +++ b/.github/workflows/rebuild-push-dist.yml @@ -35,7 +35,7 @@ jobs: app_id: ${{ secrets.FMSC_BOT_GITHUB_APP_ID }} private_key: ${{ secrets.FMSC_BOT_GITHUB_APP_PRIVATE_KEY }} - name: Push changes - uses: ad-m/github-push-action@v1.3.0 + uses: ad-m/github-push-action@881a6320fdb16eb5318c5054f31c218aec2b324c # v1.3.0 if: steps.commit.outputs.diff with: github_token: ${{ steps.generate_token.outputs.token }} From a3d559d59e138b019bda7821c420fe57db1907d4 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:54:10 +0000 Subject: [PATCH 161/168] chore: deps(github): bump Action release for release-drafter/release-... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... drafter from v7.6.0 to eada3c96a64734dd381cfbda23511034e328ddb0 (Pinned from v7.6.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 7f1f90cb..53c6bd32 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-20.04 steps: - - uses: release-drafter/release-drafter@v7.6.0 + - uses: release-drafter/release-drafter@eada3c96a64734dd381cfbda23511034e328ddb0 # v7.6.0 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From 863023e5ce9e3a14c5215c58d18a6b2050d916cf Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:54:12 +0000 Subject: [PATCH 162/168] chore: deps(github): bump Action release for actions/checkout from v7... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .0.1 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) 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 24d14e4a..ad2b7ba8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git Checkout - uses: actions/checkout@v7.0.1 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install Updatecli uses: ./ - name: Get fslabscli version From 69d1f0808d4427bc4a812d8cda154374c41e00be Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:54:14 +0000 Subject: [PATCH 163/168] chore: deps(github): bump Action tag for actions/checkout from v7.0.1... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 03c0323b..7b9c7538 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: 'Checkout' - uses: 'actions/checkout@v7.0.1' + uses: 'actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1' # v7.0.1 - name: 'Setup updatecli' uses: 'updatecli/updatecli-action@v2' - name: 'Run updatecli in dryrun' From 2410d1bdeb6c458621b0c60460905ae95821e86f Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:54:17 +0000 Subject: [PATCH 164/168] chore: deps(github): bump Action branch for updatecli/updatecli-actio... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... n from v2 to 8f943416e0174f7029a718eb46a18657e17ebaff (Pinned from v2) Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 7b9c7538..7e602872 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -19,7 +19,7 @@ jobs: - name: 'Checkout' uses: 'actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1' # v7.0.1 - name: 'Setup updatecli' - uses: 'updatecli/updatecli-action@v2' + uses: 'updatecli/updatecli-action@8f943416e0174f7029a718eb46a18657e17ebaff' # v2 - name: 'Run updatecli in dryrun' run: 'updatecli compose diff' env: From e927c7b2600500fe6ecdc76355187ad77c5581a5 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Wed, 22 Jul 2026 00:54:19 +0000 Subject: [PATCH 165/168] chore: deps(github): bump Action release for actions/create-github-ap... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... p-token from v3.2.0 to bcd2ba49218906704ab6c1aa796996da409d3eb1 (Pinned from v3.2.0) Made with ❤️️ by updatecli --- .github/workflows/updatecli.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 7e602872..ceda2436 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -25,7 +25,7 @@ jobs: env: GITHUB_ACTOR: ${{ github.actor }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/create-github-app-token@v3.2.0 + - uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: generate_token if: github.ref == 'refs/heads/v1' with: From c86fa21e905ac50b78e9804cc073ac0836d23611 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Thu, 23 Jul 2026 00:56:30 +0000 Subject: [PATCH 166/168] 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 e0647621c2984b5ed2f768cb892365bf2a616ad1 to e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 (Pinned from v4.37.3) 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 113227f9..c62da155 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2 + uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 with: languages: ${{ matrix.language }} # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). From 78d88af8ea1796f244740de7f6560d7781d07358 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Thu, 23 Jul 2026 00:56:39 +0000 Subject: [PATCH 167/168] 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 e0647621c2984b5ed2f768cb892365bf2a616ad1 to e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 (Pinned from v4.37.3) 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 c62da155..86d562e1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -49,7 +49,7 @@ jobs: # Prefix the list here with "+" to use these queries and those in the config file. # queries: ./path/to/local/query, your-org/your-repo/queries@main - uses: github/codeql-action/autobuild@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2 + uses: github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 #- run: | # make bootstrap # make release From 296d0b661bb8199844fc00fef8b403025a16e3d8 Mon Sep 17 00:00:00 2001 From: fmsc-bot Date: Thu, 23 Jul 2026 00:56:48 +0000 Subject: [PATCH 168/168] 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 e0647621c2984b5ed2f768cb892365bf2a616ad1 to e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 (Pinned from v4.37.3) 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 86d562e1..0e538636 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -60,4 +60,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@e0647621c2984b5ed2f768cb892365bf2a616ad1 # v4.37.2 + uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3