From 75859851e94a19d9442dc59031137cf699921890 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:12:34 +0000 Subject: [PATCH 01/19] chore: deps(github): bump Action tag for actions/setup-go from 7a3fe6... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cf4cb3a834922a1244abfce67bcef6a0c5 to 4b73464bb391d4059bd26b0524d20df3927bd417 (Pinned from v6.3.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 5708406f..af3a3c89 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -27,7 +27,7 @@ jobs: sudo docker builder prune -a df -h - name: Set up Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: cache: false go-version: 1.25.7 From 43e9c96bd1132d073f8c73d08d0e351c10011635 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:13:21 +0000 Subject: [PATCH 02/19] 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 e435ccd777264be153ace6237001ef4d979d3a7a to ec59f474b9834571250b370d4735c50f8e2d1e29 (Pinned from v7.0.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 af3a3c89..d0bd491c 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -42,7 +42,7 @@ jobs: # we always use the latest patch version. version: v2.9.0 - name: Install GoReleaser - uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 + uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 with: install-only: true - name: Show GoReleaser version From ce090789cf8f53d6f1526e0b9a656f44cbbcd0fb Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:14:14 +0000 Subject: [PATCH 03/19] 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 c7c53464625b32c7a7e944ae62b3e17d2b600130 to ce360397dd3f832beb865e1373c09c0e9f86d70a (Pinned from v4.0.0) Made with ❤️️ by updatecli --- .github/workflows/release-sandbox.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-sandbox.yaml b/.github/workflows/release-sandbox.yaml index 1045802f..3f1579ef 100644 --- a/.github/workflows/release-sandbox.yaml +++ b/.github/workflows/release-sandbox.yaml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 - name: Set up QEMU - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 # https://github.com/actions/setup-go From f061ef908aeb4c3a055af4d06046d05c65e265a1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:14:37 +0000 Subject: [PATCH 04/19] chore: deps(github): bump Action release for actions/setup-go from 7a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 3fe6cf4cb3a834922a1244abfce67bcef6a0c5 to 4b73464bb391d4059bd26b0524d20df3927bd417 (Pinned from v6.3.0) Made with ❤️️ by updatecli --- .github/workflows/release-sandbox.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-sandbox.yaml b/.github/workflows/release-sandbox.yaml index 3f1579ef..4eb72a82 100644 --- a/.github/workflows/release-sandbox.yaml +++ b/.github/workflows/release-sandbox.yaml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 # https://github.com/actions/setup-go - name: Set up Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: 1.25.7 id: go From b1b1a628b060f4e10179849c711d8da2b34f695e Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:14:42 +0000 Subject: [PATCH 05/19] 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 e435ccd777264be153ace6237001ef4d979d3a7a to ec59f474b9834571250b370d4735c50f8e2d1e29 (Pinned from v7.0.0) Made with ❤️️ by updatecli --- .github/workflows/release-sandbox.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-sandbox.yaml b/.github/workflows/release-sandbox.yaml index 4eb72a82..7cfcd642 100644 --- a/.github/workflows/release-sandbox.yaml +++ b/.github/workflows/release-sandbox.yaml @@ -36,7 +36,7 @@ jobs: go-version: 1.25.7 id: go - name: Install GoReleaser - uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 + uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 with: install-only: true - name: Show GoReleaser version From f3c03d36c2f7f555431e14c103ee41dce2973490 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:14:50 +0000 Subject: [PATCH 06/19] 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 c7c53464625b32c7a7e944ae62b3e17d2b600130 to ce360397dd3f832beb865e1373c09c0e9f86d70a (Pinned from 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 2323544d..52a4bf83 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 - name: Set up QEMU - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 + uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 # https://github.com/actions/setup-go From ba14d7f77e47c2721b6e99d5333416bfba6e2509 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:15:00 +0000 Subject: [PATCH 07/19] chore: deps(github): bump Action release for actions/setup-go from 7a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 3fe6cf4cb3a834922a1244abfce67bcef6a0c5 to 4b73464bb391d4059bd26b0524d20df3927bd417 (Pinned from v6.3.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 52a4bf83..447870ee 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 # https://github.com/actions/setup-go - name: Set up Go - uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0 + uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 with: go-version: 1.25.7 id: go From 6a4511f5eb38107862854ae1794bdc8c4783aee2 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:15:05 +0000 Subject: [PATCH 08/19] 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 e435ccd777264be153ace6237001ef4d979d3a7a to ec59f474b9834571250b370d4735c50f8e2d1e29 (Pinned from v7.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 447870ee..d1b4168f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: go-version: 1.25.7 id: go - name: Install GoReleaser - uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0 + uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 with: install-only: true - name: Show GoReleaser version From 9a8da91e9ca8e3fc9ac0447dcf042d187423c4f2 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:16:42 +0000 Subject: [PATCH 09/19] chore: deps(github): bump Action release for updatecli/updatecli-acti... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... on from 4fd2c16d992120bd5355264a03ad0cddec013e1b to 4b17f4ea784de29f71f85f9bc4955402ba1ae53c (Pinned from v2.100.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 d91cfe2c..9d942d6d 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -12,7 +12,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b" # v2.99.0 + uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0 with: version: "v0.114.0" - name: "Set up Go" From c487cd6560b7647b31c992df196b8db8955495a5 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:16:46 +0000 Subject: [PATCH 10/19] chore: deps(github): bump Action tag for actions/setup-go from 7a3fe6... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cf4cb3a834922a1244abfce67bcef6a0c5 to 4b73464bb391d4059bd26b0524d20df3927bd417 (Pinned from v6.3.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 9d942d6d..e479ce28 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -16,7 +16,7 @@ jobs: with: version: "v0.114.0" - name: "Set up Go" - uses: "actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5" # v6.2.0 + uses: "actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417" # v6.3.0 with: go-version-file: "go.mod" id: go From c57234ba6241f029a2a37f6bf8c99d33bec0e51a Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:17:00 +0000 Subject: [PATCH 11/19] chore: deps(github): bump Action release for updatecli/updatecli-acti... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... on from 4fd2c16d992120bd5355264a03ad0cddec013e1b to 4b17f4ea784de29f71f85f9bc4955402ba1ae53c (Pinned from v2.100.0) Made with ❤️️ by updatecli --- .github/workflows/updatecli_test.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index dc879e39..9787026c 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -2,10 +2,8 @@ name: Updatecli Test on: pull_request: - permissions: contents: read - jobs: updatecli: runs-on: ubuntu-latest @@ -13,7 +11,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b" # v2.99.0 + uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0 with: version: "v0.114.0" - name: "Set up Go" From ee7b5cb5616d0f372762b14e2ff388d6700af20d Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:17:05 +0000 Subject: [PATCH 12/19] chore: deps(github): bump Action release for actions/setup-go from 7a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 3fe6cf4cb3a834922a1244abfce67bcef6a0c5 to 4b73464bb391d4059bd26b0524d20df3927bd417 (Pinned from v6.3.0) Made with ❤️️ by updatecli --- .github/workflows/updatecli_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli_test.yaml b/.github/workflows/updatecli_test.yaml index 9787026c..0c82b672 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -15,7 +15,7 @@ jobs: with: version: "v0.114.0" - name: "Set up Go" - uses: "actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5" # v6.2.0 + uses: "actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417" # v6.3.0 with: go-version-file: "go.mod" id: go From bff11297b261b95ca68d73f6d2f18983a19f5675 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:17:18 +0000 Subject: [PATCH 13/19] chore: deps(github): bump Action release for updatecli/updatecli-acti... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... on from 4fd2c16d992120bd5355264a03ad0cddec013e1b to 4b17f4ea784de29f71f85f9bc4955402ba1ae53c (Pinned from v2.100.0) Made with ❤️️ by updatecli --- .github/workflows/updatecli_update.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index 810dc6ac..c38c1ecd 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -15,7 +15,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@4fd2c16d992120bd5355264a03ad0cddec013e1b" # v2.99.0 + uses: "updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c" # v2.100.0 with: version: "v0.114.0" - name: "Set up Go" @@ -27,7 +27,6 @@ jobs: run: "go install github.com/swaggo/swag/cmd/swag@$SWAGGER_VERSION" env: SWAGGER_VERSION: v1.16.6 - - name: "Run updatecli only on monitored pipelines" run: updatecli compose apply --clean-git-branches=true --labels="monitoring:enabled" --experimental env: @@ -37,7 +36,6 @@ jobs: UPDATECLI_UDASH_API_URL: ${{ secrets.UPDATECLI_UDASH_API_URL }} UPDATECLI_UDASH_ACCESS_TOKEN: ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }} UPDATECLI_UDASH_URL: ${{ secrets.UPDATECLI_UDASH_URL }} - - name: "Run updatecli only on existing pipelines" run: updatecli compose apply --clean-git-branches=true --existing-only=true --experimental env: From bdcb998e07408411b3b6716557e76860a6ac3055 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 4 Mar 2026 08:17:23 +0000 Subject: [PATCH 14/19] chore: deps(github): bump Action tag for actions/setup-go from 7a3fe6... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... cf4cb3a834922a1244abfce67bcef6a0c5 to 4b73464bb391d4059bd26b0524d20df3927bd417 (Pinned from v6.3.0) Made with ❤️️ by updatecli --- .github/workflows/updatecli_update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updatecli_update.yaml b/.github/workflows/updatecli_update.yaml index c38c1ecd..c20e2330 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -19,7 +19,7 @@ jobs: with: version: "v0.114.0" - name: "Set up Go" - uses: "actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5" # v6.2.0 + uses: "actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417" # v6.3.0 with: go-version-file: "go.mod" id: go From 6c1a5c5f6616f4b47498db9c879f23257aafbbf2 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 5 Mar 2026 04:57:17 +0000 Subject: [PATCH 15/19] chore: deps(github): bump Action tag for docker/login-action from c94... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ce9fb468520275223c153574b00df6fe4bcc9 to b45d80f862d83dbcd57f89517bcf500b2ab88fb2 (Pinned from 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 d1b4168f..cba28ef2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -42,7 +42,7 @@ jobs: - name: Show GoReleaser version run: goreleaser --version - name: Login to DockerHub - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} From 04baf4520d4b6e3c179822fa75d9e9297483537b Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 5 Mar 2026 04:57:20 +0000 Subject: [PATCH 16/19] chore: deps(github): bump Action tag for docker/login-action from c94... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ce9fb468520275223c153574b00df6fe4bcc9 to b45d80f862d83dbcd57f89517bcf500b2ab88fb2 (Pinned from 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 cba28ef2..030c8c29 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -47,7 +47,7 @@ jobs: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} - name: Login to GitHub Docker Registry - uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0 + uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 with: registry: ghcr.io username: ${{ github.repository_owner }} From 7c07c869462927098c570be7eadaf008de764f66 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 6 Mar 2026 04:53:41 +0000 Subject: [PATCH 17/19] chore: deps(github): bump Action tag for docker/setup-buildx-action f... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... rom 8d2750c68a42422c14e847fe6c8ac0403b4cbd6f to 4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd (Pinned from v4.0.0) Made with ❤️️ by updatecli --- .github/workflows/release-sandbox.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-sandbox.yaml b/.github/workflows/release-sandbox.yaml index 7cfcd642..4ad2fe80 100644 --- a/.github/workflows/release-sandbox.yaml +++ b/.github/workflows/release-sandbox.yaml @@ -28,7 +28,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 # https://github.com/actions/setup-go - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 From 823195aa0b44af4f99ca0541c920f15fd2c64ee3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 6 Mar 2026 04:53:56 +0000 Subject: [PATCH 18/19] 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 8d2750c68a42422c14e847fe6c8ac0403b4cbd6f to 4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd (Pinned from 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 030c8c29..91bed109 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -28,7 +28,7 @@ jobs: - name: Set up QEMU uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0 + uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 # https://github.com/actions/setup-go - name: Set up Go uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3.0 From 14b7a7ef2590b93de05fe044614d39ee761c093f Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 7 Mar 2026 04:42:32 +0000 Subject: [PATCH 19/19] 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 6db134d15f3909ccc9eefd369f02bd1e9cffdf97 to 00ce30b0ce8a4d67bccfca59421cdf6c55dd0784 (Pinned from 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 2fa83571..0fe09b5c 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -10,7 +10,7 @@ jobs: update_release_draft: runs-on: ubuntu-24.04 steps: - - uses: release-drafter/release-drafter@6db134d15f3909ccc9eefd369f02bd1e9cffdf97 # v6.2.0 + - uses: release-drafter/release-drafter@00ce30b0ce8a4d67bccfca59421cdf6c55dd0784 # v6.3.0 with: config-name: release-drafter.yaml env: