Skip to content

Commit 231a431

Browse files
chore(deps): pin dependencies (#30)
Co-authored-by: netic-renovate[bot] <207156494+netic-renovate[bot]@users.noreply.github.com>
1 parent e0013fc commit 231a431

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go-cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
run: git config --global url."https://${{ env.GH_USERNAME }}:${{ env.GH_TOKEN }}@github.com".insteadOf "https://github.com"
5757

5858
- name: Log in to the Docker registry
59-
uses: docker/login-action@v3
59+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}
6363
password: ${{ secrets.GITHUB_TOKEN }}
6464

6565
- name: Run GoReleaser Release
66-
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
66+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6
6767
with:
6868
distribution: goreleaser
6969
version: "~> v2"

.github/workflows/go-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Install GoReleaser
8787
if: inputs.run-release-test
88-
uses: goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6
88+
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6
8989
with:
9090
distribution: goreleaser
9191
version: "~> v2"

0 commit comments

Comments
 (0)