File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ description: Install the repository-pinned development tools
77runs :
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
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 }}
Original file line number Diff line number Diff line change 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 :
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}}"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff line change 33
44[tools ]
55go = " 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"
1010k3d = " 5.9.0"
1111node = " 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 ]
1818MISE_USE_VERSIONS_HOST_TRACK = " 0"
Original file line number Diff line number Diff line change 22# SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial
33
44includes :
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
77tasks :
88 - name : license
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1717 spec :
1818 containers :
1919 - name : nginx
20- image : nginx:1.31.3
20+ image : nginx:1.31.4
2121 ports :
2222 - containerPort : 80
You can’t perform that action at this time.
0 commit comments