Skip to content

Commit

Permalink
chore(deps): update uds common support dependencies (#348)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 4, 2024
1 parent 61385c2 commit 4430e46
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/callable-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0
with:
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
version: v0.19.0
version: v0.19.2

- name: Environment setup
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0
with:
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
version: v0.19.0
version: v0.19.2

- name: Environment setup
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/callable-scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: Upload to code-scanning
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
uses: github/codeql-action/upload-sarif@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/callable-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
udsCliVersion:
description: The uds-cli version to install
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
default: 0.19.0
default: 0.19.2
type: string

# Permissions for the GITHUB_TOKEN used by the workflow.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0
with:
# renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver
version: v0.19.0
version: v0.19.2

- name: Environment setup
run: |
Expand Down
4 changes: 2 additions & 2 deletions config/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
]
},
"yaml.schemas": {
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.19.0/uds.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.19.2/uds.schema.json": [
"uds-bundle.yaml"
],
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.19.0/tasks.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.19.2/tasks.schema.json": [
"tasks.yaml",
"tasks/**/*.yaml",
"src/**/validate.yaml"
Expand Down
6 changes: 3 additions & 3 deletions tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching

## Supported Tool Versions

- UDS CLI: 0.19.0
- UDS CLI: 0.19.2
- UDS Core: 0.32.0
- K3D: 5.7.4
- Lula: 0.11.0
- K3D: 5.7.5
- Lula: 0.12.0

> [!NOTE]
> Zarf is not required for tasks in this repo, the vendored zarf (`uds zarf`) included with UDS CLI is used instead to prevent version mismatches.
Expand Down
4 changes: 2 additions & 2 deletions tasks/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ tasks:
- description: Install k3d
env:
# renovate: datasource=github-tags depName=k3d-io/k3d versioning=semver-coerced
- K3D_VERSION=v5.7.4
- K3D_VERSION=v5.7.5
cmd: |
curl -s https://raw.githubusercontent.com/k3d-io/k3d/main/install.sh | TAG="${K3D_VERSION}" bash
Expand All @@ -123,7 +123,7 @@ tasks:
- description: Install Lula
env:
# renovate: datasource=github-tags depName=defenseunicorns/lula versioning=semver-coerced
- LULA_VERSION=v0.11.0
- LULA_VERSION=v0.12.0
cmd: |
curl -o /usr/local/bin/lula -L \
"https://github.com/defenseunicorns/lula/releases/download/${LULA_VERSION}/lula_${LULA_VERSION}_$(uname -s)_${{ .variables.ARCH }}" \
Expand Down

0 comments on commit 4430e46

Please sign in to comment.