|
31 | 31 | contents: read |
32 | 32 | steps: |
33 | 33 | - name: Checkout repository |
34 | | - uses: actions/checkout@v6 |
| 34 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
35 | 35 | with: |
36 | 36 | persist-credentials: false |
37 | 37 |
|
|
55 | 55 | buildah push "${OPERATOR_IMG}-${TARGETARCH}" "docker-archive:/tmp/image-${TARGETARCH}.tar:${OPERATOR_IMG}-${TARGETARCH}" |
56 | 56 |
|
57 | 57 | - name: Upload image artifact |
58 | | - uses: actions/upload-artifact@v7 |
| 58 | + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 |
59 | 59 | with: |
60 | 60 | name: image-${{ matrix.targetarch }}-${{ github.run_id }} |
61 | 61 | path: /tmp/image-${{ matrix.targetarch }}.tar |
|
67 | 67 | runs-on: ubuntu-latest |
68 | 68 | steps: |
69 | 69 | - name: Checkout repository |
70 | | - uses: actions/checkout@v6 |
| 70 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
71 | 71 | with: |
72 | 72 | persist-credentials: false |
73 | 73 |
|
@@ -99,18 +99,18 @@ jobs: |
99 | 99 |
|
100 | 100 | steps: |
101 | 101 | - name: Checkout repository |
102 | | - uses: actions/checkout@v6 |
| 102 | + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 |
103 | 103 | with: |
104 | 104 | persist-credentials: false |
105 | 105 |
|
106 | 106 | - name: Download AMD64 image |
107 | | - uses: actions/download-artifact@v8 |
| 107 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 |
108 | 108 | with: |
109 | 109 | name: image-amd64-${{ github.run_id }} |
110 | 110 | path: /tmp |
111 | 111 |
|
112 | 112 | - name: Download ARM64 image |
113 | | - uses: actions/download-artifact@v8 |
| 113 | + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 |
114 | 114 | with: |
115 | 115 | name: image-arm64-${{ github.run_id }} |
116 | 116 | path: /tmp |
|
0 commit comments