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.12.0  | 0.13.0  |
| github-tags | defenseunicorns/lula | v0.12.0 | v0.13.0 |
| github-tags | defenseunicorns/zarf | v0.44.0 | v0.45.0 |
| github-tags | github/codeql-action | v3.27.6 | v3.27.8 |
  • Loading branch information
renovate[bot] authored Dec 12, 2024
1 parent a94be67 commit ffb660f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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@aa578102511db1f4524ed59b8cc2bae4f6e88195 # v3.27.6
uses: github/codeql-action/upload-sarif@8a93837afdf1873301a68d777844b43e98cd4313 # v3.27.8
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion config/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tasks/**/*.yaml",
"src/**/validate.yaml"
],
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.44.0/zarf.schema.json": [
"https://raw.githubusercontent.com/defenseunicorns/zarf/v0.45.0/zarf.schema.json": [
"zarf.yaml"
]
},
Expand Down
2 changes: 1 addition & 1 deletion tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pinning to a specific tag of a task (rather than `main`) with renovate watching
- UDS CLI: 0.19.2
- UDS Core: 0.32.1
- K3D: 5.7.5
- Lula: 0.12.0
- Lula: 0.13.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.12.0
- LULA_VERSION=v0.13.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 ffb660f

Please sign in to comment.