|
50 | 50 | matrix_keycloak_versions: ${{ steps.set-matrix.outputs.matrix_keycloak_versions }} |
51 | 51 | steps: |
52 | 52 | - name: Checkout |
53 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 53 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 |
54 | 54 |
|
55 | 55 | - name: List Keycloak Versions from repository's folders |
56 | 56 | id: set-matrix |
|
83 | 83 | keycloak_version: ${{ fromJson(needs.list-keycloak-versions.outputs.matrix_keycloak_versions) }} |
84 | 84 | steps: |
85 | 85 | - name: Checkout |
86 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 86 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 |
87 | 87 |
|
88 | 88 | - name: Install asdf tools with cache |
89 | 89 | uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@eb9d51b4dc89deeda7fc160166f378725ee0f06a # 1.5.3 |
@@ -207,7 +207,7 @@ jobs: |
207 | 207 | keycloak_version: ${{ fromJson(needs.list-keycloak-versions.outputs.matrix_keycloak_versions) }} |
208 | 208 | steps: |
209 | 209 | - name: Checkout |
210 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 210 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 |
211 | 211 |
|
212 | 212 | - name: Install asdf tools with cache |
213 | 213 | uses: camunda/infraex-common-config/./.github/actions/asdf-install-tooling@eb9d51b4dc89deeda7fc160166f378725ee0f06a # 1.5.3 |
@@ -294,7 +294,7 @@ jobs: |
294 | 294 | - read-build-image-output |
295 | 295 | steps: |
296 | 296 | - name: Checkout |
297 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 297 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 |
298 | 298 |
|
299 | 299 | - name: Install build-essentials for asdf |
300 | 300 | run: | |
@@ -569,7 +569,7 @@ jobs: |
569 | 569 | - test-base-image |
570 | 570 | steps: |
571 | 571 | - name: Checkout |
572 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 |
| 572 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 |
573 | 573 |
|
574 | 574 | - name: Install if required common software tooling |
575 | 575 | uses: camunda/infra-global-github-actions/common-tooling@1c6cd774501c2210dd7a44bbc938508fffa80a26 # main |
|
0 commit comments