diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c146622723..035eff4f90 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: go-version-file: go.mod cache: true - name: Build binary - uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1 # v4.1.0 + uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0 with: version: latest args: build --snapshot --rm-dist --single-target --id kubernetes-ingress @@ -309,7 +309,7 @@ jobs: uses: anchore/sbom-action/download-syft@07978da4bdb4faa726e52dfc6b1bed63d4b56479 # v0.13.3 - name: Build binaries - uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1 # v4.1.0 + uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0 with: version: latest args: ${{ startsWith(github.ref, 'refs/tags/') && 'release' || 'build --snapshot' }} ${{ github.event_name == 'pull_request' && '--single-target' || '' }} --rm-dist diff --git a/.github/workflows/update-docker-images.yml b/.github/workflows/update-docker-images.yml index d30dfae9bb..c0dcf001ab 100644 --- a/.github/workflows/update-docker-images.yml +++ b/.github/workflows/update-docker-images.yml @@ -98,7 +98,7 @@ jobs: id: go run: echo "go_path=$(go env GOPATH)" >> $GITHUB_OUTPUT - name: Build binaries - uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1 # v4.1.0 + uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b # v4.2.0 with: version: latest args: build --rm-dist --id kubernetes-ingress