From 3051967bdd11b4ea2d8687d404f5a1672ec32291 Mon Sep 17 00:00:00 2001 From: catsby Date: Tue, 3 Dec 2024 13:22:59 -0600 Subject: [PATCH 1/3] smoke-test for the pending release of CLI v0.19.2 Signed-off-by: catsby --- .github/actions/lint-check/action.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/actions/lint-check/action.yaml b/.github/actions/lint-check/action.yaml index c90c3e087..f18989e55 100644 --- a/.github/actions/lint-check/action.yaml +++ b/.github/actions/lint-check/action.yaml @@ -14,9 +14,10 @@ runs: - name: Set up Homebrew uses: Homebrew/actions/setup-homebrew@master - name: Install UDS CLI - # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - run: brew install defenseunicorns/tap/uds@0.19.2 - shell: bash + uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0 + with: + # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver + version: nightly-unstable - name: Run Formatting Checks run: uds run lint-check --no-progress shell: bash From c1bd7e19debc1b548fd55de8dcedb12040215375 Mon Sep 17 00:00:00 2001 From: catsby Date: Tue, 3 Dec 2024 13:27:46 -0600 Subject: [PATCH 2/3] update ref Signed-off-by: catsby --- .github/actions/lint-check/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/lint-check/action.yaml b/.github/actions/lint-check/action.yaml index f18989e55..7cdd1d31d 100644 --- a/.github/actions/lint-check/action.yaml +++ b/.github/actions/lint-check/action.yaml @@ -17,7 +17,7 @@ runs: uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0 with: # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - version: nightly-unstable + version: v0.19.2 - name: Run Formatting Checks run: uds run lint-check --no-progress shell: bash From 4ed7a6bd09653e628ba87f308a5d32bebcb6a96d Mon Sep 17 00:00:00 2001 From: catsby Date: Tue, 3 Dec 2024 16:54:54 -0600 Subject: [PATCH 3/3] don't think we need homebrew now Signed-off-by: catsby --- .github/actions/lint-check/action.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/actions/lint-check/action.yaml b/.github/actions/lint-check/action.yaml index 7cdd1d31d..40cf4dbe2 100644 --- a/.github/actions/lint-check/action.yaml +++ b/.github/actions/lint-check/action.yaml @@ -11,8 +11,6 @@ runs: uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0 with: node-version: 20 - - name: Set up Homebrew - uses: Homebrew/actions/setup-homebrew@master - name: Install UDS CLI uses: defenseunicorns/setup-uds@b987a32bac3baeb67bfb08f5e1544e2f9076ee8a # v1.0.0 with: