9696 echo "GO_VERSION=${go_version}" >> "$GITHUB_ENV"
9797
9898 - name : Setup Golang version ${{ env.GO_VERSION }}
99- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
99+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
100100 with :
101101 go-version : ${{ env.GO_VERSION }}
102102 cache-dependency-path : " **/go.sum"
@@ -115,15 +115,15 @@ jobs:
115115
116116 - name : Login to quay Container Registry
117117 if : ${{ startsWith(inputs.registry, 'quay.io') }}
118- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
118+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
119119 with :
120120 registry : ${{ inputs.registry }}
121121 username : ${{ vars.QUAY_USERNAME }}
122122 password : ${{ secrets.QUAY_PASSWORD }}
123123
124124 - name : Login to Github Container Registry
125125 if : ${{ startsWith(inputs.registry, 'ghcr.io') }}
126- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
126+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
127127 with :
128128 registry : ${{ inputs.registry }}
129129 username : ${{ github.repository_owner }}
@@ -193,15 +193,15 @@ jobs:
193193
194194 - name : Login to quay Container Registry
195195 if : ${{ startsWith(inputs.registry, 'quay.io') }}
196- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
196+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
197197 with :
198198 registry : ${{ inputs.registry }}
199199 username : ${{ vars.QUAY_USERNAME }}
200200 password : ${{ secrets.QUAY_PASSWORD }}
201201
202202 - name : Login to Github Container Registry
203203 if : ${{ startsWith(inputs.registry, 'ghcr.io') }}
204- uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
204+ uses : docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1 .0
205205 with :
206206 registry : ${{ inputs.registry }}
207207 username : ${{ github.repository_owner }}
0 commit comments