Skip to content

Commit caf740d

Browse files
chore(deps): Bump the minor-patch group across 1 directory with 9 updates (#1843)
* chore(deps): Bump the minor-patch group across 1 directory with 9 updates Bumps the minor-patch group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `3.8.1` | `3.8.2` | | [actions/setup-go](https://github.com/actions/setup-go) | `5.2.0` | `5.5.0` | | [chainguard-dev/actions](https://github.com/chainguard-dev/actions) | `1.0.3` | `1.1.2` | | [google-github-actions/auth](https://github.com/google-github-actions/auth) | `2.1.8` | `2.1.10` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.28.15` | `3.28.18` | | [mikefarah/yq](https://github.com/mikefarah/yq) | `4.45.1` | `4.45.4` | | [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.18.0` | `0.20.0` | | [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.4.1` | `2.4.2` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.4.2` | `5.4.3` | Updates `sigstore/cosign-installer` from 3.8.1 to 3.8.2 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@d7d6bc7...3454372) Updates `actions/setup-go` from 5.2.0 to 5.5.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.2.0...d35c59a) Updates `chainguard-dev/actions` from 1.0.3 to 1.1.2 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](chainguard-dev/actions@be6c67b...5363dd9) Updates `google-github-actions/auth` from 2.1.8 to 2.1.10 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@71f9864...ba79af0) Updates `github/codeql-action` from 3.28.15 to 3.28.18 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@45775bd...ff0a06e) Updates `mikefarah/yq` from 4.45.1 to 4.45.4 - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@8bf425b...b534aa9) Updates `anchore/sbom-action` from 0.18.0 to 0.20.0 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@f325610...e11c554) Updates `ossf/scorecard-action` from 2.4.1 to 2.4.2 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](ossf/scorecard-action@f49aabe...05b42c6) Updates `codecov/codecov-action` from 5.4.2 to 5.4.3 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@ad3126e...18283e0) --- updated-dependencies: - dependency-name: sigstore/cosign-installer dependency-version: 3.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: actions/setup-go dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: chainguard-dev/actions dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: google-github-actions/auth dependency-version: 2.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: github/codeql-action dependency-version: 3.28.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: mikefarah/yq dependency-version: 4.45.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: anchore/sbom-action dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: ossf/scorecard-action dependency-version: 2.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: codecov/codecov-action dependency-version: 5.4.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <support@github.com> * drop 1.29.x k8s test and add 1.33.x Signed-off-by: Carlos Panato <ctadeu@gmail.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Carlos Panato <ctadeu@gmail.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Panato <ctadeu@gmail.com>
1 parent 92dad62 commit caf740d

18 files changed

+91
-81
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,20 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838

39-
- uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v3.8.1
39+
- uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
4040

41-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
41+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
4242
with:
4343
go-version-file: './go.mod'
4444
check-latest: true
4545

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@be6c67b5b374ed43d908ac017ff9b04c271ad3d8 # v1.0.3
49+
- uses: chainguard-dev/actions/goimports@16e2fd6603a1c6a1fbc880fdbb922b2e8e2be3e7 # v1.4.3
5050

5151
- name: Set up Cloud SDK
52-
uses: google-github-actions/auth@71f986410dfbc7added4569d411d040a91dc6935 # v2.1.8
52+
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
5353
with:
5454
workload_identity_provider: 'projects/498091336538/locations/global/workloadIdentityPools/githubactions/providers/sigstore-policy-controller'
5555
service_account: 'gha-policy-controller@projectsigstore.iam.gserviceaccount.com'

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ jobs:
5454
${{ runner.os }}-go-
5555
5656
- name: Set correct version of Golang to use during CodeQL run
57-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
57+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
5858
with:
5959
go-version-file: './go.mod'
6060
check-latest: true
6161

6262
# Initializes the CodeQL tools for scanning.
6363
- name: Initialize CodeQL
64-
uses: github/codeql-action/init@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
64+
uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2
6565
with:
6666
languages: ${{ matrix.language }}
6767

@@ -70,4 +70,4 @@ jobs:
7070
make policy-controller
7171
7272
- name: Perform CodeQL Analysis
73-
uses: github/codeql-action/analyze@45775bd8235c68ba998cffa5171334d58593da47 # v3.28.15
73+
uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b # v3.29.2

.github/workflows/donotsubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2
1818

1919
- name: Do Not Submit
20-
uses: chainguard-dev/actions/donotsubmit@be6c67b5b374ed43d908ac017ff9b04c271ad3d8 # v1.0.3
20+
uses: chainguard-dev/actions/donotsubmit@16e2fd6603a1c6a1fbc880fdbb922b2e8e2be3e7 # v1.4.3

.github/workflows/kind-cluster-image-policy-no-tuf.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
fail-fast: false # Keep running if one leg fails.
3434
matrix:
3535
k8s-version:
36-
- v1.29.x
3736
- v1.30.x
3837
- v1.31.x
3938
- v1.32.x
39+
- v1.33.x
4040

4141
env:
4242
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
43-
SCAFFOLDING_RELEASE_VERSION: "v0.7.22"
43+
SCAFFOLDING_RELEASE_VERSION: "v0.7.24"
4444
GO111MODULE: on
4545
GOFLAGS: -ldflags=-s -ldflags=-w
4646
KOCACHE: ~/ko
@@ -95,7 +95,7 @@ jobs:
9595
apt-get autoremove -y >/dev/null 2>&1 || true
9696
apt-get autoclean -y >/dev/null 2>&1 || true
9797
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
98-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
98+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
9999
with:
100100
go-version-file: './go.mod'
101101
check-latest: true
@@ -106,14 +106,14 @@ jobs:
106106
- uses: imranismail/setup-kustomize@2ba527d4d055ab63514ba50a99456fc35684947f # v2.1.0
107107

108108
- name: Install yq
109-
uses: mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1
109+
uses: mikefarah/yq@b534aa9ee5d38001fba3cd8fe254a037e4847b37 # v4.45.4
110110

111111
- name: Setup mirror
112-
uses: chainguard-dev/actions/setup-mirror@be6c67b5b374ed43d908ac017ff9b04c271ad3d8 # v1.0.3
112+
uses: chainguard-dev/actions/setup-mirror@16e2fd6603a1c6a1fbc880fdbb922b2e8e2be3e7 # v1.4.3
113113
with:
114114
mirror: mirror.gcr.io
115115

116-
- uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
116+
- uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac
117117

118118
- name: Install cluster + sigstore
119119
uses: sigstore/scaffolding/actions/setup@main
@@ -143,4 +143,4 @@ jobs:
143143
144144
- name: Collect diagnostics
145145
if: ${{ failure() }}
146-
uses: chainguard-dev/actions/kind-diag@be6c67b5b374ed43d908ac017ff9b04c271ad3d8 # v1.0.3
146+
uses: chainguard-dev/actions/kind-diag@16e2fd6603a1c6a1fbc880fdbb922b2e8e2be3e7 # v1.4.3

.github/workflows/kind-cluster-image-policy-trustroot.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
fail-fast: false # Keep running if one leg fails.
3434
matrix:
3535
k8s-version:
36-
- v1.29.x
3736
- v1.30.x
3837
- v1.31.x
3938
- v1.32.x
39+
- v1.33.x
4040

4141
script:
4242
- repository
@@ -45,7 +45,7 @@ jobs:
4545

4646
env:
4747
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
48-
SCAFFOLDING_RELEASE_VERSION: "v0.7.22"
48+
SCAFFOLDING_RELEASE_VERSION: "v0.7.24"
4949
GO111MODULE: on
5050
GOFLAGS: -ldflags=-s -ldflags=-w
5151
KOCACHE: ~/ko
@@ -100,7 +100,7 @@ jobs:
100100
apt-get autoremove -y >/dev/null 2>&1 || true
101101
apt-get autoclean -y >/dev/null 2>&1 || true
102102
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
103-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
103+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
104104
with:
105105
go-version-file: './go.mod'
106106
check-latest: true
@@ -111,14 +111,14 @@ jobs:
111111
- uses: imranismail/setup-kustomize@2ba527d4d055ab63514ba50a99456fc35684947f # v2.1.0
112112

113113
- name: Install yq
114-
uses: mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1
114+
uses: mikefarah/yq@b534aa9ee5d38001fba3cd8fe254a037e4847b37 # v4.45.4
115115

116116
- name: Setup mirror
117-
uses: chainguard-dev/actions/setup-mirror@be6c67b5b374ed43d908ac017ff9b04c271ad3d8 # v1.0.3
117+
uses: chainguard-dev/actions/setup-mirror@16e2fd6603a1c6a1fbc880fdbb922b2e8e2be3e7 # v1.4.3
118118
with:
119119
mirror: mirror.gcr.io
120120

121-
- uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
121+
- uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac
122122

123123
- name: Install cluster + sigstore
124124
uses: sigstore/scaffolding/actions/setup@main
@@ -150,4 +150,4 @@ jobs:
150150
151151
- name: Collect diagnostics
152152
if: ${{ failure() }}
153-
uses: chainguard-dev/actions/kind-diag@be6c67b5b374ed43d908ac017ff9b04c271ad3d8 # v1.0.3
153+
uses: chainguard-dev/actions/kind-diag@16e2fd6603a1c6a1fbc880fdbb922b2e8e2be3e7 # v1.4.3

.github/workflows/kind-cluster-image-policy-tsa.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
fail-fast: false # Keep running if one leg fails.
3434
matrix:
3535
k8s-version:
36-
- v1.29.x
3736
- v1.30.x
3837
- v1.31.x
3938
- v1.32.x
39+
- v1.33.x
4040

4141
env:
4242
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
43-
SCAFFOLDING_RELEASE_VERSION: "v0.7.22"
43+
SCAFFOLDING_RELEASE_VERSION: "v0.7.24"
4444
GO111MODULE: on
4545
GOFLAGS: -ldflags=-s -ldflags=-w
4646
KOCACHE: ~/ko
@@ -95,7 +95,7 @@ jobs:
9595
apt-get autoremove -y >/dev/null 2>&1 || true
9696
apt-get autoclean -y >/dev/null 2>&1 || true
9797
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
98-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
98+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
9999
with:
100100
go-version-file: './go.mod'
101101
check-latest: true
@@ -106,14 +106,14 @@ jobs:
106106
- uses: imranismail/setup-kustomize@2ba527d4d055ab63514ba50a99456fc35684947f # v2.1.0
107107

108108
- name: Install yq
109-
uses: mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1
109+
uses: mikefarah/yq@b534aa9ee5d38001fba3cd8fe254a037e4847b37 # v4.45.4
110110

111111
- name: Setup mirror
112-
uses: chainguard-dev/actions/setup-mirror@be6c67b5b374ed43d908ac017ff9b04c271ad3d8 # v1.0.3
112+
uses: chainguard-dev/actions/setup-mirror@16e2fd6603a1c6a1fbc880fdbb922b2e8e2be3e7 # v1.4.3
113113
with:
114114
mirror: mirror.gcr.io
115115

116-
- uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a # v2
116+
- uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v2
117117

118118
- name: Install cluster + sigstore
119119
uses: sigstore/scaffolding/actions/setup@main
@@ -179,4 +179,4 @@ jobs:
179179
180180
- name: Collect diagnostics
181181
if: ${{ failure() }}
182-
uses: chainguard-dev/actions/kind-diag@be6c67b5b374ed43d908ac017ff9b04c271ad3d8 # v1.0.3
182+
uses: chainguard-dev/actions/kind-diag@16e2fd6603a1c6a1fbc880fdbb922b2e8e2be3e7 # v1.4.3

.github/workflows/kind-cluster-image-policy.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ jobs:
3333
fail-fast: false # Keep running if one leg fails.
3434
matrix:
3535
k8s-version:
36-
- v1.29.x
3736
- v1.30.x
3837
- v1.31.x
3938
- v1.32.x
39+
- v1.33.x
4040

4141
script:
4242
- cluster_image_policy
@@ -54,7 +54,7 @@ jobs:
5454

5555
env:
5656
KO_DOCKER_REPO: "registry.local:5000/policy-controller"
57-
SCAFFOLDING_RELEASE_VERSION: "v0.7.22"
57+
SCAFFOLDING_RELEASE_VERSION: "v0.7.24"
5858
GO111MODULE: on
5959
GOFLAGS: -ldflags=-s -ldflags=-w
6060
KOCACHE: ~/ko
@@ -109,7 +109,7 @@ jobs:
109109
apt-get autoremove -y >/dev/null 2>&1 || true
110110
apt-get autoclean -y >/dev/null 2>&1 || true
111111
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
112-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
112+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
113113
with:
114114
go-version-file: './go.mod'
115115
check-latest: true
@@ -120,14 +120,14 @@ jobs:
120120
- uses: imranismail/setup-kustomize@2ba527d4d055ab63514ba50a99456fc35684947f # v2.1.0
121121

122122
- name: Install yq
123-
uses: mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1
123+
uses: mikefarah/yq@b534aa9ee5d38001fba3cd8fe254a037e4847b37 # v4.45.4
124124

125125
- name: Setup mirror
126-
uses: chainguard-dev/actions/setup-mirror@be6c67b5b374ed43d908ac017ff9b04c271ad3d8 # v1.0.3
126+
uses: chainguard-dev/actions/setup-mirror@16e2fd6603a1c6a1fbc880fdbb922b2e8e2be3e7 # v1.4.3
127127
with:
128128
mirror: mirror.gcr.io
129129

130-
- uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
130+
- uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac
131131

132132
- name: Install cluster + sigstore
133133
uses: sigstore/scaffolding/actions/setup@main
@@ -174,4 +174,4 @@ jobs:
174174
175175
- name: Collect diagnostics
176176
if: ${{ failure() }}
177-
uses: chainguard-dev/actions/kind-diag@be6c67b5b374ed43d908ac017ff9b04c271ad3d8 # v1.0.3
177+
uses: chainguard-dev/actions/kind-diag@16e2fd6603a1c6a1fbc880fdbb922b2e8e2be3e7 # v1.4.3

.github/workflows/kind-e2e-cosigned.yaml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,27 @@ name: Policy Controller KinD E2E
1616

1717
on:
1818
pull_request:
19-
branches: [ 'main', 'release-*' ]
19+
branches:
20+
- 'main'
2021

21-
permissions: read-all
22+
permissions: {}
2223

2324
jobs:
2425
e2e-tests:
2526
name: e2e tests
2627
runs-on: ubuntu-latest
2728

29+
permissions:
30+
contents: read # For checking out the code.
31+
2832
strategy:
2933
fail-fast: false # Keep running if one leg fails.
3034
matrix:
3135
k8s-version:
32-
- v1.29.x
3336
- v1.30.x
3437
- v1.31.x
3538
- v1.32.x
39+
- v1.33.x
3640

3741
env:
3842
# https://github.com/google/go-containerregistry/pull/125 allows insecure registry for
@@ -92,8 +96,12 @@ jobs:
9296
apt-get remove -y 'php.*' || true
9397
apt-get autoremove -y >/dev/null 2>&1 || true
9498
apt-get autoclean -y >/dev/null 2>&1 || true
99+
95100
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
96-
- uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
101+
with:
102+
persist-credentials: false
103+
104+
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
97105
with:
98106
go-version-file: './go.mod'
99107
check-latest: true
@@ -102,18 +110,15 @@ jobs:
102110

103111
- uses: imranismail/setup-kustomize@2ba527d4d055ab63514ba50a99456fc35684947f # v2.1.0
104112

105-
- name: Install yq
106-
uses: mikefarah/yq@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1
107-
108-
- uses: sigstore/cosign-installer@d7d6bc7722e3daa8354c50bcb52f4837da5e9b6a
113+
- uses: sigstore/cosign-installer@398d4b0eeef1380460a10c8013a76f728fb906ac # v3.9.1
109114

110115
- name: Setup mirror
111-
uses: chainguard-dev/actions/setup-mirror@be6c67b5b374ed43d908ac017ff9b04c271ad3d8 # v1.0.3
116+
uses: chainguard-dev/actions/setup-mirror@16e2fd6603a1c6a1fbc880fdbb922b2e8e2be3e7 # v1.4.3
112117
with:
113118
mirror: mirror.gcr.io
114119

115120
- name: Setup kind cluster
116-
uses: chainguard-dev/actions/setup-kind@be6c67b5b374ed43d908ac017ff9b04c271ad3d8 # v1.0.3
121+
uses: chainguard-dev/actions/setup-kind@16e2fd6603a1c6a1fbc880fdbb922b2e8e2be3e7 # v1.4.3
117122
with:
118123
k8s-version: ${{ matrix.k8s-version }}
119124
cluster-suffix: c${{ github.run_id }}.local
@@ -170,4 +175,4 @@ jobs:
170175
171176
- name: Collect diagnostics
172177
if: ${{ failure() }}
173-
uses: chainguard-dev/actions/kind-diag@be6c67b5b374ed43d908ac017ff9b04c271ad3d8 # v1.0.3
178+
uses: chainguard-dev/actions/kind-diag@16e2fd6603a1c6a1fbc880fdbb922b2e8e2be3e7 # v1.4.3

0 commit comments

Comments
 (0)