6868 persist-credentials : false
6969
7070 - id : shard
71- uses : stackabletech/actions/shard@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
71+ uses : stackabletech/actions/shard@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
7272 with :
7373 product-name : ${{ inputs.product-name }}
7474 outputs :
@@ -95,19 +95,19 @@ jobs:
9595 persist-credentials : false
9696
9797 - name : Free Disk Space
98- uses : stackabletech/actions/free-disk-space@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
98+ uses : stackabletech/actions/free-disk-space@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
9999
100100 - name : Build Product Image
101101 id : build
102- uses : stackabletech/actions/build-product-image@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
102+ uses : stackabletech/actions/build-product-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
103103 with :
104104 registry-namespace : ${{ inputs.registry-namespace }}
105105 product-name : ${{ inputs.product-name }}
106106 product-version : ${{ matrix.versions }}
107107 sdp-version : ${{ inputs.sdp-version }}
108108
109109 - name : Publish Container Image on oci.stackable.tech
110- uses : stackabletech/actions/publish-image@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
110+ uses : stackabletech/actions/publish-image@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
111111 with :
112112 image-registry-uri : oci.stackable.tech
113113 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
@@ -134,7 +134,7 @@ jobs:
134134 persist-credentials : false
135135
136136 - name : Publish and Sign Image Index Manifest to oci.stackable.tech
137- uses : stackabletech/actions/publish-image-index-manifest@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
137+ uses : stackabletech/actions/publish-image-index-manifest@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
138138 with :
139139 image-registry-uri : oci.stackable.tech
140140 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
@@ -149,7 +149,7 @@ jobs:
149149 if : failure() || (github.run_attempt > 1 && !cancelled())
150150 steps :
151151 - name : Send Notification
152- uses : stackabletech/actions/send-slack-notification@7fb064db885e006f6a9eeff69c7cd5ff5dea68bc # v0.13.0
152+ uses : stackabletech/actions/send-slack-notification@8a8085be0a8cec3d24ad3970e602d65be487da6a # v0.14.1
153153 with :
154154 publish-manifests-result : ${{ needs.publish_manifests.result }}
155155 build-result : ${{ needs.build.result }}
0 commit comments