3030 name : Generate Runner Dimension
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434 with :
3535 persist-credentials : false
3636 - id : runners
@@ -55,11 +55,11 @@ jobs:
5555 name : Generate Version Dimension
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
58+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5959 with :
6060 persist-credentials : false
6161 - id : shard
62- uses : stackabletech/actions/shard@a5d39a4eb109bb6af3c152800701c86e98bfe1a5 # v0.10.1
62+ uses : stackabletech/actions/shard@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
6363 with :
6464 product-name : ${{ inputs.product-name }}
6565 outputs :
@@ -80,24 +80,24 @@ jobs:
8080 runner : ${{ fromJson(needs.generate_runner_dimension.outputs.runners) }}
8181 steps :
8282 - name : Checkout Repository
83- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
83+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8484 with :
8585 persist-credentials : false
8686
8787 - name : Free Disk Space
88- uses : stackabletech/actions/free-disk-space@a5d39a4eb109bb6af3c152800701c86e98bfe1a5 # v0.10.1
88+ uses : stackabletech/actions/free-disk-space@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
8989
9090 - name : Build Product Image
9191 id : build
92- uses : stackabletech/actions/build-product-image@a5d39a4eb109bb6af3c152800701c86e98bfe1a5 # v0.10.1
92+ uses : stackabletech/actions/build-product-image@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
9393 with :
9494 registry-namespace : ${{ inputs.registry-namespace }}
9595 product-name : ${{ inputs.product-name }}
9696 product-version : ${{ matrix.versions }}
9797 sdp-version : ${{ inputs.sdp-version }}
9898
9999 - name : Publish Container Image on oci.stackable.tech
100- uses : stackabletech/actions/publish-image@a5d39a4eb109bb6af3c152800701c86e98bfe1a5 # v0.10.1
100+ uses : stackabletech/actions/publish-image@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
101101 with :
102102 image-registry-uri : oci.stackable.tech
103103 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
@@ -118,12 +118,12 @@ jobs:
118118 versions : ${{ fromJson(needs.generate_version_dimension.outputs.versions) }}
119119 steps :
120120 - name : Checkout Repository
121- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
121+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
122122 with :
123123 persist-credentials : false
124124
125125 - name : Publish and Sign Image Index Manifest to oci.stackable.tech
126- uses : stackabletech/actions/publish-image-index-manifest@a5d39a4eb109bb6af3c152800701c86e98bfe1a5 # v0.10.1
126+ uses : stackabletech/actions/publish-image-index-manifest@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
127127 with :
128128 image-registry-uri : oci.stackable.tech
129129 image-registry-username : robot$${{ inputs.registry-namespace }}+github-action-build
@@ -138,7 +138,7 @@ jobs:
138138 if : failure() || (github.run_attempt > 1 && !cancelled())
139139 steps :
140140 - name : Send Notification
141- uses : stackabletech/actions/send-slack-notification@a5d39a4eb109bb6af3c152800701c86e98bfe1a5 # v0.10.1
141+ uses : stackabletech/actions/send-slack-notification@75e0756966dea229d697165bfd06ba79abcda72c # v0.10.3
142142 with :
143143 publish-manifests-result : ${{ needs.publish_manifests.result }}
144144 build-result : ${{ needs.build.result }}
0 commit comments