File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
- uses : ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
54
54
55
55
- name : Set up Cloud SDK
56
- uses : google-github-actions/auth@140bb5113ffb6b65a7e9b937a81fa96cf5064462 # v2.1.11
56
+ uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
57
57
with :
58
58
workload_identity_provider : ' projects/498091336538/locations/global/workloadIdentityPools/githubactions/providers/sigstore-fulcio'
59
59
service_account :
' [email protected] '
Original file line number Diff line number Diff line change 54
54
run : go test -v -coverprofile=coverage.txt -covermode=atomic ./...
55
55
56
56
- name : Upload Coverage Report
57
- uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
57
+ uses : codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00 # v5.5.0
58
58
59
59
- name : Ensure no files were modified as a result of the build
60
60
run : git update-index --refresh && git diff-index --quiet -I"^\/\/\s+(-\s+)?protoc(-gen-go)?\s+v[0-9]+\.[0-9]+\.[0-9]+$" HEAD -- || git diff -I"^\/\/\s+(-\s+)?protoc(-gen-go)?\s+v[0-9]+\.[0-9]+\.[0-9]+$" --exit-code
Original file line number Diff line number Diff line change 84
84
- uses : ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
85
85
86
86
- name : Setup Cluster
87
- uses : chainguard-dev/actions/setup-kind@708219d4822f33611ac1a2653815cc10e1ab54a6 # v1.4.7
87
+ uses : chainguard-dev/actions/setup-kind@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
88
88
with :
89
89
k8s-version : 1.31.x
90
90
registry-authority : ${{ env.REGISTRY_NAME }}:${{ env.REGISTRY_PORT }}
@@ -219,4 +219,4 @@ jobs:
219
219
220
220
- name : Collect diagnostics and upload
221
221
if : ${{ failure() }}
222
- uses : chainguard-dev/actions/kind-diag@708219d4822f33611ac1a2653815cc10e1ab54a6 # v1.4.7
222
+ uses : chainguard-dev/actions/kind-diag@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
You can’t perform that action at this time.
0 commit comments