From 14514bb90a8a506f9d0f2f5ea240e0bd21f06de7 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 16 May 2026 20:29:24 +0000 Subject: [PATCH 01/21] chore: deps(github): bump Action release for actions/add-to-project f... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... rom 244f685bbc3b7adfa8466e08b698b5577571133e to 5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd (Pinned from v2.0.0) Made with ❤️️ by updatecli --- .github/workflows/add_issue_to_project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add_issue_to_project.yaml b/.github/workflows/add_issue_to_project.yaml index e8f51f8b..5324ed3b 100644 --- a/.github/workflows/add_issue_to_project.yaml +++ b/.github/workflows/add_issue_to_project.yaml @@ -9,7 +9,7 @@ jobs: name: Add issue to Updatecli project runs-on: ubuntu-24.04 steps: - - uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2 + - uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0 with: project-url: https://github.com/orgs/updatecli/projects/2 github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} From e5daefd3b47bf06625bda8b4e6927032f74a6bae Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 16 May 2026 20:30:14 +0000 Subject: [PATCH 02/21] 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 ec59f474b9834571250b370d4735c50f8e2d1e29 to 1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 (Pinned from v7.2.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 49cfa269..8bd70e5b 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.11.3 - name: Install GoReleaser - uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 + uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1 with: install-only: true - name: Show GoReleaser version From 1df2dcb2a5bb31559295add08fa3aeec0846e2c4 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 16 May 2026 20:30:42 +0000 Subject: [PATCH 03/21] 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 139054aeaa9adc52ab36ddf67437541f039b88e2 to c2e2804cc59f45f57076a99af580d0fedb697927 (Pinned from 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 3351a394..827ff724 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@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1 + - uses: release-drafter/release-drafter@c2e2804cc59f45f57076a99af580d0fedb697927 # v7.3.0 with: config-name: release-drafter.yaml env: From 30e2f9533321b5db4bf6f9148f41bc261c82ac03 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 16 May 2026 20:31:12 +0000 Subject: [PATCH 04/21] 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 ec59f474b9834571250b370d4735c50f8e2d1e29 to 1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 (Pinned from v7.2.1) 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 c71525c6..e886a352 100644 --- a/.github/workflows/release-sandbox.yaml +++ b/.github/workflows/release-sandbox.yaml @@ -36,7 +36,7 @@ jobs: go-version: 1.26.1 id: go - name: Install GoReleaser - uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 + uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1 with: install-only: true - name: Show GoReleaser version From cef11f06c188654ae648a786c06b3375d3575b6c Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 16 May 2026 20:31:20 +0000 Subject: [PATCH 05/21] 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 ec59f474b9834571250b370d4735c50f8e2d1e29 to 1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 (Pinned from v7.2.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 a8de1771..cca6f19d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: go-version: 1.26.1 id: go - name: Install GoReleaser - uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 + uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1 with: install-only: true - name: Show GoReleaser version From 81681f61007144885f01998543559930068abff9 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 16 May 2026 20:31:42 +0000 Subject: [PATCH 06/21] 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 ... b45d80f862d83dbcd57f89517bcf500b2ab88fb2 to 4907a6ddec9925e35a0a9e82d7399ccc52663121 (Pinned from v4.1.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 cca6f19d..7fca5df1 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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} From fe317d32cd26a2d379ef58fd685a170e8955c940 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 16 May 2026 20:31:44 +0000 Subject: [PATCH 07/21] chore: deps(github): bump Action tag for docker/login-action from b45... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... d80f862d83dbcd57f89517bcf500b2ab88fb2 to 4907a6ddec9925e35a0a9e82d7399ccc52663121 (Pinned from v4.1.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 7fca5df1..727cdb10 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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.repository_owner }} From 00df4bf7ab33db7170d29fe5d937ce564d84f74e Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 16 May 2026 20:32:33 +0000 Subject: [PATCH 08/21] chore: deps(github): bump Action tag for crate-ci/typos from 631208b7... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... aac2daa8b707f55e7331f9112b0e062d to aca895bf05aec0cb7dffa6f94495e923224d9f17 (Pinned from v1.46.2) Made with ❤️️ by updatecli --- .github/workflows/typos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index ae2254a7..7e8c8ad6 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -11,4 +11,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Check spelling of file.txt - uses: crate-ci/typos@631208b7aac2daa8b707f55e7331f9112b0e062d # v1.44.0 + uses: crate-ci/typos@aca895bf05aec0cb7dffa6f94495e923224d9f17 # v1.46.2 From 873658f5200013697886fb1218d6f0036ac106f7 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 16 May 2026 20:33:02 +0000 Subject: [PATCH 09/21] chore: deps(github): bump Action tag for zizmorcore/zizmor-action fro... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... m 71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 to 5f14fd08f7cf1cb1609c1e344975f152c7ee938d (Pinned from v0.5.6) Made with ❤️️ by updatecli --- .github/workflows/zizmor.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index e5f64886..f2b636a7 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -1,13 +1,10 @@ -name: GitHub Actions Security Analysis with zizmor 🌈 - +name: "GitHub Actions Security Analysis with zizmor \U0001F308" on: push: branches: ["main"] pull_request: branches: ["**"] - permissions: {} - jobs: zizmor: runs-on: ubuntu-latest @@ -18,9 +15,8 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - - - name: Run zizmor 🌈 - uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2 + - name: "Run zizmor \U0001F308" + uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6 with: # intentionally not scanning the entire repository, inputs: ./.github/ From 7321c055836ce685f66b09930ede15cbf3d46968 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 19 May 2026 06:56:57 +0000 Subject: [PATCH 10/21] 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 1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 to 5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 (Pinned from v7.2.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 8bd70e5b..3f285968 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.11.3 - name: Install GoReleaser - uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1 + uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2 with: install-only: true - name: Show GoReleaser version From 37e9b5c842c0dafa436aeda51c1024fafbd3dbfb Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 19 May 2026 06:58:09 +0000 Subject: [PATCH 11/21] 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 1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 to 5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 (Pinned from v7.2.2) 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 e886a352..fb893bc6 100644 --- a/.github/workflows/release-sandbox.yaml +++ b/.github/workflows/release-sandbox.yaml @@ -36,7 +36,7 @@ jobs: go-version: 1.26.1 id: go - name: Install GoReleaser - uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1 + uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2 with: install-only: true - name: Show GoReleaser version From 7bc494da57b2fc0a5dac119832a29f28c6e21bc2 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 19 May 2026 06:58:19 +0000 Subject: [PATCH 12/21] 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 1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 to 5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 (Pinned from v7.2.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 727cdb10..a0fe025c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: go-version: 1.26.1 id: go - name: Install GoReleaser - uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1 + uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2 with: install-only: true - name: Show GoReleaser version From 1ec8401cabd4eec35813918dab77cfa02ec8a3fd Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 22 May 2026 06:56:54 +0000 Subject: [PATCH 13/21] chore: deps(github): bump Action release for golangci/golangci-lint-a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... ction from 1e7e51e771db61008b38414a730f564565cf7c20 to 82606bf257cbaff209d206a39f5134f0cfbfd2ee (Pinned from v9.2.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 3f285968..dee80298 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -35,7 +35,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: golangci-lint - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 + uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 with: # Required: the version of golangci-lint is required # and must be specified without patch version: From fc249ae8c5094390d4976e0342f0c97d6f7a1ce1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 24 May 2026 06:46:23 +0000 Subject: [PATCH 14/21] 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 4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd to d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 (Pinned from v4.1.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 fb893bc6..a33cfe4f 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@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 + uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 # https://github.com/actions/setup-go - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 From 84569a115c06367af7043d1a1b29f752367e2b88 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 24 May 2026 06:46:34 +0000 Subject: [PATCH 15/21] 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 4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd to d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 (Pinned from v4.1.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 a0fe025c..9c178c0b 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@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 + uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 # https://github.com/actions/setup-go - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 From 187a4766a3384117fd02e5cdc3c84ae7a9ac8a67 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 24 May 2026 06:47:03 +0000 Subject: [PATCH 16/21] 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 ... 4907a6ddec9925e35a0a9e82d7399ccc52663121 to 650006c6eb7dba73a995cc03b0b2d7f5ca915bee (Pinned from v4.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 9c178c0b..7c5a0ca3 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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} From 95ae5ac1c3c3e3421ccccc72d74bd2e70eee19eb Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 24 May 2026 06:47:06 +0000 Subject: [PATCH 17/21] 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 ... 4907a6ddec9925e35a0a9e82d7399ccc52663121 to 650006c6eb7dba73a995cc03b0b2d7f5ca915bee (Pinned from v4.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 7c5a0ca3..193d44dd 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@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 + uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 with: registry: ghcr.io username: ${{ github.repository_owner }} From 1b763a8bd7269c62d976630cb1abbd470be9356f Mon Sep 17 00:00:00 2001 From: updatecli Date: Sun, 24 May 2026 06:48:02 +0000 Subject: [PATCH 18/21] chore: deps(github): bump Action tag for crate-ci/typos from aca895bf... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 05aec0cb7dffa6f94495e923224d9f17 to 7b04f660f4ee4f048d18fd341887cf28dfbedfe2 (Pinned from v1.46.3) Made with ❤️️ by updatecli --- .github/workflows/typos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index 7e8c8ad6..20009e95 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -11,4 +11,4 @@ jobs: - name: Checkout Actions Repository uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Check spelling of file.txt - uses: crate-ci/typos@aca895bf05aec0cb7dffa6f94495e923224d9f17 # v1.46.2 + uses: crate-ci/typos@7b04f660f4ee4f048d18fd341887cf28dfbedfe2 # v1.46.3 From f2e70b5d62d8584c1756f7dac545d0608a6325f3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 26 May 2026 06:57:30 +0000 Subject: [PATCH 19/21] 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 c2e2804cc59f45f57076a99af580d0fedb697927 to 693d20e7c1ce1a81d3a41962f85914253b518449 (Pinned from 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 827ff724..07a3a78e 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@c2e2804cc59f45f57076a99af580d0fedb697927 # v7.3.0 + - uses: release-drafter/release-drafter@693d20e7c1ce1a81d3a41962f85914253b518449 # v7.3.1 with: config-name: release-drafter.yaml env: From e8a7631fd58f27c547e37bbe268cab608431728c Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 28 May 2026 07:04:39 +0000 Subject: [PATCH 20/21] 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 ce360397dd3f832beb865e1373c09c0e9f86d70a to 06116385d9baf250c9f4dcb4858b16962ea869c3 (Pinned from v4.1.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 a33cfe4f..a28b20e2 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@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 + uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 # https://github.com/actions/setup-go From ac6d6b628592daead6832db0f70de61f28fa9954 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 28 May 2026 07:05:08 +0000 Subject: [PATCH 21/21] chore: deps(github): bump Action release for docker/setup-qemu-action... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... from ce360397dd3f832beb865e1373c09c0e9f86d70a to 06116385d9baf250c9f4dcb4858b16962ea869c3 (Pinned from v4.1.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 193d44dd..2167a6f5 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@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 + uses: docker/setup-qemu-action@06116385d9baf250c9f4dcb4858b16962ea869c3 # v4.1.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0 # https://github.com/actions/setup-go