From 2036e226dd87896e07895a770df0bc0f792c81d7 Mon Sep 17 00:00:00 2001 From: "netic-renovate[bot]" <207156494+netic-renovate[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 09:50:27 +0000 Subject: [PATCH] chore(deps): update github actions updates patch --- .github/workflows/go-cd.yaml | 10 +++++----- .github/workflows/go-ci.yaml | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/go-cd.yaml b/.github/workflows/go-cd.yaml index 11b21d0..c720bc6 100644 --- a/.github/workflows/go-cd.yaml +++ b/.github/workflows/go-cd.yaml @@ -51,7 +51,7 @@ jobs: steps: - name: Free Disk Space (Ubuntu) if: inputs.run-free-disk-space - uses: neticdk/gh-free-disk-space-ubuntu@v1 + uses: neticdk/gh-free-disk-space-ubuntu@4b713b54c3cbe00fe80821b1ad45d1c715904daf # v1 - name: Checkout code uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 @@ -74,7 +74,7 @@ jobs: gh-token: ${{ env.GH_TOKEN }} - name: Log in to the Docker registry - uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 with: registry: ghcr.io username: ${{ github.actor }} @@ -83,15 +83,15 @@ jobs: # Add support for more platforms with QEMU (optional) # https://github.com/docker/setup-qemu-action - name: Set up QEMU - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4 + uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a # v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4 + uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4 with: driver: docker-container - name: Run GoReleaser Release - uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7 + uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7 with: distribution: goreleaser version: "~> v2" diff --git a/.github/workflows/go-ci.yaml b/.github/workflows/go-ci.yaml index c81848b..fd5c808 100644 --- a/.github/workflows/go-ci.yaml +++ b/.github/workflows/go-ci.yaml @@ -88,7 +88,7 @@ jobs: steps: - name: Free Disk Space (Ubuntu) if: inputs.run-free-disk-space - uses: neticdk/gh-free-disk-space-ubuntu@v1 + uses: neticdk/gh-free-disk-space-ubuntu@4b713b54c3cbe00fe80821b1ad45d1c715904daf # v1 - name: Checkout code uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 @@ -133,7 +133,7 @@ jobs: - name: Install GoReleaser if: inputs.run-release-test - uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7 + uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7 with: distribution: goreleaser version: "~> v2" @@ -174,7 +174,7 @@ jobs: go mod verify - name: golangci-lint - uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9 + uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9 with: version: v2.13.2 working-directory: ${{ inputs.workdir }}