From fd9a5778dfc9465c5048fd340063bf12cbea7d5e Mon Sep 17 00:00:00 2001 From: updateclibot Date: Sun, 15 Mar 2026 13:02:46 +0000 Subject: [PATCH 1/5] 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 e99681ed..936312cb 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-24.04 steps: - - uses: release-drafter/release-drafter@v6.4.0 + - uses: release-drafter/release-drafter@v7.0.0 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags") From e7abdc93af54d82a704f52762275c8013411e9e9 Mon Sep 17 00:00:00 2001 From: updateclibot Date: Tue, 17 Mar 2026 05:07:42 +0000 Subject: [PATCH 2/5] 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 681a3f10..afc7a447 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v6.0.2 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v4.32.6 + uses: github/codeql-action/init@v4.33.0 with: languages: ${{ matrix.language }} config-file: ./.github/codeql/codeql-config.yml From 851323ca8114517bb2a46e13dd31ddf3ed567ded Mon Sep 17 00:00:00 2001 From: updateclibot Date: Tue, 17 Mar 2026 05:07:56 +0000 Subject: [PATCH 3/5] 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 afc7a447..b3dac66a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -51,7 +51,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v4.32.6 + uses: github/codeql-action/autobuild@v4.33.0 #- run: | # make bootstrap # make release From 05424be751ac2847241e1b025439dd986146e312 Mon Sep 17 00:00:00 2001 From: updateclibot Date: Tue, 17 Mar 2026 05:08:09 +0000 Subject: [PATCH 4/5] 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.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 b3dac66a..7ffa415b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -62,4 +62,4 @@ jobs: # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines # and modify them (or add more) to build your code if your project # uses a compiled language - uses: github/codeql-action/analyze@v4.32.6 + uses: github/codeql-action/analyze@v4.33.0 From 1e1e5ccbb35e902ac4a02934609b86e95b464ab5 Mon Sep 17 00:00:00 2001 From: updateclibot Date: Wed, 18 Mar 2026 05:12:36 +0000 Subject: [PATCH 5/5] 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 936312cb..af6f5bd9 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -9,7 +9,7 @@ jobs: update_release_draft: runs-on: ubuntu-24.04 steps: - - uses: release-drafter/release-drafter@v7.0.0 + - uses: release-drafter/release-drafter@v7.1.0 with: config-name: release-drafter.yaml publish: startsWith(github.ref, "refs/tags")