Skip to content

Commit 54a8d2e

Browse files
chore(deps): Bump the minor-patch group across 1 directory with 5 updates (#1877)
Bumps the minor-patch group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [chainguard-dev/actions](https://github.com/chainguard-dev/actions) | `1.4.9` | `1.4.12` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.29.8` | `3.29.11` | | [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.20.4` | `0.20.5` | | [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `6.3.0` | `6.4.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.4.3` | `5.5.0` | Updates `chainguard-dev/actions` from 1.4.9 to 1.4.12 - [Release notes](https://github.com/chainguard-dev/actions/releases) - [Changelog](https://github.com/chainguard-dev/actions/blob/main/.goreleaser.yml) - [Commits](chainguard-dev/actions@b1933e3...be7b31a) Updates `github/codeql-action` from 3.29.8 to 3.29.11 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@76621b6...3c3833e) Updates `anchore/sbom-action` from 0.20.4 to 0.20.5 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](anchore/sbom-action@7b36ad6...da167ea) Updates `goreleaser/goreleaser-action` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/goreleaser/goreleaser-action/releases) - [Commits](goreleaser/goreleaser-action@9c156ee...e435ccd) Updates `codecov/codecov-action` from 5.4.3 to 5.5.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@18283e0...fdcc847) --- updated-dependencies: - dependency-name: chainguard-dev/actions dependency-version: 1.4.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: github/codeql-action dependency-version: 3.29.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: anchore/sbom-action dependency-version: 0.20.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: goreleaser/goreleaser-action dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: codecov/codecov-action dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6043926 commit 54a8d2e

17 files changed

+30
-30
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
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

@@ -70,4 +70,4 @@ jobs:
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

.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@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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/kind-e2e-trustroot-crd.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release-snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
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

@@ -40,7 +40,7 @@ jobs:
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

0 commit comments

Comments
 (0)