From ff90b96b0cbf12f6b5259c722e150dbbf2094c57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 22:48:16 +0000 Subject: [PATCH] chore(deps): update gitlab support dependencies | datasource | package | from | to | | ----------- | -------------------------------- | -------- | -------- | | github-tags | defenseunicorns/uds-cli | 0.9.2 | 0.9.3 | | github-tags | defenseunicorns/uds-cli | v0.9.0 | v0.9.3 | | github-tags | defenseunicorns/uds-common-tasks | v0.2.1 | v0.2.2 | | github-tags | defenseunicorns/zarf | v0.32.3 | v0.32.4 | | github-tags | renovatebot/pre-commit-hooks | 37.224.0 | 37.235.0 | --- .github/workflows/commitlint.yaml | 2 +- .github/workflows/pull-request-conditionals.yaml | 2 +- .github/workflows/tag-and-release.yaml | 4 ++-- .github/workflows/test.yaml | 4 ++-- .pre-commit-config.yaml | 2 +- .vscode/settings.json | 6 +++--- tasks/publish.yaml | 2 +- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index d610bafb..31863364 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -12,4 +12,4 @@ on: jobs: validate: name: Validate - uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@42550995edd718244ac990c8da8e92f4ab358bee + uses: defenseunicorns/uds-common/.github/workflows/commitlint.yaml@ed50a1c523b0ff6c3dff9f211ee4574ca6cac1ac diff --git a/.github/workflows/pull-request-conditionals.yaml b/.github/workflows/pull-request-conditionals.yaml index cce0084d..9de9fabb 100644 --- a/.github/workflows/pull-request-conditionals.yaml +++ b/.github/workflows/pull-request-conditionals.yaml @@ -44,7 +44,7 @@ jobs: - name: Install UDS CLI shell: bash # renovate: datasource=github-tags depName=defenseunicorns/uds-cli versioning=semver - run: brew install defenseunicorns/tap/uds@0.9.2 + run: brew install defenseunicorns/tap/uds@0.9.3 - name: Run Formatting Checks run: uds run lint-check diff --git a/.github/workflows/tag-and-release.yaml b/.github/workflows/tag-and-release.yaml index 010e692b..4bc431a5 100644 --- a/.github/workflows/tag-and-release.yaml +++ b/.github/workflows/tag-and-release.yaml @@ -36,7 +36,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Environment setup - uses: defenseunicorns/uds-common/.github/actions/setup@42550995edd718244ac990c8da8e92f4ab358bee + uses: defenseunicorns/uds-common/.github/actions/setup@ed50a1c523b0ff6c3dff9f211ee4574ca6cac1ac - name: Iron Bank Login run: uds zarf tools registry login -u "${{secrets.IRON_BANK_ROBOT_USERNAME}}" -p "${{secrets.IRON_BANK_ROBOT_PASSWORD}}" registry1.dso.mil @@ -53,6 +53,6 @@ jobs: - name: Save logs if: always() - uses: defenseunicorns/uds-common/.github/actions/save-logs@42550995edd718244ac990c8da8e92f4ab358bee + uses: defenseunicorns/uds-common/.github/actions/save-logs@ed50a1c523b0ff6c3dff9f211ee4574ca6cac1ac with: suffix: '${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}' diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e3ce3cb6..fcb1cdc1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Environment setup - uses: defenseunicorns/uds-common/.github/actions/setup@42550995edd718244ac990c8da8e92f4ab358bee + uses: defenseunicorns/uds-common/.github/actions/setup@ed50a1c523b0ff6c3dff9f211ee4574ca6cac1ac - name: Iron Bank Login run: uds zarf tools registry login -u "${{secrets.IRON_BANK_ROBOT_USERNAME}}" -p "${{secrets.IRON_BANK_ROBOT_PASSWORD}}" registry1.dso.mil @@ -45,6 +45,6 @@ jobs: - name: Save logs if: always() - uses: defenseunicorns/uds-common/.github/actions/save-logs@42550995edd718244ac990c8da8e92f4ab358bee + uses: defenseunicorns/uds-common/.github/actions/save-logs@ed50a1c523b0ff6c3dff9f211ee4574ca6cac1ac with: suffix: '${{ matrix.flavor }}-${{ github.run_id }}-${{ github.run_attempt }}' diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 731cb437..992b3c71 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,6 +48,6 @@ repos: hooks: - id: golangci-lint - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.224.0 + rev: 37.235.0 hooks: - id: renovate-config-validator diff --git a/.vscode/settings.json b/.vscode/settings.json index 85973cf8..e7a025fb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,15 +8,15 @@ ] }, "yaml.schemas": { - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.9.0/uds.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.9.3/uds.schema.json": [ "uds-bundle.yaml" ], - "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.9.0/tasks.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/uds-cli/v0.9.3/tasks.schema.json": [ "tasks.yaml", "tasks/**/*.yaml", "src/**/validate.yaml" ], - "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.3/zarf.schema.json": [ + "https://raw.githubusercontent.com/defenseunicorns/zarf/v0.32.4/zarf.schema.json": [ "zarf.yaml" ] }, diff --git a/tasks/publish.yaml b/tasks/publish.yaml index 786d8d4f..6e4b03e7 100644 --- a/tasks/publish.yaml +++ b/tasks/publish.yaml @@ -1,5 +1,5 @@ includes: - - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.1/tasks/publish.yaml + - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common-tasks/v0.2.2/tasks/publish.yaml variables: - name: TARGET_REPO