Skip to content

Commit

Permalink
chore(deps): update uds common support dependencies
Browse files Browse the repository at this point in the history
| datasource  | package                  | from    | to      |
| ----------- | ------------------------ | ------- | ------- |
| github-tags | defenseunicorns/lula     | 0.13.0  | 0.14.0  |
| github-tags | defenseunicorns/lula     | v0.13.0 | v0.14.0 |
| github-tags | defenseunicorns/uds-core | 0.33.0  | 0.33.1  |
| github-tags | defenseunicorns/uds-core | v0.33.0 | v0.33.1 |
| github-tags | github/codeql-action     | v3.27.9 | v3.28.0 |
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent 90ea06c commit 049b94e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching
## Supported Tool Versions

- UDS CLI: 0.20.0
- UDS Core: 0.33.0
- UDS Core: 0.33.1
- K3D: 5.7.5
- Lula: 0.13.0
- Lula: 0.14.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
2 changes: 1 addition & 1 deletion tasks/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ tasks:
- description: Install Lula
env:
# renovate: datasource=github-tags depName=defenseunicorns/lula versioning=semver-coerced
- LULA_VERSION=v0.13.0
- LULA_VERSION=v0.14.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
4 changes: 2 additions & 2 deletions tasks/setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tasks:
version:
description: The version of k3d-core-slim-dev to deploy
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
default: 0.33.0
default: 0.33.1
snapshots:
description: Whether to pull from the nightly snapshot repository
default: "false"
Expand All @@ -40,7 +40,7 @@ tasks:
version:
description: The version of k3d-core-demo to deploy
# renovate: datasource=github-tags depName=defenseunicorns/uds-core versioning=semver
default: 0.33.0
default: 0.33.1
snapshots:
description: Whether to pull from the nightly snapshot repository
default: "false"
Expand Down

0 comments on commit 049b94e

Please sign in to comment.