@@ -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@d3a6999f1c9524d1c6d25f3cefe5889f24776d7a # v1.16.1
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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
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@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
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@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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@d3a6999f1c9524d1c6d25f3cefe5889f24776d7a # v1.16.1
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@d3a6999f1c9524d1c6d25f3cefe5889f24776d7a # v1.16.1
174174 needs :
175175 - lint
176176 - build
0 commit comments