Skip to content

Commit 30bdbcc

Browse files
Bump chainguard-dev/actions from 1.5.2 to 1.5.7 (#1767)
Bumps [chainguard-dev/actions](https://github.com/chainguard-dev/actions) from 1.5.2 to 1.5.7. - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](chainguard-dev/actions@8e97c1f...1b32103) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.5.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4291bc8 commit 30bdbcc

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.github/workflows/add-remove-new-fulcio.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
KOCACHE: ~/ko
4444

4545
steps:
46-
- uses: chainguard-dev/actions/setup-mirror@8e97c1fc72515d627456cb0b92e9c9f299356375 # v1.5.2
46+
- uses: chainguard-dev/actions/setup-mirror@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
4747
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
4848

4949
- name: Set up Go
@@ -76,7 +76,7 @@ jobs:
7676
- uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
7777

7878
- name: Setup Cluster
79-
uses: chainguard-dev/actions/setup-kind@8e97c1fc72515d627456cb0b92e9c9f299356375 # v1.5.2
79+
uses: chainguard-dev/actions/setup-kind@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
8080
id: kind
8181
with:
8282
k8s-version: ${{ matrix.k8s-version }}
@@ -85,7 +85,7 @@ jobs:
8585
service-account-issuer: https://kubernetes.default.svc.cluster.local
8686

8787
- name: Setup Knative
88-
uses: chainguard-dev/actions/setup-knative@8e97c1fc72515d627456cb0b92e9c9f299356375 # v1.5.2
88+
uses: chainguard-dev/actions/setup-knative@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
8989
with:
9090
version: "1.18.x"
9191
serving-features: >
@@ -241,6 +241,6 @@ jobs:
241241
NEW_FULCIO_URL: ${{ env.NEW_FULCIO_URL }}
242242
- name: Collect diagnostics
243243
if: ${{ failure() }}
244-
uses: chainguard-dev/actions/kind-diag@8e97c1fc72515d627456cb0b92e9c9f299356375 # v1.5.2
244+
uses: chainguard-dev/actions/kind-diag@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
245245
with:
246246
artifact-name: logs.${{ matrix.k8s-version }}

.github/workflows/fulcio-rekor-kind.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
path: ./src/github.com/sigstore/scaffolding
5050
persist-credentials: false
5151

52-
- uses: chainguard-dev/actions/setup-mirror@8e97c1fc72515d627456cb0b92e9c9f299356375 # v1.5.2
52+
- uses: chainguard-dev/actions/setup-mirror@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
5353
# https://github.com/mvdan/github-actions-golang#how-do-i-set-up-caching-between-builds
5454

5555
- name: Set up Go
@@ -76,7 +76,7 @@ jobs:
7676
- uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
7777

7878
- name: Setup Cluster
79-
uses: chainguard-dev/actions/setup-kind@8e97c1fc72515d627456cb0b92e9c9f299356375 # v1.5.2
79+
uses: chainguard-dev/actions/setup-kind@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
8080
id: kind
8181
with:
8282
k8s-version: ${{ matrix.k8s-version }}
@@ -85,7 +85,7 @@ jobs:
8585
service-account-issuer: https://kubernetes.default.svc.cluster.local
8686

8787
- name: Setup Knative
88-
uses: chainguard-dev/actions/setup-knative@8e97c1fc72515d627456cb0b92e9c9f299356375 # v1.5.2
88+
uses: chainguard-dev/actions/setup-knative@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
8989
with:
9090
version: "1.18.x"
9191
serving-features: >
@@ -261,6 +261,6 @@ jobs:
261261

262262
- name: Collect diagnostics
263263
if: ${{ failure() }}
264-
uses: chainguard-dev/actions/kind-diag@8e97c1fc72515d627456cb0b92e9c9f299356375 # v1.5.2
264+
uses: chainguard-dev/actions/kind-diag@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
265265
with:
266266
artifact-name: logs.${{ matrix.k8s-version }}

.github/workflows/test-action-tuf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ jobs:
129129

130130
- name: Collect diagnostics
131131
if: ${{ failure() }}
132-
uses: chainguard-dev/actions/kind-diag@8e97c1fc72515d627456cb0b92e9c9f299356375 # v1.5.2
132+
uses: chainguard-dev/actions/kind-diag@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7

.github/workflows/test-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
KOCACHE: ~/ko
3737

3838
steps:
39-
- uses: chainguard-dev/actions/setup-mirror@8e97c1fc72515d627456cb0b92e9c9f299356375 # v1.5.2
39+
- uses: chainguard-dev/actions/setup-mirror@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
4040

4141
- uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
4242

@@ -49,7 +49,7 @@ jobs:
4949
- uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
5050

5151
- name: Setup Cluster
52-
uses: chainguard-dev/actions/setup-kind@8e97c1fc72515d627456cb0b92e9c9f299356375 # v1.5.2
52+
uses: chainguard-dev/actions/setup-kind@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
5353
id: kind
5454
with:
5555
k8s-version: ${{ matrix.k8s-version }}
@@ -58,7 +58,7 @@ jobs:
5858
service-account-issuer: https://kubernetes.default.svc.cluster.local
5959

6060
- name: Setup Knative
61-
uses: chainguard-dev/actions/setup-knative@8e97c1fc72515d627456cb0b92e9c9f299356375 # v1.5.2
61+
uses: chainguard-dev/actions/setup-knative@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7
6262
with:
6363
version: "1.18.x"
6464
serving-features: >
@@ -181,4 +181,4 @@ jobs:
181181

182182
- name: Collect diagnostics
183183
if: ${{ failure() }}
184-
uses: chainguard-dev/actions/kind-diag@8e97c1fc72515d627456cb0b92e9c9f299356375 # v1.5.2
184+
uses: chainguard-dev/actions/kind-diag@1b32103f5aa389c31ab0be75a8edc38d7e4750d8 # v1.5.7

0 commit comments

Comments
 (0)