From a8092ea6b399b9b4f90534cfc41d7887be94938e Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:21:02 +0000 Subject: [PATCH 01/30] 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 b70029c7..57fb9e24 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -19,7 +19,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.1 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. From 5eb0f5a23f9a9e8153371db59dbdd51ffff0e3d8 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:21:03 +0000 Subject: [PATCH 02/30] 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.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 57fb9e24..fdd78e5d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -19,7 +19,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. From c982628c009ec748c774096486292f8a73c1dd9b Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:23:53 +0000 Subject: [PATCH 03/30] 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 v3.29.3 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 fdd78e5d..fb459bc5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: if: ${{ github.event_name == 'pull_request' }} # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3.29.3 + uses: github/codeql-action/init@v4.31.10 # Override language selection by uncommenting this and choosing your languages with: languages: go From e628f69ffd0418aa153d7cfccc871cf1c04c2a46 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:24:05 +0000 Subject: [PATCH 04/30] 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 v3.29.3 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 fb459bc5..8e9195a1 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,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@v3.29.3 + uses: github/codeql-action/autobuild@v4.31.10 #- run: | # make bootstrap # make release From 8664bd8923e1dce95ba1a151d400083ac0bdad97 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:24:18 +0000 Subject: [PATCH 05/30] 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.29.3 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 8e9195a1..77013601 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -48,4 +48,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.29.3 + uses: github/codeql-action/analyze@v4.31.10 From 42cd6b60299d9452788e0e4dbceea98b754b9b3f Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:24:34 +0000 Subject: [PATCH 06/30] chore: deps(github): bump Action release for actions/setup-go from v5... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .5.0 to v6.2.0 Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 7e9d4d51..34302012 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -21,7 +21,7 @@ jobs: steps: # https://github.com/actions/setup-go - name: Set up Go - uses: actions/setup-go@v5.5.0 + uses: actions/setup-go@v6.2.0 with: cache: false go-version: 1.25.1 From b6f3ed0fff2071f23c8f935582dc8a84344fd771 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:24:36 +0000 Subject: [PATCH 07/30] 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/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 34302012..8ff2972d 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -27,7 +27,7 @@ jobs: go-version: 1.25.1 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 - name: golangci-lint From 2c3e5b98f293194ccac535b1d96cda73f82c9db0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:24:37 +0000 Subject: [PATCH 08/30] 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.2 Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 8ff2972d..b0d05350 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -27,7 +27,7 @@ jobs: go-version: 1.25.1 id: go - name: Check out code into the Go module directory - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - name: golangci-lint From a7a861861e27300d0ac3f1eea5d5570be7d0df86 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:24:56 +0000 Subject: [PATCH 09/30] chore: deps(github): bump Action tag for golangci/golangci-lint-actio... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... n from v8.0.0 to v9.2.0 Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index b0d05350..77492c5a 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -31,7 +31,7 @@ jobs: with: fetch-depth: 0 - name: golangci-lint - uses: golangci/golangci-lint-action@v8.0.0 + uses: golangci/golangci-lint-action@v9.2.0 with: # Required: the version of golangci-lint is required # and must be specified without patch version: From a4c22c422b505f35dca364443b43df715a752b6c Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:25:04 +0000 Subject: [PATCH 10/30] chore: deps(github): bump Action tag for goreleaser/goreleaser-action... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... from v6.3.0 to v6.4.0 Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 77492c5a..be337204 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -39,7 +39,7 @@ jobs: version: v2.4.0 install-mode: "binary" - name: Install GoReleaser - uses: goreleaser/goreleaser-action@v6.3.0 + uses: goreleaser/goreleaser-action@v6.4.0 with: install-only: true - name: Show GoReleaser version From 291523501c3ed9f518a461e766bf1ded7e48369a Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:25:24 +0000 Subject: [PATCH 11/30] chore: deps(github): bump Action tag for codecov/codecov-action from ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v5.4.3 to v5.5.2 Made with ❤️️ by updatecli --- .github/workflows/go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index be337204..b16a6a56 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -60,7 +60,7 @@ jobs: if: ${{ github.event_name == 'schedule' }} # Codecov should only be updated if make test is executed - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.4.3 + uses: codecov/codecov-action@v5.5.2 if: ${{ github.event_name == 'schedule' }} # Manage and run your integration tests with efficiency # https://github.com/ovh/venom From 3c280f3c5b908b0f4e37bdf3c75bcc245e3f8944 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:25:50 +0000 Subject: [PATCH 12/30] 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 cd9aede8..5b141788 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -13,7 +13,7 @@ jobs: contents: write pull-requests: write steps: - - uses: release-drafter/release-drafter@v6.1.0 + - uses: release-drafter/release-drafter@v6.1.1 with: config-name: release-drafter.yaml env: From 59d059cae6935bfea548826aa70cfb7f191bef5b Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:25:53 +0000 Subject: [PATCH 13/30] 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/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b7b27c63..0d2e8776 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: DOCKER_CLI_EXPERIMENTAL: "enabled" DOCKER_BUILDKIT: 1 steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v6.0.1 with: fetch-depth: 0 - name: Set up QEMU From a3d0916ac51bce7050731c9c3fad7d50010b1716 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:25:53 +0000 Subject: [PATCH 14/30] 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.2 Made with ❤️️ by updatecli --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0d2e8776..6e9efc51 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: DOCKER_CLI_EXPERIMENTAL: "enabled" DOCKER_BUILDKIT: 1 steps: - - uses: actions/checkout@v6.0.1 + - uses: actions/checkout@v6.0.2 with: fetch-depth: 0 - name: Set up QEMU From 577024790f4efc867af43e11f4f779e74818b4dd Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:26:00 +0000 Subject: [PATCH 15/30] chore: deps(github): bump Action tag for docker/setup-qemu-action fro... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... m v3.6.0 to v3.7.0 Made with ❤️️ by updatecli --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6e9efc51..c16d0ae4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: with: fetch-depth: 0 - name: Set up QEMU - uses: docker/setup-qemu-action@v3.6.0 + uses: docker/setup-qemu-action@v3.7.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3.11.1 # https://github.com/actions/setup-go From a27c0004de1f673d0e521d3aee56c91461881ce0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:26:14 +0000 Subject: [PATCH 16/30] chore: deps(github): bump Action release for docker/setup-buildx-acti... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... on from v3.11.1 to v3.12.0 Made with ❤️️ by updatecli --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c16d0ae4..dca17870 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@v3.7.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3.11.1 + uses: docker/setup-buildx-action@v3.12.0 # https://github.com/actions/setup-go - name: Set up Go uses: actions/setup-go@v5.5.0 From e2b2af5c52151ba19ce4bebe7fb373e5b4245aeb Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:26:16 +0000 Subject: [PATCH 17/30] chore: deps(github): bump Action release for actions/setup-go from v5... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... .5.0 to v6.2.0 Made with ❤️️ by updatecli --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dca17870..5894a0bb 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: uses: docker/setup-buildx-action@v3.12.0 # https://github.com/actions/setup-go - name: Set up Go - uses: actions/setup-go@v5.5.0 + uses: actions/setup-go@v6.2.0 with: cache: false go-version: 1.25.1 From 35a6a3297ac91a1e84de0a71948d8a0bcd6cfff0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:26:19 +0000 Subject: [PATCH 18/30] chore: deps(github): bump Action release for goreleaser/goreleaser-ac... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... tion from v6.3.0 to v6.4.0 Made with ❤️️ by updatecli --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5894a0bb..8d9cd016 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: go-version: 1.25.1 id: go - name: Install GoReleaser - uses: goreleaser/goreleaser-action@v6.3.0 + uses: goreleaser/goreleaser-action@v6.4.0 with: install-only: true - name: Show GoReleaser version From 0e893ccdee9a33e6ce4b3aa00ba96a700c7d6519 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:26:21 +0000 Subject: [PATCH 19/30] chore: deps(github): bump Action release for sigstore/cosign-installe... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... r from v3.9.2 to v4.0.0 Made with ❤️️ by updatecli --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8d9cd016..b42eeaec 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: - name: Show GoReleaser version run: goreleaser --version - name: Install Cosign - uses: sigstore/cosign-installer@v3.9.2 + uses: sigstore/cosign-installer@v4.0.0 - name: Install Syft uses: anchore/sbom-action/download-syft@v0.20.4 - name: Login to DockerHub From 82bdb77f0bda933696cb5ef57f9aa1502cb0a9bc Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:26:41 +0000 Subject: [PATCH 20/30] chore: deps(github): bump Action tag for anchore/sbom-action/download... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... -syft from v0.20.4 to v0.21.1 Made with ❤️️ by updatecli --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b42eeaec..fee33bd0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,7 +39,7 @@ jobs: - name: Install Cosign uses: sigstore/cosign-installer@v4.0.0 - name: Install Syft - uses: anchore/sbom-action/download-syft@v0.20.4 + uses: anchore/sbom-action/download-syft@v0.21.1 - name: Login to DockerHub uses: docker/login-action@v3.4.0 with: From 9ca532c5144b435a2eaf88dc67dd59e00e40a4dd Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:26:57 +0000 Subject: [PATCH 21/30] chore: deps(github): bump Action release for docker/login-action from... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v3.4.0 to v3.6.0 Made with ❤️️ by updatecli --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fee33bd0..434bbce9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -41,7 +41,7 @@ jobs: - name: Install Syft uses: anchore/sbom-action/download-syft@v0.21.1 - name: Login to DockerHub - uses: docker/login-action@v3.4.0 + uses: docker/login-action@v3.6.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} From 93e0c1ef1a9613ef3b9f62edd5166682b73f285c Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 21 Jan 2026 07:27:00 +0000 Subject: [PATCH 22/30] chore: deps(github): bump Action release for docker/login-action from... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... v3.4.0 to v3.6.0 Made with ❤️️ by updatecli --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 434bbce9..67a9326d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,7 +46,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Login to GitHub Docker Registry - uses: docker/login-action@v3.4.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{ github.repository_owner }} From b95889dd017be7df00f0b6a2286cb3adca6023f3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 22 Jan 2026 04:16:55 +0000 Subject: [PATCH 23/30] chore: deps(github): bump Action release for anchore/sbom-action/down... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... load-syft from v0.21.1 to v0.22.0 Made with ❤️️ by updatecli --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 67a9326d..543ccad4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,7 +39,7 @@ jobs: - name: Install Cosign uses: sigstore/cosign-installer@v4.0.0 - name: Install Syft - uses: anchore/sbom-action/download-syft@v0.21.1 + uses: anchore/sbom-action/download-syft@v0.22.0 - name: Login to DockerHub uses: docker/login-action@v3.6.0 with: From 0f23e619d6288a35df7cc1f3b7e9812b4af2ac3d Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 23 Jan 2026 04:11:48 +0000 Subject: [PATCH 24/30] 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 5b141788..3bc010e2 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -13,7 +13,7 @@ jobs: contents: write pull-requests: write steps: - - uses: release-drafter/release-drafter@v6.1.1 + - uses: release-drafter/release-drafter@v6.2.0 with: config-name: release-drafter.yaml env: From 72f367388307b602b1ae51cd44100a52bec34a53 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 24 Jan 2026 04:03:13 +0000 Subject: [PATCH 25/30] 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.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 77013601..fb99610a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: if: ${{ github.event_name == 'pull_request' }} # 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 # Override language selection by uncommenting this and choosing your languages with: languages: go From 21b1d099a24e72e9ac5f6b3d53b3588f0af1aa06 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 24 Jan 2026 04:03:20 +0000 Subject: [PATCH 26/30] 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 fb99610a..c2fe4caf 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v4.31.10 + uses: github/codeql-action/autobuild@v4.31.11 #- run: | # make bootstrap # make release From c66ad1dc76a5c1d7e2ad71e0eeebafc55b238ea1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 24 Jan 2026 04:03:35 +0000 Subject: [PATCH 27/30] 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 c2fe4caf..890bee62 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -48,4 +48,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 1f49ebf851181b3224faf4d044704a0c27c6875c Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 27 Jan 2026 04:12:26 +0000 Subject: [PATCH 28/30] 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 890bee62..61788da4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: if: ${{ github.event_name == 'pull_request' }} # 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 # Override language selection by uncommenting this and choosing your languages with: languages: go From fd69662bf44742e51ae7eab5680a5284bc45ae2a Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 27 Jan 2026 04:12:35 +0000 Subject: [PATCH 29/30] 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.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 61788da4..ff13be66 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -37,7 +37,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v4.31.11 + uses: github/codeql-action/autobuild@v4.32.0 #- run: | # make bootstrap # make release From 4585072a4640bd6e0ecaa37760d3a95135b3baed Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 27 Jan 2026 04:12:53 +0000 Subject: [PATCH 30/30] 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 ff13be66..4b760140 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -48,4 +48,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