From 14514bb90a8a506f9d0f2f5ea240e0bd21f06de7 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 16 May 2026 20:29:24 +0000 Subject: [PATCH 01/12] 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/12] 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/12] 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/12] 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/12] 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/12] 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/12] 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/12] 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/12] 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/12] 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/12] 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/12] 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