@@ -16,7 +16,7 @@ permissions: read-all
1616
1717jobs :
1818 build :
19- uses : miracum/.github/.github/workflows/standard-build.yaml@fc8f3798e3b8537a350cf51438e01a906811532c # v1.12.7
19+ uses : miracum/.github/.github/workflows/standard-build.yaml@9f84fcc48dfff64fd5d6d3a6085e9eadfe68d59f # v1.16.6
2020 permissions :
2121 contents : write
2222 id-token : write
5151 docker info -f '{{ .DriverStatus }}'
5252
5353 - name : Download test image
54- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
54+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
5555 with :
5656 name : ${{ needs.build.outputs.image-slug }}-test
5757 path : /tmp
@@ -93,13 +93,13 @@ jobs:
9393 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9494
9595 - name : Create KinD cluster
96- uses : helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10 .0
96+ uses : helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12 .0
9797 with :
9898 cluster_name : kind
9999
100100 - name : Download image
101101 if : ${{ github.event_name == 'pull_request' }}
102- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
102+ uses : actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
103103 with :
104104 name : ${{ needs.build.outputs.image-slug }}
105105 path : /tmp
@@ -148,14 +148,14 @@ jobs:
148148
149149 - name : Upload cluster dump
150150 if : always()
151- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
151+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
152152 with :
153153 name : kind-cluster-dump.txt
154154 path : |
155155 kind-cluster-dump.txt
156156
157157 lint :
158- uses : miracum/.github/.github/workflows/standard-lint.yaml@fc8f3798e3b8537a350cf51438e01a906811532c # v1.12.7
158+ uses : miracum/.github/.github/workflows/standard-lint.yaml@9f84fcc48dfff64fd5d6d3a6085e9eadfe68d59f # v1.16.6
159159 permissions :
160160 contents : read
161161 pull-requests : write
@@ -170,7 +170,7 @@ jobs:
170170 github-token : ${{ secrets.GITHUB_TOKEN }}
171171
172172 release :
173- uses : miracum/.github/.github/workflows/standard-release.yaml@fc8f3798e3b8537a350cf51438e01a906811532c # v1.12.7
173+ uses : miracum/.github/.github/workflows/standard-release.yaml@9f84fcc48dfff64fd5d6d3a6085e9eadfe68d59f # v1.16.6
174174 needs :
175175 - lint
176176 - build
0 commit comments