@@ -26,19 +26,19 @@ jobs:
2626 with :
2727 persist-credentials : false
2828 - name : Login to Stackable Harbor
29- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
29+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
3030 with :
3131 registry : oci.stackable.tech
3232 username : robot$sdp+github-action-build
3333 password : ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
3434 - name : Set up Cosign
35- uses : sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
35+ uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
3636 - name : Determine Architecture
3737 run : |
3838 echo "TAG=$(git rev-parse --short HEAD)-$(arch)" >> "$GITHUB_ENV"
3939 - name : Build and push
4040 id : build-and-push
41- uses : docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7 .0
41+ uses : docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18 .0
4242 with :
4343 context : .
4444 file : ./${{ matrix.ubi-version }}-rust-builder/Dockerfile
@@ -67,13 +67,13 @@ jobs:
6767 with :
6868 persist-credentials : false
6969 - name : Login to Stackable Harbor
70- uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
70+ uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
7171 with :
7272 registry : oci.stackable.tech
7373 username : robot$sdp+github-action-build
7474 password : ${{ secrets.HARBOR_ROBOT_SDP_GITHUB_ACTION_BUILD_SECRET }}
7575 - name : Set up Cosign
76- uses : sigstore/cosign-installer@4959ce089c160fddf62f7b42464195ba1a56d382 # v3.6.0
76+ uses : sigstore/cosign-installer@3454372f43399081ed03b604cb2d021dabca52bb # v3.8.2
7777 - name : Build Manifest List
7878 shell : bash
7979 run : |
0 commit comments