2626 with :
2727 show-progress : false
2828 - name : Setup Golang
29- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
29+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
3030 with :
3131 go-version-file : go.mod
3232 cache : false
4949 with :
5050 show-progress : false
5151 - name : Setup Golang
52- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
52+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
5353 with :
5454 go-version-file : go.mod
5555 - name : Run Test Coverage
@@ -68,11 +68,11 @@ jobs:
6868 with :
6969 show-progress : false
7070 - name : Setup Golang
71- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
71+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
7272 with :
7373 go-version-file : go.mod
7474 - name : Setup Goreleaser
75- uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
75+ uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
7676 with :
7777 version : ${{ env.GORELEASER_VERSION }}
7878 install-only : true
@@ -92,11 +92,11 @@ jobs:
9292 show-progress : false
9393 fetch-depth : 0
9494 - name : Setup Golang
95- uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
95+ uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4 .0
9696 with :
9797 go-version-file : go.mod
9898 - name : Setup Goreleaser
99- uses : goreleaser/goreleaser-action@90a3faa9d0182683851fbfa97ca1a2cb983bfca3 # v6.2.1
99+ uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
100100 with :
101101 version : ${{ env.GORELEASER_VERSION }}
102102 install-only : true
@@ -109,7 +109,7 @@ jobs:
109109 env :
110110 GITHUB_TOKEN : ${{ secrets.BOT_GITHUB_TOKEN }}
111111 - name : Upload Binaries Artifacts
112- uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
112+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
113113 with :
114114 name : artifacts
115115 path : bin/
@@ -124,21 +124,21 @@ jobs:
124124 with :
125125 show-progress : false
126126 - name : Download Binaries
127- uses : actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
127+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
128128 with :
129129 name : artifacts
130130 path : bin/
131131 - name : Restore Executable Permissions
132132 run : |
133133 find ./bin/{darwin,linux} -type f -exec chmod +x {} \;
134134 - name : Docker Login to GitHub Repository
135- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
135+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
136136 with :
137137 registry : ghcr.io
138138 username : ${{ github.repository_owner }}
139139 password : ${{ secrets.GITHUB_TOKEN }}
140140 - name : Docker Login to DockerHub
141- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
141+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
142142 with :
143143 username : ${{ secrets.BOT_DOCKER_USERNAME }}
144144 password : ${{ secrets.BOT_DOCKER_TOKEN }}
0 commit comments