|
53 | 53 | uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 |
54 | 54 |
|
55 | 55 | - name: Install if required common software tooling |
56 | | - uses: camunda/infra-global-github-actions/common-tooling@ac49bc15bf204f9d61840deae49a8af0cbc59371 # main |
| 56 | + uses: camunda/infra-global-github-actions/common-tooling@4c439b05881c67ce468b07f75d9fe0adde4c0821 # main |
57 | 57 | with: |
58 | 58 | java-enabled: false |
59 | 59 | yarn-enabled: false |
|
94 | 94 |
|
95 | 95 | - name: Build image using Camunda docker build |
96 | 96 | id: build-image-step |
97 | | - uses: camunda/infra-global-github-actions/build-docker-image@ac49bc15bf204f9d61840deae49a8af0cbc59371 # main |
| 97 | + uses: camunda/infra-global-github-actions/build-docker-image@4c439b05881c67ce468b07f75d9fe0adde4c0821 # main |
98 | 98 | with: |
99 | 99 | registry_host: ${{ vars.CONTAINER_REGISTRY_CI }} |
100 | 100 | registry_username: ${{ steps.secrets.outputs.MACHINE_USR }} |
@@ -154,7 +154,7 @@ jobs: |
154 | 154 | uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 |
155 | 155 |
|
156 | 156 | - name: Install if required common software tooling |
157 | | - uses: camunda/infra-global-github-actions/common-tooling@ac49bc15bf204f9d61840deae49a8af0cbc59371 # main |
| 157 | + uses: camunda/infra-global-github-actions/common-tooling@4c439b05881c67ce468b07f75d9fe0adde4c0821 # main |
158 | 158 | with: |
159 | 159 | java-enabled: false |
160 | 160 | yarn-enabled: false |
@@ -241,7 +241,7 @@ jobs: |
241 | 241 | uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 |
242 | 242 |
|
243 | 243 | - name: Install if required common software tooling |
244 | | - uses: camunda/infra-global-github-actions/common-tooling@ac49bc15bf204f9d61840deae49a8af0cbc59371 # main |
| 244 | + uses: camunda/infra-global-github-actions/common-tooling@4c439b05881c67ce468b07f75d9fe0adde4c0821 # main |
245 | 245 | with: |
246 | 246 | java-enabled: false |
247 | 247 | yarn-enabled: false |
@@ -462,7 +462,7 @@ jobs: |
462 | 462 | uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 |
463 | 463 |
|
464 | 464 | - name: Install if required common software tooling |
465 | | - uses: camunda/infra-global-github-actions/common-tooling@ac49bc15bf204f9d61840deae49a8af0cbc59371 # main |
| 465 | + uses: camunda/infra-global-github-actions/common-tooling@4c439b05881c67ce468b07f75d9fe0adde4c0821 # main |
466 | 466 | with: |
467 | 467 | java-enabled: false |
468 | 468 | yarn-enabled: false |
|
0 commit comments