@@ -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@9e83a2b0b2e5681d913d4decdd18ac4ad6a6091c # v1.18.0
2020 permissions :
2121 contents : write
2222 id-token : write
5252 docker info -f '{{ .DriverStatus }}'
5353
5454 - name : Download test image
55- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
55+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
5656 with :
5757 name : ${{ needs.build.outputs.image-slug }}-test
5858 path : /tmp
7171
7272 - name : Add coverage to PR
7373 id : jacoco
74- uses : madrapps/jacoco-report@7c362aca34caf958e7b1c03464bd8781db9f8da7 # v1.7.1
74+ uses : madrapps/jacoco-report@50d3aff4548aa991e6753342d9ba291084e63848 # v1.7.2
7575 with :
7676 paths : |
7777 ${{ github.workspace }}/test/jacoco/test/jacocoTestReport.xml
@@ -91,16 +91,16 @@ jobs:
9191 contents : read
9292 steps :
9393 - name : Checkout
94- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
94+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
9595
9696 - name : Create KinD cluster
97- uses : helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10 .0
97+ uses : helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12 .0
9898 with :
9999 cluster_name : kind
100100
101101 - name : Download image
102102 if : ${{ github.event_name == 'pull_request' }}
103- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
103+ uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
104104 with :
105105 name : ${{ needs.build.outputs.image-slug }}
106106 path : /tmp
@@ -149,14 +149,14 @@ jobs:
149149
150150 - name : Upload cluster dump
151151 if : always()
152- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
152+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
153153 with :
154154 name : kind-cluster-dump.txt
155155 path : |
156156 kind-cluster-dump.txt
157157
158158 lint :
159- uses : miracum/.github/.github/workflows/standard-lint.yaml@fc8f3798e3b8537a350cf51438e01a906811532c # v1.12.7
159+ uses : miracum/.github/.github/workflows/standard-lint.yaml@9e83a2b0b2e5681d913d4decdd18ac4ad6a6091c # v1.18.0
160160 permissions :
161161 contents : read
162162 pull-requests : write
@@ -171,7 +171,7 @@ jobs:
171171 github-token : ${{ secrets.GITHUB_TOKEN }}
172172
173173 release :
174- uses : miracum/.github/.github/workflows/standard-release.yaml@fc8f3798e3b8537a350cf51438e01a906811532c # v1.12.7
174+ uses : miracum/.github/.github/workflows/standard-release.yaml@9e83a2b0b2e5681d913d4decdd18ac4ad6a6091c # v1.18.0
175175 needs :
176176 - lint
177177 - build
0 commit comments