Skip to content

Commit dcb3610

Browse files
fix(deps): update uds package kit support dependencies
| datasource | package | from | to | | ----------- | ----------------------------------------------------------- | ----------- | ----------- | | github-tags | actions/checkout | v5.0.0 | v6.0.2 | | github-tags | actions/setup-go | v6.0.0 | v6.4.0 | | github-tags | anchore/sbom-action | v0.20.6 | v0.24.0 | | docker | curlimages/curl | 8.16.0 | 8.20.0 | | github-tags | defenseunicorns/uds-cli | v0.27.13 | v0.31.0 | | github-tags | defenseunicorns/uds-common | v1.24.3 | v1.24.11 | | go | github.com/CycloneDX/cyclonedx-go | v0.10.0 | v0.11.0 | | go | github.com/defenseunicorns/uds-cli | v0.30.1 | v0.31.0 | | go | github.com/google/go-github/v69 | v69.2.0 | v87.0.0 | | go | github.com/google/go-github/v73 | v73.0.0 | v87.0.0 | | go | github.com/mikefarah/yq/v4 | v4.52.5 | v4.53.2 | | github-tags | github/codeql-action | v3.30.3 | v4.35.5 | | go | gitlab.com/gitlab-org/api/client-go | v1.25.0 | v2.27.0 | | go | go.yaml.in/yaml/v4 | v4.0.0-rc.3 | v4.0.0-rc.4 | | github-tags | golangci/golangci-lint-action | v8.0.0 | v9.2.0 | | github-tags | goreleaser/goreleaser-action | v6.4.0 | v7.2.1 | | helm | mattermost-enterprise-edition | 2.6.81 | 2.6.95 | | docker | mattermost/mattermost-enterprise-edition | 10.12.0 | 11.7.1 | | docker | registry1.dso.mil/ironbank/opensource/mattermost/mattermost | 10.12.0 | 11.7.0 | | docker | registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal | 9.6 | 9.8 | | github-tags | uds-packages/workflows | v0.1.0 | v0.2.0 |
1 parent 9146f13 commit dcb3610

17 files changed

Lines changed: 96 additions & 52 deletions

File tree

.github/actions/golang/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ description: "Setup Go binary and caching"
77
runs:
88
using: composite
99
steps:
10-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
10+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
1111
with:
1212
go-version-file: 'go.mod'

.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.31.0
1313

1414
runs:
1515
using: composite

.github/workflows/go-checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@ jobs:
2929
name: lint
3030
runs-on: ${{ matrix.os }}
3131
steps:
32-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3333
- name: Setup golang
3434
uses: ./.github/actions/golang
3535
- name: golangci-lint
36-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
36+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
3737
with:
3838
args: --timeout=0
3939
govulncheck:
4040
runs-on: ubuntu-latest
4141
name: Run govulncheck
4242
steps:
43-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
43+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4444
- name: Setup golang
4545
uses: ./.github/actions/golang
4646
- id: govulncheck

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ jobs:
2121

2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
24+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
with:
2626
fetch-depth: 0
2727

2828
- name: Install UDS CLI
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.31.0
3333

3434
- name: Install lint deps
3535
run: |

.github/workflows/project-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
contents: read
1616
issues: read
17-
uses: uds-packages/workflows/.github/workflows/callable-project-sync.yaml@eaa76ea2a70893dca6e49ec087935590944448e9 # v0.1.0
17+
uses: uds-packages/workflows/.github/workflows/callable-project-sync.yaml@d57c4b5875493b1057883c00e03e0b0eca52f4c0 # v0.2.0
1818
with:
1919
destination_org: uds-packages
2020
project_number: 2

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ jobs:
1818
contents: write
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
21+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222
with:
2323
fetch-depth: 0
2424

2525
- name: Setup golang
2626
uses: ./.github/actions/golang
2727

2828
- name: Install syft
29-
uses: anchore/sbom-action/download-syft@f8bdd1d8ac5e901a77a92f111440fdb1b593736b # v0.20.6
29+
uses: anchore/sbom-action/download-syft@e22c389904149dbc22b58101806040fa8d37a610 # v0.24.0
3030

3131
- name: Run GoReleaser
32-
uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
32+
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
3333
with:
3434
distribution: goreleaser
3535
version: latest

.github/workflows/scan-codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout
42-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
42+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4343

4444
- name: Setup golang
4545
uses: ./.github/actions/golang
@@ -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@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
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@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4.35.5
6464
with:
6565
category: "/language:${{matrix.language}}"

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030
with:
3131
fetch-depth: 0
3232

go.mod

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
11
module github.com/defenseunicorns/uds-pk
22

3-
go 1.25.8
3+
go 1.26.0
44

55
require (
6-
github.com/CycloneDX/cyclonedx-go v0.10.0
7-
github.com/defenseunicorns/uds-cli v0.30.1
8-
github.com/go-git/go-git/v5 v5.17.2
6+
github.com/CycloneDX/cyclonedx-go v0.11.0
7+
github.com/defenseunicorns/uds-cli v0.31.0
8+
github.com/go-git/go-git/v5 v5.18.0
99
github.com/goccy/go-yaml v1.19.2
1010
github.com/google/go-github/v69 v69.2.0
1111
github.com/google/go-github/v73 v73.0.0
12-
github.com/mikefarah/yq/v4 v4.52.5
12+
github.com/google/go-github/v87 v87.0.0
13+
github.com/mikefarah/yq/v4 v4.53.2
1314
github.com/olekukonko/tablewriter v1.1.4
1415
github.com/spf13/cobra v1.10.2
1516
github.com/stretchr/testify v1.11.1
16-
github.com/zarf-dev/zarf v0.74.1
17-
go.yaml.in/yaml/v4 v4.0.0-rc.3
17+
github.com/zarf-dev/zarf v0.76.0
18+
gitlab.com/gitlab-org/api/client-go v1.46.0
19+
go.yaml.in/yaml/v4 v4.0.0-rc.4
1820
golang.org/x/oauth2 v0.36.0
1921
gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473
2022
)
@@ -39,15 +41,15 @@ require (
3941
github.com/phsym/console-slog v0.3.1 // indirect
4042
github.com/spf13/afero v1.15.0 // indirect
4143
github.com/zclconf/go-cty v1.18.0 // indirect
42-
golang.org/x/mod v0.34.0 // indirect
44+
golang.org/x/mod v0.35.0 // indirect
4345
golang.org/x/sync v0.20.0 // indirect
44-
golang.org/x/tools v0.43.0 // indirect
46+
golang.org/x/tools v0.44.0 // indirect
4547
)
4648

4749
require (
4850
dario.cat/mergo v1.0.2 // indirect
4951
github.com/Microsoft/go-winio v0.6.2 // indirect
50-
github.com/ProtonMail/go-crypto v1.4.0 // indirect
52+
github.com/ProtonMail/go-crypto v1.4.1 // indirect
5153
github.com/STARRY-S/zip v0.2.3 // indirect
5254
github.com/a8m/envsubst v1.4.3 // indirect
5355
github.com/alecthomas/participle/v2 v2.1.4 // indirect
@@ -62,10 +64,10 @@ require (
6264
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
6365
github.com/elliotchance/orderedmap v1.8.0 // indirect
6466
github.com/emirpasic/gods v1.18.1 // indirect
65-
github.com/fatih/color v1.18.0 // indirect
67+
github.com/fatih/color v1.19.0 // indirect
6668
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
67-
github.com/go-git/go-billy/v5 v5.8.0 // indirect
68-
github.com/goccy/go-json v0.10.5 // indirect
69+
github.com/go-git/go-billy/v5 v5.9.0 // indirect
70+
github.com/goccy/go-json v0.10.6 // indirect
6971
github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect
7072
github.com/google/go-querystring v1.2.0 // indirect
7173
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
@@ -75,15 +77,15 @@ require (
7577
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
7678
github.com/jinzhu/copier v0.4.0 // indirect
7779
github.com/kevinburke/ssh_config v1.2.0 // indirect
78-
github.com/klauspost/compress v1.18.4 // indirect
80+
github.com/klauspost/compress v1.18.5 // indirect
7981
github.com/klauspost/pgzip v1.2.6 // indirect
8082
github.com/magiconair/properties v1.8.10 // indirect
8183
github.com/mattn/go-colorable v0.1.14 // indirect
8284
github.com/mattn/go-isatty v0.0.20 // indirect
8385
github.com/mattn/go-runewidth v0.0.20 // indirect
8486
github.com/mholt/archives v0.1.5 // indirect
8587
github.com/nwaples/rardecode/v2 v2.2.0 // indirect
86-
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
88+
github.com/pelletier/go-toml/v2 v2.3.0 // indirect
8789
github.com/pierrec/lz4/v4 v4.1.22 // indirect
8890
github.com/pjbgf/sha1cd v0.4.0 // indirect
8991
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
@@ -93,13 +95,13 @@ require (
9395
github.com/spf13/pflag v1.0.10 // indirect
9496
github.com/ulikunitz/xz v0.5.15 // indirect
9597
github.com/xanzy/ssh-agent v0.3.3 // indirect
96-
github.com/yuin/gopher-lua v1.1.1 // indirect
97-
gitlab.com/gitlab-org/api/client-go v1.25.0
98+
github.com/yuin/gopher-lua v1.1.2 // indirect
99+
gitlab.com/gitlab-org/api/client-go/v2 v2.27.0
98100
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
99-
golang.org/x/crypto v0.49.0 // indirect
100-
golang.org/x/net v0.52.0 // indirect
101-
golang.org/x/sys v0.42.0 // indirect
102-
golang.org/x/text v0.35.0 // indirect
101+
golang.org/x/crypto v0.50.0 // indirect
102+
golang.org/x/net v0.53.0 // indirect
103+
golang.org/x/sys v0.43.0 // indirect
104+
golang.org/x/text v0.36.0 // indirect
103105
golang.org/x/time v0.15.0 // indirect
104106
gopkg.in/warnings.v0 v0.1.2 // indirect
105107
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)