|
12 | 12 | REF: ${{ steps.generate-ref.outputs.ref }} |
13 | 13 | steps: |
14 | 14 | - run: helm version |
15 | | - - uses: actions/checkout@v4 |
| 15 | + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
16 | 16 | - run: helm version |
17 | 17 | - id: generate-ref |
18 | 18 | name: Generate Ref |
|
51 | 51 | - "helm plugin install https://github.com/hypnoglow/helm-s3.git && helm plugin list" |
52 | 52 | - "helm env" |
53 | 53 | steps: |
54 | | - - uses: actions/checkout@v4 |
| 54 | + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
55 | 55 | - uses: ./ |
56 | 56 | with: |
57 | 57 | exec: ${{ matrix.exec }} |
|
65 | 65 | matrix: |
66 | 66 | runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }} |
67 | 67 | steps: |
68 | | - - uses: actions/checkout@v4 |
| 68 | + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
69 | 69 | - run: helm version |
70 | 70 | - uses: ./ |
71 | 71 | id: helm3 |
|
93 | 93 | matrix: |
94 | 94 | runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }} |
95 | 95 | steps: |
96 | | - - uses: actions/checkout@v4 |
| 96 | + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
97 | 97 | - name: Create k8s Kind Cluster |
98 | | - uses: helm/kind-action@v1.12.0 |
| 98 | + uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 |
99 | 99 | - name: Get running image ID |
100 | 100 | id: ps |
101 | 101 | run: printf "::set-output name=id::%s" $(docker ps --format "{{.ID}}") |
@@ -181,9 +181,9 @@ jobs: |
181 | 181 | matrix: |
182 | 182 | runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }} |
183 | 183 | steps: |
184 | | - - uses: actions/checkout@v4 |
| 184 | + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
185 | 185 | - name: Create k8s Kind Cluster |
186 | | - uses: helm/kind-action@v1.12.0 |
| 186 | + uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 |
187 | 187 | - name: Get running image ID |
188 | 188 | id: ps |
189 | 189 | run: printf "::set-output name=id::%s" $(docker ps --format "{{.ID}}") |
@@ -243,7 +243,7 @@ jobs: |
243 | 243 | printf "::set-output name=cnt::%s" $(cat ~/.kube/config) |
244 | 244 | kubeconfig: ${{ steps.kubeconfig.outputs.kubeconfig }} |
245 | 245 | - name: "Assert kubeconfig really contains: junk" |
246 | | - uses: nick-fields/assert-action@v2 |
| 246 | + uses: nick-fields/assert-action@aa0067e01f0f6545c31755d6ca128c5a3a14f6bf # v2 |
247 | 247 | with: |
248 | 248 | expected: junk |
249 | 249 | actual: ${{ steps.getkubeconfigcontents.outputs.cnt }} |
@@ -289,9 +289,9 @@ jobs: |
289 | 289 | matrix: |
290 | 290 | runner: ${{ fromJson(needs.runner-matrix.outputs.runner) }} |
291 | 291 | steps: |
292 | | - - uses: actions/checkout@v4 |
| 292 | + - uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4 |
293 | 293 | - name: Create k8s Kind Cluster |
294 | | - uses: helm/kind-action@v1.12.0 |
| 294 | + uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0 |
295 | 295 | - name: Get running image ID |
296 | 296 | id: ps |
297 | 297 | run: printf "::set-output name=id::%s" $(docker ps --format "{{.ID}}") |
|
0 commit comments