File tree Expand file tree Collapse file tree 17 files changed +30
-30
lines changed Expand file tree Collapse file tree 17 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 4646 # will use the latest release available for ko
4747 - uses : ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
4848
49- - uses : chainguard-dev/actions/goimports@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
49+ - uses : chainguard-dev/actions/goimports@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
5050
5151 - name : Set up Cloud SDK
5252 uses : google-github-actions/auth@b7593ed2efd1c1617e1b0254da33b86225adb2a5 # v2.1.12
Original file line number Diff line number Diff line change 6161
6262 # Initializes the CodeQL tools for scanning.
6363 - name : Initialize CodeQL
64- uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
64+ uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
6565 with :
6666 languages : ${{ matrix.language }}
6767
7070 make policy-controller
7171
7272 - name : Perform CodeQL Analysis
73- uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
73+ uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
Original file line number Diff line number Diff line change 1717 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1818
1919 - name : Do Not Submit
20- uses : chainguard-dev/actions/donotsubmit@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
20+ uses : chainguard-dev/actions/donotsubmit@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 uses : mikefarah/yq@f03c9dc599c37bfcaf533427211d05e51e6fee64 # v4.47.1
110110
111111 - name : Setup mirror
112- uses : chainguard-dev/actions/setup-mirror@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
112+ uses : chainguard-dev/actions/setup-mirror@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
113113 with :
114114 mirror : mirror.gcr.io
115115
@@ -143,4 +143,4 @@ jobs:
143143
144144 - name : Collect diagnostics
145145 if : ${{ failure() }}
146- uses : chainguard-dev/actions/kind-diag@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
146+ uses : chainguard-dev/actions/kind-diag@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 uses : mikefarah/yq@f03c9dc599c37bfcaf533427211d05e51e6fee64 # v4.47.1
115115
116116 - name : Setup mirror
117- uses : chainguard-dev/actions/setup-mirror@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
117+ uses : chainguard-dev/actions/setup-mirror@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
118118 with :
119119 mirror : mirror.gcr.io
120120
@@ -150,4 +150,4 @@ jobs:
150150
151151 - name : Collect diagnostics
152152 if : ${{ failure() }}
153- uses : chainguard-dev/actions/kind-diag@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
153+ uses : chainguard-dev/actions/kind-diag@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 uses : mikefarah/yq@f03c9dc599c37bfcaf533427211d05e51e6fee64 # v4.47.1
110110
111111 - name : Setup mirror
112- uses : chainguard-dev/actions/setup-mirror@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
112+ uses : chainguard-dev/actions/setup-mirror@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
113113 with :
114114 mirror : mirror.gcr.io
115115
@@ -179,4 +179,4 @@ jobs:
179179
180180 - name : Collect diagnostics
181181 if : ${{ failure() }}
182- uses : chainguard-dev/actions/kind-diag@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
182+ uses : chainguard-dev/actions/kind-diag@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 uses : mikefarah/yq@f03c9dc599c37bfcaf533427211d05e51e6fee64 # v4.47.1
124124
125125 - name : Setup mirror
126- uses : chainguard-dev/actions/setup-mirror@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
126+ uses : chainguard-dev/actions/setup-mirror@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
127127 with :
128128 mirror : mirror.gcr.io
129129
@@ -174,4 +174,4 @@ jobs:
174174
175175 - name : Collect diagnostics
176176 if : ${{ failure() }}
177- uses : chainguard-dev/actions/kind-diag@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
177+ uses : chainguard-dev/actions/kind-diag@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ jobs:
113113 - uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159 # v3.9.2
114114
115115 - name : Setup mirror
116- uses : chainguard-dev/actions/setup-mirror@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
116+ uses : chainguard-dev/actions/setup-mirror@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
117117 with :
118118 mirror : mirror.gcr.io
119119
120120 - name : Setup kind cluster
121- uses : chainguard-dev/actions/setup-kind@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
121+ uses : chainguard-dev/actions/setup-kind@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
122122 with :
123123 k8s-version : ${{ matrix.k8s-version }}
124124 cluster-suffix : c${{ github.run_id }}.local
@@ -175,4 +175,4 @@ jobs:
175175
176176 - name : Collect diagnostics
177177 if : ${{ failure() }}
178- uses : chainguard-dev/actions/kind-diag@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
178+ uses : chainguard-dev/actions/kind-diag@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
Original file line number Diff line number Diff line change @@ -113,12 +113,12 @@ jobs:
113113 - uses : sigstore/cosign-installer@d58896d6a1865668819e1d91763c7751a165e159
114114
115115 - name : Setup mirror
116- uses : chainguard-dev/actions/setup-mirror@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
116+ uses : chainguard-dev/actions/setup-mirror@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
117117 with :
118118 mirror : mirror.gcr.io
119119
120120 - name : Setup kind cluster
121- uses : chainguard-dev/actions/setup-kind@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
121+ uses : chainguard-dev/actions/setup-kind@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
122122 with :
123123 k8s-version : ${{ matrix.k8s-version }}
124124 cluster-suffix : c${{ github.run_id }}.local
@@ -146,4 +146,4 @@ jobs:
146146
147147 - name : Collect diagnostics
148148 if : ${{ failure() }}
149- uses : chainguard-dev/actions/kind-diag@b1933e3d1f574c772dc7efd68c2060dafbc25e8c # v1.4.9
149+ uses : chainguard-dev/actions/kind-diag@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
Original file line number Diff line number Diff line change 2727 go-version-file : ' ./go.mod'
2828 check-latest : true
2929
30- - uses : anchore/sbom-action/download-syft@7b36ad622f042cab6f59a75c2ac24ccb256e9b45 # v0.20.4
30+ - uses : anchore/sbom-action/download-syft@da167eac915b4e86f08b264dbdbc867b61be6f0c # v0.20.5
3131
3232 - uses : ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
3333
4040
4141 - name : Run GoReleaser
4242 id : run-goreleaser
43- uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3 .0
43+ uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4 .0
4444 with :
4545 version : latest
4646 args : release --snapshot --clean --timeout 120m --skip=sign
You can’t perform that action at this time.
0 commit comments