Skip to content

Commit cbacbb8

Browse files
chore(deps): update support-deps (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a566f6 commit cbacbb8

14 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/commitlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ concurrency:
2222
jobs:
2323
pr-title-lint:
2424
name: PR Title Lint
25-
uses: defenseunicorns/uds-common/.github/workflows/callable-commitlint.yaml@86fcadc2845a318761276a8754e47e33c0d6ae31 # v1.24.10
25+
uses: defenseunicorns/uds-common/.github/workflows/callable-commitlint.yaml@ba03e5bec6704a54466a94a3fdee9741b755630b # v1.24.11

.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: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
3030
with:
3131
# renovate: datasource=github-releases depName=jdx/mise versioning=semver
32-
version: 2026.5.7
32+
version: 2026.5.15
3333
install: true
3434
cache: true
3535

.github/workflows/tag-and-release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ jobs:
4848
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
4949
with:
5050
# renovate: datasource=github-releases depName=jdx/mise versioning=semver
51-
version: 2026.5.7
51+
version: 2026.5.15
5252
install: true
5353
cache: true
5454

5555
- name: Set up Docker Buildx
56-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
56+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
5757

5858
- name: Login to GHCR
59-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
59+
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
6363
with:
6464
# renovate: datasource=github-releases depName=jdx/mise versioning=semver
65-
version: 2026.5.7
65+
version: 2026.5.15
6666
install: true
6767
cache: true
6868

@@ -83,7 +83,7 @@ jobs:
8383
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
8484
with:
8585
# renovate: datasource=github-releases depName=jdx/mise versioning=semver
86-
version: 2026.5.7
86+
version: 2026.5.15
8787
install: true
8888
cache: true
8989

mise.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ hk = "1.45.0"
88
"aqua:k3d-io/k3d" = "5.8.3"
99
go = "1.26.3"
1010
golangci-lint = "2.12.2"
11-
pnpm = "11.1.2"
11+
pnpm = "11.3.0"
1212
node = "24.14.1"
1313
"npm:prettier" = "3.8.3"
1414
pkl = "0.31.1"
15-
uv = "0.11.14" # required to install yamllint
15+
uv = "0.11.16" # required to install yamllint
1616
yamllint = "1.38.0"
1717

1818
[env]

seed/bundles/neuvector/uds-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ metadata:
1010
packages:
1111
- name: neuvector
1212
repository: ghcr.io/uds-packages/neuvector
13-
ref: 5.5.1-uds.0-upstream
13+
ref: 5.5.1-uds.2-upstream

seed/bundles/uds-registry/uds-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
packages:
1111
- name: uds-registry
1212
repository: ghcr.io/defenseunicorns/packages/private/uds/uds-registry
13-
ref: 0.35.1-unicorn
13+
ref: 0.36.0-unicorn
1414
overrides:
1515
uds-registry:
1616
uds-registry:

seed/bundles/valkey/uds-bundle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ metadata:
1010
packages:
1111
- name: valkey
1212
repository: ghcr.io/uds-packages/valkey
13-
ref: 8.1.3-uds.3-upstream
13+
ref: 8.1.3-uds.4-upstream
1414
overrides:
1515
valkey:
1616
uds-valkey-config:

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-
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.10/tasks/setup.yaml
5+
- setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.11/tasks/setup.yaml
66
- test: tasks/test.yaml
77
- lint: tasks/lint.yaml
88
- build: tasks/build.yaml

tasks/lint.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-
- common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.10/tasks/lint.yaml
5+
- common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.11/tasks/lint.yaml
66

77
tasks:
88
- name: check

0 commit comments

Comments
 (0)