From ffb660f87eeda6379db5acb3014ee624c6283edd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 22:04:32 +0000 Subject: [PATCH] chore(deps): update uds common support dependencies | 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 | --- .github/workflows/callable-scorecard.yaml | 2 +- config/.vscode/settings.json | 2 +- tasks/README.md | 2 +- tasks/actions.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/callable-scorecard.yaml b/.github/workflows/callable-scorecard.yaml index cc7a96cd..2afc564e 100644 --- a/.github/workflows/callable-scorecard.yaml +++ b/.github/workflows/callable-scorecard.yaml @@ -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 diff --git a/config/.vscode/settings.json b/config/.vscode/settings.json index 97673e1c..0c31e15c 100644 --- a/config/.vscode/settings.json +++ b/config/.vscode/settings.json @@ -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" ] }, diff --git a/tasks/README.md b/tasks/README.md index 5940c656..e483135e 100644 --- a/tasks/README.md +++ b/tasks/README.md @@ -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. diff --git a/tasks/actions.yaml b/tasks/actions.yaml index 6464cf88..eb69e5dd 100644 --- a/tasks/actions.yaml +++ b/tasks/actions.yaml @@ -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 }}" \