|
31 | 31 | run_workflow: ${{ steps.run_workflow.outputs.run }} |
32 | 32 | steps: |
33 | 33 | - name: Checkout repository |
34 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 34 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
35 | 35 | with: |
36 | 36 | persist-credentials: false |
37 | 37 |
|
@@ -67,17 +67,17 @@ jobs: |
67 | 67 | contents: read |
68 | 68 | steps: |
69 | 69 | - name: Checkout repository |
70 | | - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
| 70 | + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 |
71 | 71 | with: |
72 | 72 | persist-credentials: false |
73 | 73 |
|
74 | 74 | - name: Initial cleanup |
75 | | - uses: open-edge-platform/geti-ci/actions/cleanup-runner@b7d997c1651b1e1b99a280033bd268b55ccb7923 |
| 75 | + uses: open-edge-platform/geti-ci/actions/cleanup-runner@6e7e8393869d05112f727d235acb644ed362c58f |
76 | 76 | with: |
77 | 77 | type: "initial" |
78 | 78 |
|
79 | 79 | - name: Pre-build cleanup |
80 | | - uses: open-edge-platform/geti-ci/actions/cleanup-runner@b7d997c1651b1e1b99a280033bd268b55ccb7923 |
| 80 | + uses: open-edge-platform/geti-ci/actions/cleanup-runner@6e7e8393869d05112f727d235acb644ed362c58f |
81 | 81 | with: |
82 | 82 | type: "pre-build" |
83 | 83 |
|
|
86 | 86 |
|
87 | 87 | - name: Extract metadata (tags, labels) for Docker |
88 | 88 | id: meta |
89 | | - uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0 |
| 89 | + uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0 |
90 | 90 | with: |
91 | 91 | tags: | |
92 | 92 | type=sha |
@@ -219,7 +219,7 @@ jobs: |
219 | 219 | continue-on-error: true |
220 | 220 | steps: |
221 | 221 | - name: Download all image size artifacts |
222 | | - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 |
| 222 | + uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 |
223 | 223 | with: |
224 | 224 | pattern: image-sizes-* |
225 | 225 | merge-multiple: true |
|
0 commit comments