Skip to content

Commit eed2a11

Browse files
chore(deps): bump chainguard-dev/actions in the actions group (#4376)
Bumps the actions group with 1 update: [chainguard-dev/actions](https://github.com/chainguard-dev/actions). Updates `chainguard-dev/actions` from 1.4.12 to 1.4.13 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](chainguard-dev/actions@be7b31a...3caedd3) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.4.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 59b9930 commit eed2a11

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/donotsubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ jobs:
4040
persist-credentials: false
4141

4242
- name: Do Not Submit
43-
uses: chainguard-dev/actions/donotsubmit@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
43+
uses: chainguard-dev/actions/donotsubmit@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 # v1.4.13

.github/workflows/e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ jobs:
149149
cache: false
150150

151151
- name: Setup mirror
152-
uses: chainguard-dev/actions/setup-mirror@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
152+
uses: chainguard-dev/actions/setup-mirror@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 # v1.4.13
153153
with:
154154
mirror: mirror.gcr.io
155155

@@ -239,4 +239,4 @@ jobs:
239239

240240
- name: Collect diagnostics
241241
if: ${{ failure() }}
242-
uses: chainguard-dev/actions/kind-diag@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
242+
uses: chainguard-dev/actions/kind-diag@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 # v1.4.13

.github/workflows/kind-verify-attestation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ jobs:
161161
162162
- name: Collect diagnostics
163163
if: ${{ failure() }}
164-
uses: chainguard-dev/actions/kind-diag@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
164+
uses: chainguard-dev/actions/kind-diag@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 # v1.4.13
165165

166166
- name: Create vuln attestation for it
167167
run: |

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184

185185
- name: Collect diagnostics
186186
if: ${{ failure() }}
187-
uses: chainguard-dev/actions/kind-diag@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
187+
uses: chainguard-dev/actions/kind-diag@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 # v1.4.13
188188

189189
e2e-windows-powershell-tests:
190190
name: Run PowerShell E2E tests

.github/workflows/whitespace.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
with:
3939
persist-credentials: false
4040

41-
- uses: chainguard-dev/actions/trailing-space@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
41+
- uses: chainguard-dev/actions/trailing-space@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 # v1.4.13
4242
if: ${{ always() }}
4343

44-
- uses: chainguard-dev/actions/eof-newline@be7b31a01af8ce7228fe901326f1d223fb788e14 # v1.4.12
44+
- uses: chainguard-dev/actions/eof-newline@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09 # v1.4.13
4545
if: ${{ always() }}

0 commit comments

Comments
 (0)