From b8c27e1dba81ba562d21367660a766efaabc8a20 Mon Sep 17 00:00:00 2001 From: "netic-renovate[bot]" <207156494+netic-renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 10:25:51 +0000 Subject: [PATCH] chore(deps): update github actions updates patch --- .github/workflows/go-cd.yaml | 6 +++--- .github/workflows/go-ci.yaml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/go-cd.yaml b/.github/workflows/go-cd.yaml index 857b8dc..0cb0672 100644 --- a/.github/workflows/go-cd.yaml +++ b/.github/workflows/go-cd.yaml @@ -45,7 +45,7 @@ jobs: fetch-depth: 0 - name: Setup Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: # go-version takes precedence over go-version-file # if it is empty, go-version-file will be used @@ -57,7 +57,7 @@ jobs: run: git config --global url."https://${{ env.GH_USERNAME }}:${{ env.GH_TOKEN }}@github.com".insteadOf "https://github.com" - name: Log in to the Docker registry - uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -74,7 +74,7 @@ jobs: driver: docker-container - name: Run GoReleaser Release - uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7 + uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7 with: distribution: goreleaser version: "~> v2" diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index d218d0f..7961720 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -75,7 +75,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: # go-version takes precedence over go-version-file # if it is empty, go-version-file will be used @@ -101,7 +101,7 @@ jobs: run: go test -cover -coverprofile=coverage.txt -v ./... - name: Archive code coverage results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: code-coverage path: coverage.txt @@ -112,7 +112,7 @@ jobs: - name: Install GoReleaser if: inputs.run-release-test - uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7 + uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7 with: distribution: goreleaser version: "~> v2" @@ -152,7 +152,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup Go - uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6 + uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 with: # go-version takes precedence over go-version-file # if it is empty, go-version-file will be used