@@ -19,13 +19,13 @@ jobs:
1919 test :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
22+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2323
24- - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
24+ - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
2525 with :
2626 go-version-file : go.mod
2727
28- - uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6
28+ - uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6
2929
3030 # installed here to run lint on the .goreleaser.yml file:
3131 - name : Install GoReleaser
@@ -41,13 +41,13 @@ jobs:
4141 if : github.ref != 'refs/heads/main'
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
44+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
4545
46- - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
46+ - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
4747 with :
4848 go-version-file : go.mod
4949
50- - uses : golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6
50+ - uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6
5151
5252 - name : Install GoReleaser
5353 uses : goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6
@@ -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@a5ac7e51b41094c92402da3b24376905380afc29 # v4
66+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
6767 with :
6868 fetch-depth : 0
6969 fetch-tags : true
7070
71- - uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5
71+ - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5
7272 with :
7373 go-version-file : go.mod
7474
8282 install-only : true
8383
8484 - name : login to ghcr.io
85- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3
85+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3
8686 with :
8787 registry : ghcr.io
8888 username : ${{ github.actor }}
0 commit comments