2727        with :
2828          persist-credentials : false 
2929      - id : shard 
30-         uses : stackabletech/actions/shard@9aae2d1c14239021bfa33c041010f6fb7adec815   #  0.8.2 
30+         uses : stackabletech/actions/shard@497f3e3cbfe9b89b1e570351b97d050eebcad5d0   #  0.8.3 
3131        with :
3232          product-name : ${{ inputs.product-name }} 
3333    outputs :
@@ -53,18 +53,18 @@ jobs:
5353          persist-credentials : false 
5454
5555      - name : Free Disk Space 
56-         uses : stackabletech/actions/free-disk-space@9aae2d1c14239021bfa33c041010f6fb7adec815   #  0.8.2 
56+         uses : stackabletech/actions/free-disk-space@497f3e3cbfe9b89b1e570351b97d050eebcad5d0   #  0.8.3 
5757
5858      - name : Build Product Image 
5959        id : build 
60-         uses : stackabletech/actions/build-product-image@9aae2d1c14239021bfa33c041010f6fb7adec815   #  0.8.2 
60+         uses : stackabletech/actions/build-product-image@497f3e3cbfe9b89b1e570351b97d050eebcad5d0   #  0.8.3 
6161        with :
6262          product-name : ${{ inputs.product-name }} 
6363          product-version : ${{ matrix.versions }} 
6464          sdp-version : ${{ inputs.sdp-version }} 
6565
6666      - name : Publish Container Image on oci.stackable.tech 
67-         uses : stackabletech/actions/publish-image@9aae2d1c14239021bfa33c041010f6fb7adec815   #  0.8.2 
67+         uses : stackabletech/actions/publish-image@497f3e3cbfe9b89b1e570351b97d050eebcad5d0   #  0.8.3 
6868        with :
6969          image-registry-uri : oci.stackable.tech 
7070          image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build 
9090          persist-credentials : false 
9191
9292      - name : Publish and Sign Image Index Manifest to oci.stackable.tech 
93-         uses : stackabletech/actions/publish-index-manifest@9aae2d1c14239021bfa33c041010f6fb7adec815   #  0.8.2 
93+         uses : stackabletech/actions/publish-index-manifest@497f3e3cbfe9b89b1e570351b97d050eebcad5d0   #  0.8.3 
9494        with :
9595          image-registry-uri : oci.stackable.tech 
9696          image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build 
0 commit comments