Skip to content

Commit 8205317

Browse files
fix(deps): update uds package kit support dependencies
| datasource | package | from | to | | ----------- | ---------------------------------------- | -------- | -------- | | github-tags | defenseunicorns/uds-cli | v0.27.13 | v0.27.15 | | github-tags | defenseunicorns/uds-common | v1.20.3 | v1.20.4 | | go | github.com/CycloneDX/cyclonedx-go | v0.9.2 | v0.9.3 | | go | github.com/defenseunicorns/uds-cli | v0.27.13 | v0.27.15 | | go | github.com/go-git/go-git/v5 | v5.16.2 | v5.16.3 | | go | github.com/google/go-github/v69 | v69.2.0 | v75.0.0 | | go | github.com/mikefarah/yq/v4 | v4.47.2 | v4.48.1 | | go | github.com/olekukonko/tablewriter | v1.0.9 | v1.1.0 | | go | github.com/zarf-dev/zarf | v0.61.2 | v0.63.0 | | github-tags | github/codeql-action | v3.30.3 | v4.30.8 | | go | gitlab.com/gitlab-org/api/client-go | v0.146.0 | v0.156.0 | | docker | mattermost/mattermost-enterprise-edition | 10.12.0 | 11.0.2 |
1 parent 62f3acd commit 8205317

File tree

8 files changed

+16
-16
lines changed

8 files changed

+16
-16
lines changed

.github/actions/install-uds-cli/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
udsCliVersion:
1010
description: The uds-cli version to install
1111
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
12-
default: 0.27.13
12+
default: 0.27.15
1313

1414
runs:
1515
using: composite

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: defenseunicorns/setup-uds@ab842abcad1f7a3305c2538e3dd1950d0daacfa5 # v1.0.1
3030
with:
3131
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
32-
version: v0.27.13
32+
version: v0.27.15
3333

3434
- name: Install lint deps
3535
run: |

.github/workflows/scan-codeql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: uds run build-cli-linux-amd
5252

5353
- name: Initialize CodeQL
54-
uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
54+
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
5555
env:
5656
CODEQL_EXTRACTOR_GO_BUILD_TRACING: on
5757
with:
@@ -60,6 +60,6 @@ jobs:
6060

6161

6262
- name: Perform CodeQL Analysis
63-
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
63+
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
6464
with:
6565
category: "/language:${{matrix.language}}"

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ module github.com/defenseunicorns/uds-pk
33
go 1.24.6
44

55
require (
6-
github.com/CycloneDX/cyclonedx-go v0.9.2
7-
github.com/defenseunicorns/uds-cli v0.27.13
8-
github.com/go-git/go-git/v5 v5.16.2
6+
github.com/CycloneDX/cyclonedx-go v0.9.3
7+
github.com/defenseunicorns/uds-cli v0.27.15
8+
github.com/go-git/go-git/v5 v5.16.3
99
github.com/goccy/go-yaml v1.18.0
10-
github.com/google/go-github/v69 v69.2.0
11-
github.com/mikefarah/yq/v4 v4.47.2
12-
github.com/olekukonko/tablewriter v1.0.9
10+
github.com/google/go-github/v75 v75.0.0
11+
github.com/mikefarah/yq/v4 v4.48.1
12+
github.com/olekukonko/tablewriter v1.1.0
1313
github.com/spf13/cobra v1.10.1
1414
github.com/stretchr/testify v1.11.1
15-
github.com/zarf-dev/zarf v0.61.2
15+
github.com/zarf-dev/zarf v0.63.0
1616
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
1717
)
1818

@@ -79,7 +79,7 @@ require (
7979
github.com/ulikunitz/xz v0.5.14 // indirect
8080
github.com/xanzy/ssh-agent v0.3.3 // indirect
8181
github.com/yuin/gopher-lua v1.1.1 // indirect
82-
gitlab.com/gitlab-org/api/client-go v0.146.0
82+
gitlab.com/gitlab-org/api/client-go v0.156.0
8383
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
8484
golang.org/x/crypto v0.41.0 // indirect
8585
golang.org/x/net v0.43.0 // indirect

src/test/verify/mattermost-errors-and-warnings/zarf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ components:
4343
- values/upstream-values.yaml
4444
images:
4545
- curlimages/curl:8.16.0
46-
- mattermost/mattermost-enterprise-edition:10.12.0
46+
- mattermost/mattermost-enterprise-edition:11.0.2
4747

4848
- name: mattermost
4949
required: true

src/test/verify/mattermost-good/zarf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ components:
4040
- values/upstream-values.yaml
4141
images:
4242
- curlimages/curl:8.16.0
43-
- mattermost/mattermost-enterprise-edition:10.12.0
43+
- mattermost/mattermost-enterprise-edition:11.0.2
4444

4545
- name: mattermost
4646
required: true

src/test/verify/mattermost-warnings/zarf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ components:
4545
- values/upstream-values.yaml
4646
images:
4747
- curlimages/curl:8.16.0
48-
- mattermost/mattermost-enterprise-edition:10.12.0
48+
- mattermost/mattermost-enterprise-edition:11.0.2
4949

5050
- name: mattermost
5151
required: true

tasks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
33

44
includes:
5-
- lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.20.3/tasks/lint.yaml
5+
- lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.20.4/tasks/lint.yaml
66

77
tasks:
88
# build tasks

0 commit comments

Comments
 (0)