@@ -19,17 +19,17 @@ jobs:
1919 test :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2323
24- - uses : actions/setup-go@v4
24+ - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
2525 with :
2626 go-version-file : go.mod
2727
28- - uses : golangci/golangci-lint-action@v3
28+ - uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
2929
3030 # installed here to run lint on the .goreleaser.yml file:
3131 - name : Install GoReleaser
32- uses : goreleaser/goreleaser-action@v4
32+ uses : goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4
3333 with :
3434 install-only : true
3535
@@ -41,16 +41,16 @@ jobs:
4141 if : github.ref != 'refs/heads/main'
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@v4
44+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4545
46- - uses : actions/setup-go@v4
46+ - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
4747 with :
4848 go-version-file : go.mod
4949
50- - uses : golangci/golangci-lint-action@v3
50+ - uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
5151
5252 - name : Install GoReleaser
53- uses : goreleaser/goreleaser-action@v4
53+ uses : goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4
5454 with :
5555 install-only : true
5656
@@ -63,12 +63,12 @@ jobs:
6363 # only create a release on main builds:
6464 steps :
6565 - name : checkout code with full history (unshallow)
66- uses : actions/checkout@v4
66+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
6767 with :
6868 fetch-depth : 0
6969 fetch-tags : true
7070
71- - uses : actions/setup-go@v4
71+ - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4
7272 with :
7373 go-version-file : go.mod
7474
@@ -77,12 +77,12 @@ jobs:
7777 curl -sL https://git.io/autotag-install | sudo sh -s -- -b /usr/local/bin
7878
7979 - name : Install GoReleaser
80- uses : goreleaser/goreleaser-action@v4
80+ uses : goreleaser/goreleaser-action@5fdedb94abba051217030cc86d4523cf3f02243d # v4
8181 with :
8282 install-only : true
8383
8484 - name : login to ghcr.io
85- uses : docker/login-action@v2
85+ uses : docker/login-action@465a07811f14bebb1938fbed4728c6a1ff8901fc # v2
8686 with :
8787 registry : ghcr.io
8888 username : ${{ github.actor }}
0 commit comments