From f82bae64a468ce57c67d005b972a828454130826 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:34:54 +0000 Subject: [PATCH 01/65] chore: deps(github): bump Action tag for actions/add-to-project from ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 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 e90fa07e..70bb1805 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-latest 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 a7d5bb260134ee94f542f994930bdb55823823a7 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:35:05 +0000 Subject: [PATCH 02/65] chore: deps(github): bump Action tag for actions/checkout from de0fac... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 2e4500dabe0009e67214ff5f5447ce83dd to 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 (Pinned from v7.0.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 0e240ee1..c80cba48 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. From 6d7041a26b30c06dc67296eb91af758cf278227f Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:39:54 +0000 Subject: [PATCH 03/65] 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 c10b8064de6f491fea524254123dbe5e09572f13 to 99df26d4f13ea111d4ec1a7dddef6063f76b97e9 (Pinned from v4.37.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 c80cba48..ae5b4108 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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0 # Override language selection by uncommenting this and choosing your languages with: languages: go From e51354dfcd14bba32d61b1f35eeff56f42871d69 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:40:04 +0000 Subject: [PATCH 04/65] 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 c10b8064de6f491fea524254123dbe5e09572f13 to 99df26d4f13ea111d4ec1a7dddef6063f76b97e9 (Pinned from v4.37.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 ae5b4108..8f18d6af 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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/autobuild@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0 #- run: | # make bootstrap # make release From 946cdad95ef01daa82ecdd68b11a800ba28fc85e Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:40:13 +0000 Subject: [PATCH 05/65] 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 c10b8064de6f491fea524254123dbe5e09572f13 to 99df26d4f13ea111d4ec1a7dddef6063f76b97e9 (Pinned from v4.37.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 8f18d6af..5da0621d 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@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1 + uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0 From 74890af2ae2d9082c27ea65744100f2cd460658f Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:40:31 +0000 Subject: [PATCH 06/65] chore: deps(github): bump Action tag for actions/setup-go from 4a3601... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 121dd01d1626a1e23e37211e3254c1c06c to 924ae3a1cded613372ab5595356fb5720e22ba16 (Pinned from v6.5.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 8fc6ba07..ee97174d 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@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: cache: false go-version: 1.25.1 From b1d294c7ccf74cb1895e188995c65696fb48a724 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:40:33 +0000 Subject: [PATCH 07/65] chore: deps(github): bump Action release for actions/checkout from de... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 0fac2e4500dabe0009e67214ff5f5447ce83dd to 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 (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 ee97174d..9fe6e73d 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 - name: golangci-lint From d366bb574c5177b0ea16a61ba9dd6e879e1a9549 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:40:53 +0000 Subject: [PATCH 08/65] 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 1e7e51e771db61008b38414a730f564565cf7c20 to ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a (Pinned from v9.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 9fe6e73d..0725e571 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@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 + uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0 with: # Required: the version of golangci-lint is required # and must be specified without patch version: From a9444252e0bdb472d90f03299d5c4779c89e7f24 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:41:01 +0000 Subject: [PATCH 09/65] 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 f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 (Pinned from v7.2.3) 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 0725e571..d4978842 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@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 + uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3 with: install-only: true - name: Show GoReleaser version From 0bf81507046710849d31adbfbf3fdfd28d7f6c9e Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:41:19 +0000 Subject: [PATCH 10/65] 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 ... 57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 to fb8b3582c8e4def4969c97caa2f19720cb33a72f (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 d4978842..fd1e627a 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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0 + uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0 if: ${{ github.event_name == 'schedule' }} # Manage and run your integration tests with efficiency # https://github.com/ovh/venom From e1f14991e14c94194e63f31d81305a3fed0ec76e Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:41:48 +0000 Subject: [PATCH 11/65] 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 4d75298e00d9e34c483e5ff8c68d0ea1c1940c1e (Pinned from v7.5.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 048fb932..23b86a08 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@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1 + - uses: release-drafter/release-drafter@4d75298e00d9e34c483e5ff8c68d0ea1c1940c1e # v7.5.1 with: config-name: release-drafter.yaml env: From 0cf15990b662164943c9c1fbd23a3c21bac86edb Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:41:50 +0000 Subject: [PATCH 12/65] chore: deps(github): bump Action release for actions/checkout from de... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 0fac2e4500dabe0009e67214ff5f5447ce83dd to 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 (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 be4c7a1f..e7840923 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 - name: Set up QEMU From 7a95c22e3a7e14be531d48dde169280a00c69c98 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:42:01 +0000 Subject: [PATCH 13/65] 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 96fe6ef7f33517b61c61be40b68a1882f3264fb8 (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 e7840923..6cffd12b 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@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 + uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 - name: Set up Docker Buildx uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 # https://github.com/actions/setup-go From 7dabf49602503612f5ee7ce876e2a080753c3873 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:42:22 +0000 Subject: [PATCH 14/65] 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 bb05f3f5519dd87d3ba754cc423b652a5edd6d2c (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 6cffd12b..0093203c 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@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4.2.0 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0 + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 # https://github.com/actions/setup-go - name: Set up Go uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 From 7494905643af74a0a2ba9e4189402ad9bac61f12 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:42:23 +0000 Subject: [PATCH 15/65] chore: deps(github): bump Action tag for actions/setup-go from 4a3601... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 121dd01d1626a1e23e37211e3254c1c06c to 924ae3a1cded613372ab5595356fb5720e22ba16 (Pinned from v6.5.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 0093203c..9dfc3dba 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 # https://github.com/actions/setup-go - name: Set up Go - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 with: cache: false go-version: 1.25.1 From 03941c5a334fabe9f16ca990fbdf7c385d0a88a2 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:42:25 +0000 Subject: [PATCH 16/65] 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 f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 (Pinned from v7.2.3) 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 9dfc3dba..6311d6d1 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@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0 + uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3 with: install-only: true - name: Show GoReleaser version From 463877ac1ac7f8d6a859ef3bd6fe18e6425be8a0 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:42:28 +0000 Subject: [PATCH 17/65] chore: deps(github): bump Action tag for sigstore/cosign-installer fr... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... om cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 to 6f9f17788090df1f26f669e9d70d6ae9567deba6 (Pinned from v4.1.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 6311d6d1..11c375b1 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@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1 + uses: sigstore/cosign-installer@6f9f17788090df1f26f669e9d70d6ae9567deba6 # v4.1.2 - name: Install Syft uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 - name: Login to DockerHub From 935b0f8784bcaa578002ac11f6a38927e85c1354 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:43:14 +0000 Subject: [PATCH 18/65] 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 af1e73f918a031802d376d3c8bbc3fe56130a9b0 (Pinned from v4.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 11c375b1..2a3a856e 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@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 - name: Login to DockerHub - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} From 4c1ac1dc27bbbbadfcd5a3ec47aa6abfd7683538 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:43:15 +0000 Subject: [PATCH 19/65] 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 af1e73f918a031802d376d3c8bbc3fe56130a9b0 (Pinned from v4.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 2a3a856e..b1550341 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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry: ghcr.io username: ${{ github.repository_owner }} From b584114fa92e71c4ae2ca0d90baa3f05afc6748b Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:43:20 +0000 Subject: [PATCH 20/65] chore: deps(github): bump Action release for actions/checkout from de... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 0fac2e4500dabe0009e67214ff5f5447ce83dd to 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 (Pinned from v7.0.0) 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 6083cf04..fbe006c7 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -9,6 +9,6 @@ jobs: contents: read steps: - name: Checkout Actions Repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - name: Check spelling of file.txt uses: crate-ci/typos@d6b38c8b48913f417c9449cd83833b41535b0c54 # renovate/stable-1.x From dd17f79e8d8a2c6e46883365de3dcf923ecd7052 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:44:08 +0000 Subject: [PATCH 21/65] chore: deps(github): bump Action release for actions/checkout from de... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 0fac2e4500dabe0009e67214ff5f5447ce83dd to 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 (Pinned from v7.0.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 f311c0ae..e795fc25 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 + uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 - name: "Setup updatecli" uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0 with: From 08637eaeec2735c9b3eab5cc0b5a68c3a2dafe97 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:44:17 +0000 Subject: [PATCH 22/65] chore: deps(github): bump Action tag for updatecli/updatecli-action f... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... rom 5bda7da77bf4d181bce5f807d73d832b62062acf to 5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8 (Pinned from v3.4.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 e795fc25..bd2f5048 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -13,7 +13,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0 + uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0 with: version: "v0.119.0" - name: "Set up Go" From 4d2dfb63e3b6342908345115997ddfb183a3299c Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:44:19 +0000 Subject: [PATCH 23/65] chore: deps(github): bump Action release for actions/setup-go from 4a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 3601121dd01d1626a1e23e37211e3254c1c06c to 924ae3a1cded613372ab5595356fb5720e22ba16 (Pinned from v6.5.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 bd2f5048..93a6fb59 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -17,7 +17,7 @@ jobs: with: version: "v0.119.0" - name: "Set up Go" - uses: "actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c" # v6.4.0 + uses: "actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16" # v6.5.0 with: go-version-file: "go.mod" id: go From 324e9ab858e04a838f637ae82a4a8b5206cc3217 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:44:21 +0000 Subject: [PATCH 24/65] chore: deps(github): bump Action release for actions/checkout from de... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 0fac2e4500dabe0009e67214ff5f5447ce83dd to 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 (Pinned from v7.0.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 6ec3fa71..c8040d6e 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 + uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 - name: "Setup updatecli" uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0 with: From 16ba962fe8fddfe78a2a8914aafe0747ce653beb Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:44:24 +0000 Subject: [PATCH 25/65] 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 5bda7da77bf4d181bce5f807d73d832b62062acf to 5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8 (Pinned from v3.4.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 c8040d6e..20d06e82 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -11,7 +11,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0 + uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0 with: version: "v0.119.0" - name: "Set up Go" From dd025aa85a5b60627855f1d6fe9b370a9e0eceb3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:44:25 +0000 Subject: [PATCH 26/65] chore: deps(github): bump Action release for actions/setup-go from 4a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 3601121dd01d1626a1e23e37211e3254c1c06c to 924ae3a1cded613372ab5595356fb5720e22ba16 (Pinned from v6.5.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 20d06e82..8126aa74 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -15,7 +15,7 @@ jobs: with: version: "v0.119.0" - name: "Set up Go" - uses: "actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c" # v6.4.0 + uses: "actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16" # v6.5.0 with: go-version-file: "go.mod" id: go From 4eaf11ac4df1489bf5b660e3a5f60e6bf240859f Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:44:27 +0000 Subject: [PATCH 27/65] chore: deps(github): bump Action release for actions/checkout from de... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 0fac2e4500dabe0009e67214ff5f5447ce83dd to 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 (Pinned from v7.0.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 0b071c7c..0df9ddbc 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: "actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd" # v6.0.2 + uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 - name: "Setup updatecli" uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0 with: From 948aeb7a4c33692fd119184386e82de5ca802e66 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:44:30 +0000 Subject: [PATCH 28/65] chore: deps(github): bump Action tag for updatecli/updatecli-action f... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... rom 5bda7da77bf4d181bce5f807d73d832b62062acf to 5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8 (Pinned from v3.4.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 0df9ddbc..127ff3b3 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -15,7 +15,7 @@ jobs: - name: "Checkout" uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@5bda7da77bf4d181bce5f807d73d832b62062acf" # v3.3.0 + uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0 with: version: "v0.119.0" - name: "Set up Go" From 4c15376390db0fb8cd9bbcfc475b1053ff800b8a Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:44:31 +0000 Subject: [PATCH 29/65] chore: deps(github): bump Action release for actions/setup-go from 4a... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 3601121dd01d1626a1e23e37211e3254c1c06c to 924ae3a1cded613372ab5595356fb5720e22ba16 (Pinned from v6.5.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 127ff3b3..a42290f1 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -19,7 +19,7 @@ jobs: with: version: "v0.119.0" - name: "Set up Go" - uses: "actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c" # v6.4.0 + uses: "actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16" # v6.5.0 with: go-version-file: "go.mod" id: go From 46fbc7ef4c54aa6cca0b1fbd8cde35adb2e83f31 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:44:33 +0000 Subject: [PATCH 30/65] chore: deps(github): bump Action tag for actions/checkout from de0fac... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 2e4500dabe0009e67214ff5f5447ce83dd to 9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 (Pinned from v7.0.0) 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..c51757e6 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 @@ -15,11 +12,10 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - - name: Run zizmor 🌈 + - name: "Run zizmor \U0001F308" uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2 with: # intentionally not scanning the entire repository, From 509be64dd3964621f6440a8c1f3e6000953bb7a7 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 15 Jul 2026 05:44:36 +0000 Subject: [PATCH 31/65] 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 192e21d79ab29983730a13d1382995c2307fbcaa (Pinned from v0.5.7) Made with ❤️️ by updatecli --- .github/workflows/zizmor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index c51757e6..5c65861a 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -16,7 +16,7 @@ jobs: with: persist-credentials: false - name: "Run zizmor \U0001F308" - uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2 + uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7 with: # intentionally not scanning the entire repository, inputs: ./.github/ From 6f3a0337e989ca39f16b20d68558f90aa7a80d27 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 16 Jul 2026 05:49:09 +0000 Subject: [PATCH 32/65] chore: deps(github): bump Action tag for actions/setup-go from 924ae3... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... a1cded613372ab5595356fb5720e22ba16 to b7ad1dad31e06c5925ef5d2fc7ad053ef454303e (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 fd1e627a..5faafda4 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@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: cache: false go-version: 1.25.1 From 296e6a01e0c4462a7119ab5f480f6f7bc8e3b597 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 16 Jul 2026 05:51:05 +0000 Subject: [PATCH 33/65] chore: deps(github): bump Action tag for actions/setup-go from 924ae3... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... a1cded613372ab5595356fb5720e22ba16 to b7ad1dad31e06c5925ef5d2fc7ad053ef454303e (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 b1550341..96f8d3d4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -25,7 +25,7 @@ jobs: uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0 # https://github.com/actions/setup-go - name: Set up Go - uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0 + uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0 with: cache: false go-version: 1.25.1 From 6ae2ac5bd1ffc659a59fdff4fc7d597eecafd8fa Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 16 Jul 2026 05:53:13 +0000 Subject: [PATCH 34/65] chore: deps(github): bump Action tag for actions/setup-go from 924ae3... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... a1cded613372ab5595356fb5720e22ba16 to b7ad1dad31e06c5925ef5d2fc7ad053ef454303e (Pinned from v7.0.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 93a6fb59..274f4f76 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -17,7 +17,7 @@ jobs: with: version: "v0.119.0" - name: "Set up Go" - uses: "actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16" # v6.5.0 + uses: "actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e" # v7.0.0 with: go-version-file: "go.mod" id: go From c95178d4bbd1730f838e22f6e1e5a8daf05bcfeb Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 16 Jul 2026 05:53:22 +0000 Subject: [PATCH 35/65] chore: deps(github): bump Action tag for actions/setup-go from 924ae3... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... a1cded613372ab5595356fb5720e22ba16 to b7ad1dad31e06c5925ef5d2fc7ad053ef454303e (Pinned from v7.0.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 8126aa74..592a0288 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -15,7 +15,7 @@ jobs: with: version: "v0.119.0" - name: "Set up Go" - uses: "actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16" # v6.5.0 + uses: "actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e" # v7.0.0 with: go-version-file: "go.mod" id: go From 190a54f9e48d75b89c400e1156a28d49104e8bf9 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 16 Jul 2026 05:53:31 +0000 Subject: [PATCH 36/65] chore: deps(github): bump Action tag for actions/setup-go from 924ae3... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... a1cded613372ab5595356fb5720e22ba16 to b7ad1dad31e06c5925ef5d2fc7ad053ef454303e (Pinned from v7.0.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 a42290f1..cd843365 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -19,7 +19,7 @@ jobs: with: version: "v0.119.0" - name: "Set up Go" - uses: "actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16" # v6.5.0 + uses: "actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e" # v7.0.0 with: go-version-file: "go.mod" id: go From 2886a8ab0af9e9dc31e7c68af009eca81fadcf47 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 16 Jul 2026 05:53:36 +0000 Subject: [PATCH 37/65] 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 192e21d79ab29983730a13d1382995c2307fbcaa to 6599ee8b7a49aef6a770f63d261d214911a7ce02 (Pinned from v0.6.0) Made with ❤️️ by updatecli --- .github/workflows/zizmor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index 5c65861a..80626113 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -16,7 +16,7 @@ jobs: with: persist-credentials: false - name: "Run zizmor \U0001F308" - uses: zizmorcore/zizmor-action@192e21d79ab29983730a13d1382995c2307fbcaa # v0.5.7 + uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0 with: # intentionally not scanning the entire repository, inputs: ./.github/ From 350f2cdb718f3e807b2d26f47e607abb388ee132 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 17 Jul 2026 05:49:08 +0000 Subject: [PATCH 38/65] 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 99df26d4f13ea111d4ec1a7dddef6063f76b97e9 to 7188fc363630916deb702c7fdcf4e481b751f97a (Pinned from v4.37.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 5da0621d..d17e2387 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@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0 + uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 # Override language selection by uncommenting this and choosing your languages with: languages: go From 88de86c5c105b37fe8d6a1ebb2871fff59f54fee Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 17 Jul 2026 05:49:17 +0000 Subject: [PATCH 39/65] 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 99df26d4f13ea111d4ec1a7dddef6063f76b97e9 to 7188fc363630916deb702c7fdcf4e481b751f97a (Pinned from v4.37.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 d17e2387..e33d5433 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@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0 + uses: github/codeql-action/autobuild@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 #- run: | # make bootstrap # make release From 0c5cfd2a034d43fd276b4594a00502ab970b2922 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 17 Jul 2026 05:49:29 +0000 Subject: [PATCH 40/65] 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 99df26d4f13ea111d4ec1a7dddef6063f76b97e9 to 7188fc363630916deb702c7fdcf4e481b751f97a (Pinned from v4.37.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 e33d5433..9394efb6 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@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4.37.0 + uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 From ff89cb14ce142ce6967157a9af14b7234edca365 Mon Sep 17 00:00:00 2001 From: updatecli Date: Mon, 20 Jul 2026 06:25:59 +0000 Subject: [PATCH 41/65] 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 4d75298e00d9e34c483e5ff8c68d0ea1c1940c1e to eada3c96a64734dd381cfbda23511034e328ddb0 (Pinned from v7.6.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 23b86a08..d063337f 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@4d75298e00d9e34c483e5ff8c68d0ea1c1940c1e # v7.5.1 + - uses: release-drafter/release-drafter@eada3c96a64734dd381cfbda23511034e328ddb0 # v7.6.0 with: config-name: release-drafter.yaml env: From b0a768b7055818a0e7e173838a41b5cd3dcd8846 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 21 Jul 2026 05:53:55 +0000 Subject: [PATCH 42/65] chore: deps(github): bump Action tag for actions/checkout from 9c091b... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... b21b7c1c1d1991bb908d89e4e9dddfe3e0 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.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 9394efb6..3bc6ff49 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.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 f8864d537b4a9278fc53212477301f4f09e93410 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 21 Jul 2026 05:59:39 +0000 Subject: [PATCH 43/65] chore: deps(github): bump Action release for actions/checkout from 9c... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.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 5faafda4..d7b0a836 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 - name: golangci-lint From 30f93a1d277e2a21e5d61cab3dc0dc9161a57f43 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 21 Jul 2026 06:00:59 +0000 Subject: [PATCH 44/65] chore: deps(github): bump Action tag for actions/checkout from 9c091b... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... b21b7c1c1d1991bb908d89e4e9dddfe3e0 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.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 96f8d3d4..8ff1a643 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 - name: Set up QEMU From 388f761f27a711be88693d2449df2c8d322050dc Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 21 Jul 2026 06:02:31 +0000 Subject: [PATCH 45/65] chore: deps(github): bump Action tag for actions/checkout from 9c091b... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... b21b7c1c1d1991bb908d89e4e9dddfe3e0 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) 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 fbe006c7..87c098e6 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -9,6 +9,6 @@ jobs: contents: read steps: - name: Checkout Actions Repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Check spelling of file.txt uses: crate-ci/typos@d6b38c8b48913f417c9449cd83833b41535b0c54 # renovate/stable-1.x From 25a9c81b126f43d3d663df659877d81e8ff7339d Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 21 Jul 2026 06:03:21 +0000 Subject: [PATCH 46/65] chore: deps(github): bump Action tag for actions/checkout from 9c091b... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... b21b7c1c1d1991bb908d89e4e9dddfe3e0 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) 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 274f4f76..ce0b7fff 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 + uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1 - name: "Setup updatecli" uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0 with: From ad508aa336f046db8b713b875c1be866c1dde240 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 21 Jul 2026 06:03:34 +0000 Subject: [PATCH 47/65] chore: deps(github): bump Action tag for actions/checkout from 9c091b... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... b21b7c1c1d1991bb908d89e4e9dddfe3e0 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) 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 592a0288..a6514113 100644 --- a/.github/workflows/updatecli_test.yaml +++ b/.github/workflows/updatecli_test.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 + uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1 - name: "Setup updatecli" uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0 with: From 812e71c73dbcf3e10a31d4d031aaa837b7988362 Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 21 Jul 2026 06:03:41 +0000 Subject: [PATCH 48/65] chore: deps(github): bump Action tag for actions/checkout from 9c091b... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... b21b7c1c1d1991bb908d89e4e9dddfe3e0 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) 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 cd843365..67b9e587 100644 --- a/.github/workflows/updatecli_update.yaml +++ b/.github/workflows/updatecli_update.yaml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Checkout" - uses: "actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0" # v7.0.0 + uses: "actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1" # v7.0.1 - name: "Setup updatecli" uses: "updatecli/updatecli-action@5dfc616e57b07d2302c3f37e5b72a4ead82dbbf8" # v3.4.0 with: From 861dc87ead6ad704eb1097460c4a19035d48aa4b Mon Sep 17 00:00:00 2001 From: updatecli Date: Tue, 21 Jul 2026 06:03:47 +0000 Subject: [PATCH 49/65] chore: deps(github): bump Action tag for actions/checkout from 9c091b... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... b21b7c1c1d1991bb908d89e4e9dddfe3e0 to 3d3c42e5aac5ba805825da76410c181273ba90b1 (Pinned from v7.0.1) Made with ❤️️ by updatecli --- .github/workflows/zizmor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index 80626113..5db1dd1b 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -12,7 +12,7 @@ jobs: security-events: write steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: "Run zizmor \U0001F308" From 27b2e04bf5c06eaef53d833c1c525c998363a5d1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 22 Jul 2026 05:58:03 +0000 Subject: [PATCH 50/65] 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 7188fc363630916deb702c7fdcf4e481b751f97a to e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 (Pinned from v4.37.3) 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 3bc6ff49..b4d5b773 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@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 + uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 # Override language selection by uncommenting this and choosing your languages with: languages: go From fc430e0c7ab0b63c616a91907ba175b83ee87330 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 22 Jul 2026 05:58:13 +0000 Subject: [PATCH 51/65] 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 7188fc363630916deb702c7fdcf4e481b751f97a to e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 (Pinned from v4.37.3) 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 b4d5b773..0e1eebc0 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@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 + uses: github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 #- run: | # make bootstrap # make release From 905043847dc25c15ad8008939a2fd1230a1915ac Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 22 Jul 2026 05:58:23 +0000 Subject: [PATCH 52/65] 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 7188fc363630916deb702c7fdcf4e481b751f97a to e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 (Pinned from v4.37.3) 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 0e1eebc0..2473c06a 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@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1 + uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 From 35ab9872f6f1235bcdb4ab8bb7e0e65ac2deab2d Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 24 Jul 2026 05:59:56 +0000 Subject: [PATCH 53/65] 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 ... af1e73f918a031802d376d3c8bbc3fe56130a9b0 to 06fb636fac595d6fb4b28a5dfcb21a6f5091859c (Pinned from v4.5.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 8ff1a643..16785cb2 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@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 - name: Login to DockerHub - uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} From 6921184952917fbb50212ee4c51093ccd53d4531 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 24 Jul 2026 05:59:58 +0000 Subject: [PATCH 54/65] chore: deps(github): bump Action tag for docker/login-action from af1... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... e73f918a031802d376d3c8bbc3fe56130a9b0 to 06fb636fac595d6fb4b28a5dfcb21a6f5091859c (Pinned from v4.5.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 16785cb2..88653385 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@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 + uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 with: registry: ghcr.io username: ${{ github.repository_owner }} From 8bd8ff5004b96d2f54a2edddd006e2fcff5fdcd8 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 24 Jul 2026 06:01:20 +0000 Subject: [PATCH 55/65] 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 6599ee8b7a49aef6a770f63d261d214911a7ce02 to 6fc4b006235f201fdab3722e17240ab420d580e5 (Pinned from v0.6.1) Made with ❤️️ by updatecli --- .github/workflows/zizmor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/zizmor.yaml b/.github/workflows/zizmor.yaml index 5db1dd1b..28807829 100644 --- a/.github/workflows/zizmor.yaml +++ b/.github/workflows/zizmor.yaml @@ -16,7 +16,7 @@ jobs: with: persist-credentials: false - name: "Run zizmor \U0001F308" - uses: zizmorcore/zizmor-action@6599ee8b7a49aef6a770f63d261d214911a7ce02 # v0.6.0 + uses: zizmorcore/zizmor-action@6fc4b006235f201fdab3722e17240ab420d580e5 # v0.6.1 with: # intentionally not scanning the entire repository, inputs: ./.github/ From 1adcca90713185c9f093c92895808742dad48771 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 25 Jul 2026 05:54:21 +0000 Subject: [PATCH 56/65] chore: deps(github): bump Action tag for docker/login-action from 06f... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... b636fac595d6fb4b28a5dfcb21a6f5091859c to abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 (Pinned from v4.5.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 88653385..9bd44d89 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@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 - name: Login to DockerHub - uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} From ef36224731bef24e66a81b36a298da2ddd206fd1 Mon Sep 17 00:00:00 2001 From: updatecli Date: Sat, 25 Jul 2026 05:54:25 +0000 Subject: [PATCH 57/65] 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 ... 06fb636fac595d6fb4b28a5dfcb21a6f5091859c to abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 (Pinned from v4.5.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 9bd44d89..6305d963 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@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 + uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 with: registry: ghcr.io username: ${{ github.repository_owner }} From 33f34a7f4d617d1ba8bdda75f963e2b1c98c36d3 Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 29 Jul 2026 06:03:13 +0000 Subject: [PATCH 58/65] 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 ... abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 to 371161bbe7024a29a25c5e19bfcbc0804fe9ad2c (Pinned from v4.5.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 6305d963..971a8a38 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@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 - name: Login to DockerHub - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 + uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} From 8a08a7aa3ead5d22f39be6061237353da1ed85cb Mon Sep 17 00:00:00 2001 From: updatecli Date: Wed, 29 Jul 2026 06:03:15 +0000 Subject: [PATCH 59/65] chore: deps(github): bump Action tag for docker/login-action from abd... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 2ef45e78c5afb21d64d4ca52ee8550d9572c7 to 371161bbe7024a29a25c5e19bfcbc0804fe9ad2c (Pinned from v4.5.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 971a8a38..2385ff85 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@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1 + uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 with: registry: ghcr.io username: ${{ github.repository_owner }} From 3420169d2d5e4cbc85ed20b719e39302c4051760 Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 30 Jul 2026 08:43:12 +0000 Subject: [PATCH 60/65] 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 eada3c96a64734dd381cfbda23511034e328ddb0 to 34d80673e067bdc0c24568d3af899c216adcfaa9 (Pinned from v7.7.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 d063337f..3750ae43 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@eada3c96a64734dd381cfbda23511034e328ddb0 # v7.6.0 + - uses: release-drafter/release-drafter@34d80673e067bdc0c24568d3af899c216adcfaa9 # v7.7.0 with: config-name: release-drafter.yaml env: From a1a195707f386871db95671d342e17f01f4fd89c Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 30 Jul 2026 08:44:48 +0000 Subject: [PATCH 61/65] chore: deps(github): bump Action tag for docker/login-action from 371... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 161bbe7024a29a25c5e19bfcbc0804fe9ad2c to dbcb813823bdd20940b903addbd779551569679f (Pinned from v4.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 2385ff85..87634ffc 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@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0 - name: Login to DockerHub - uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: username: ${{ secrets.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_PASSWORD }} From 0aafb0a1d66c14b8bb938c1cb6a9a0a93a42228e Mon Sep 17 00:00:00 2001 From: updatecli Date: Thu, 30 Jul 2026 08:44:50 +0000 Subject: [PATCH 62/65] chore: deps(github): bump Action tag for docker/login-action from 371... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... 161bbe7024a29a25c5e19bfcbc0804fe9ad2c to dbcb813823bdd20940b903addbd779551569679f (Pinned from v4.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 87634ffc..1665dc15 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@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.repository_owner }} From 4533eca631b505dcab6cf1f62bfb8e87b5e6be8c Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 31 Jul 2026 06:20:55 +0000 Subject: [PATCH 63/65] 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 e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 to f205ea1c3313d32999d8d6a48b4f6530d4437b38 (Pinned from v4.37.4) 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 2473c06a..10fbcc66 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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 # Override language selection by uncommenting this and choosing your languages with: languages: go From f7ee6720f0bce95eb642db7055782d529607b977 Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 31 Jul 2026 06:21:05 +0000 Subject: [PATCH 64/65] 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 e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 to f205ea1c3313d32999d8d6a48b4f6530d4437b38 (Pinned from v4.37.4) 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 10fbcc66..e2b03948 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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/autobuild@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 #- run: | # make bootstrap # make release From 5b62df5917b966749ded89db63c4d79a6ea1cffe Mon Sep 17 00:00:00 2001 From: updatecli Date: Fri, 31 Jul 2026 06:21:15 +0000 Subject: [PATCH 65/65] 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 e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 to f205ea1c3313d32999d8d6a48b4f6530d4437b38 (Pinned from v4.37.4) 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 e2b03948..c76f96b4 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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4