Skip to content

Commit 3d95ff1

Browse files
chore(deps): update support-deps
| datasource | package | from | to | | -------------------------- | ----------------------------------------- | --------- | ---------- | | github-tags | actions/cache | v4.2.3 | v6.1.0 | | github-tags | defenseunicorns/uds-cli | 0.35.0 | 0.35.1 | | github-tags | defenseunicorns/uds-common | v1.27.1 | v1.28.0 | | docker | docker.io/library/nginx | 1.31.3 | 1.31.4 | | github-tags | docker/login-action | v4.5.1 | v4.6.0 | | github-tags | docker/setup-buildx-action | v4.2.0 | v4.3.0 | | docker | ghcr.io/defenseunicorns/packages/uds/core | 1.9.0 | 1.11.0 | | github-tags | github/codeql-action | v4.37.5 | v4.37.7 | | github-tags | golangci/golangci-lint | 2.12.2 | 2.13.0 | | github-releases | jdx/hk | 1.54.0 | 1.56.0 | | github-release-attachments | jdx/mise | v2026.8.2 | v2026.8.10 | | github-tags | jdx/mise-action | v4.2.4 | v4.2.5 | | docker | nginx | 1.31.3 | 1.31.4 |
1 parent d1de76e commit 3d95ff1

16 files changed

Lines changed: 23 additions & 23 deletions

File tree

.github/actions/install-tools/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ runs:
1414
- run: "curl -sSfL https://raw.githubusercontent.com/anchore/grype/main/install.sh | sh -s -- -b /usr/local/bin"
1515
shell: bash
1616

17-
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
17+
- uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0

.github/actions/mise/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ description: Install the repository-pinned development tools
77
runs:
88
using: composite
99
steps:
10-
- uses: jdx/mise-action@7e36c90d9ab29c415a2384db3006f3ec8a8cc654 # v4.2.4
10+
- uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4.2.5
1111
with:
1212
# renovate: datasource=github-releases depName=jdx/mise versioning=semver
13-
version: 2026.8.2
13+
version: 2026.8.10
1414
install: true
1515
cache: true
1616

@@ -23,7 +23,7 @@ runs:
2323
echo "version=$(go env GOVERSION)" >> "$GITHUB_OUTPUT"
2424
2525
- name: Cache Go dependencies and build artifacts
26-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
26+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
2727
with:
2828
path: |
2929
${{ steps.go-cache.outputs.mod }}

.github/workflows/scan-codeql.yaml

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

5555
- name: Initialize CodeQL
56-
uses: github/codeql-action/init@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
56+
uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
5757
env:
5858
CODEQL_EXTRACTOR_GO_BUILD_TRACING: on
5959
with:
@@ -62,6 +62,6 @@ jobs:
6262

6363

6464
- name: Perform CodeQL Analysis
65-
uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
65+
uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
6666
with:
6767
category: "/language:${{matrix.language}}"

.github/workflows/scorecard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747

4848
# Upload the results to GitHub's code scanning dashboard.
4949
- name: "Upload to code-scanning"
50-
uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
50+
uses: github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
5151
with:
5252
sarif_file: results.sarif

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ jobs:
370370
uses: ./.github/actions/setup-uds-e2e
371371

372372
- name: Login to GHCR
373-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
373+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
374374
with:
375375
registry: ghcr.io
376376
username: ${{ github.actor }}
@@ -408,7 +408,7 @@ jobs:
408408
create-cluster: "false"
409409

410410
- name: Login to GHCR
411-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
411+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
412412
with:
413413
registry: ghcr.io
414414
username: ${{ github.actor }}
@@ -444,7 +444,7 @@ jobs:
444444
create-cluster: "false"
445445

446446
- name: Login to GHCR
447-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
447+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
448448
with:
449449
registry: ghcr.io
450450
username: ${{ github.actor }}

mise.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@
33

44
[tools]
55
go = "1.26.5"
6-
hk = "1.54.0"
7-
golangci-lint = "2.12.2"
6+
hk = "1.56.0"
7+
golangci-lint = "2.13.0"
88
"github:goreleaser/goreleaser" = "2.17.1"
99
"github:gitleaks/gitleaks" = "8.30.1"
1010
k3d = "5.9.0"
1111
node = "24.19.0"
1212
# renovate: datasource=github-tags depName=google/addlicense versioning=semver
1313
"aqua:google/addlicense" = "1.2.0"
1414
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
15-
"aqua:defenseunicorns/uds-cli" = "0.35.0"
15+
"aqua:defenseunicorns/uds-cli" = "0.35.1"
1616

1717
[env]
1818
MISE_USE_VERSIONS_HOST_TRACK = "0"

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

77
tasks:
88
- name: license

testdata/legacy/packages/gitrepo/refs/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ spec:
1717
spec:
1818
containers:
1919
- name: nginx
20-
image: docker.io/library/nginx:1.31.3
20+
image: docker.io/library/nginx:1.31.4
2121
ports:
2222
- containerPort: 80

testdata/legacy/packages/gitrepo/zarf.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ components:
2828
namespace: nginx
2929
condition: available
3030
images:
31-
- docker.io/library/nginx:1.31.3
31+
- docker.io/library/nginx:1.31.4

testdata/legacy/packages/nginx-namespace-override/refs/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ spec:
1717
spec:
1818
containers:
1919
- name: nginx
20-
image: nginx:1.31.3
20+
image: nginx:1.31.4
2121
ports:
2222
- containerPort: 80

0 commit comments

Comments
 (0)