From d3adef6a0f2a994fef15622c13ae65934c25788d Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Tue, 29 Oct 2024 17:07:01 -0600
Subject: [PATCH] chore(deps): update gitlab support dependencies (#215)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://redirect.github.com/actions/checkout) |
action | patch | `v4.2.1` -> `v4.2.2` |
|
[defenseunicorns/uds-common](https://redirect.github.com/defenseunicorns/uds-common)
| | minor | `v1.1.2` -> `v1.2.2` |
|
[defenseunicorns/uds-common](https://redirect.github.com/defenseunicorns/uds-common)
| action | minor | `v1.1.2` -> `v1.2.2` |
---
### Release Notes
actions/checkout (actions/checkout)
###
[`v4.2.2`](https://redirect.github.com/actions/checkout/blob/HEAD/CHANGELOG.md#v422)
[Compare
Source](https://redirect.github.com/actions/checkout/compare/v4.2.1...v4.2.2)
- `url-helper.ts` now leverages well-known environment variables by
[@jww3](https://redirect.github.com/jww3) in
[https://github.com/actions/checkout/pull/1941](https://redirect.github.com/actions/checkout/pull/1941)
- Expand unit test coverage for `isGhes` by
[@jww3](https://redirect.github.com/jww3) in
[https://github.com/actions/checkout/pull/1946](https://redirect.github.com/actions/checkout/pull/1946)
defenseunicorns/uds-common
(defenseunicorns/uds-common)
###
[`v1.2.2`](https://redirect.github.com/defenseunicorns/uds-common/releases/tag/v1.2.2)
[Compare
Source](https://redirect.github.com/defenseunicorns/uds-common/compare/v1.2.1...v1.2.2)
##### Features
- allow alternate paths for the check flavor zarf.yaml
([#326](https://redirect.github.com/defenseunicorns/uds-common/issues/326))
([d3ecafd](https://redirect.github.com/defenseunicorns/uds-common/commit/d3ecafdf8a124c8b722b34e41097bf08fe5b8036))
##### Miscellaneous
- **deps:** update uds common support dependencies to v0.30.0
([#328](https://redirect.github.com/defenseunicorns/uds-common/issues/328))
([2c8bb0d](https://redirect.github.com/defenseunicorns/uds-common/commit/2c8bb0dfdd86611b32601fc9c4083fba6ea735aa))
###
[`v1.2.1`](https://redirect.github.com/defenseunicorns/uds-common/releases/tag/v1.2.1)
[Compare
Source](https://redirect.github.com/defenseunicorns/uds-common/compare/v1.2.0...v1.2.1)
##### Bug Fixes
- pull mv command to use latest version
([#324](https://redirect.github.com/defenseunicorns/uds-common/issues/324))
([3512549](https://redirect.github.com/defenseunicorns/uds-common/commit/3512549b418c115f5ff48df5e067c2790bdfd122))
##### Miscellaneous
- **deps:** update uds common support dependencies
([#320](https://redirect.github.com/defenseunicorns/uds-common/issues/320))
([7dded2a](https://redirect.github.com/defenseunicorns/uds-common/commit/7dded2aa68a1f1c9b51960d870f698c976d0c1a4))
###
[`v1.2.0`](https://redirect.github.com/defenseunicorns/uds-common/releases/tag/v1.2.0)
[Compare
Source](https://redirect.github.com/defenseunicorns/uds-common/compare/v1.1.2...v1.2.0)
##### Features
- support gitlab
([#283](https://redirect.github.com/defenseunicorns/uds-common/issues/283))
([9ac2019](https://redirect.github.com/defenseunicorns/uds-common/commit/9ac201912622886aa6c6a25c1d0cd086b23b5567))
##### Bug Fixes
- don't fail if `zarf.yaml` not found in tag
([#322](https://redirect.github.com/defenseunicorns/uds-common/issues/322))
([e4ef2ab](https://redirect.github.com/defenseunicorns/uds-common/commit/e4ef2ab9d752acfd0323eb551d84822311708b25))
##### Miscellaneous
- **deps:** update support-deps to v3.27.0
([#318](https://redirect.github.com/defenseunicorns/uds-common/issues/318))
([8b6e67e](https://redirect.github.com/defenseunicorns/uds-common/commit/8b6e67e8f0ffa1300a75bc3d8d1df916dbddb2f8))
- update workflow permissions
([#321](https://redirect.github.com/defenseunicorns/uds-common/issues/321))
([9f5c844](https://redirect.github.com/defenseunicorns/uds-common/commit/9f5c844238529b92eef7ee97f1b6f5713ec371ca))
---
### Configuration
📅 **Schedule**: Branch creation - "after 7am and before 9am every
weekday" in timezone America/New_York, Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/defenseunicorns/uds-package-gitlab).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
.github/workflows/ci-docs-shim.yaml | 2 +-
.github/workflows/commitlint.yaml | 2 +-
.github/workflows/lint.yaml | 2 +-
.github/workflows/release.yaml | 2 +-
.github/workflows/scorecard.yaml | 2 +-
.github/workflows/test.yaml | 6 +++---
tasks.yaml | 20 ++++++++++----------
7 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/.github/workflows/ci-docs-shim.yaml b/.github/workflows/ci-docs-shim.yaml
index 24c24028..77987c6e 100644
--- a/.github/workflows/ci-docs-shim.yaml
+++ b/.github/workflows/ci-docs-shim.yaml
@@ -18,7 +18,7 @@ jobs:
matrix:
type: [install, upgrade]
flavor: [upstream, registry1, unicorn]
- uses: defenseunicorns/uds-common/.github/workflows/callable-ci-docs-shim.yaml@c52077c870a576d01f169f96d74d1b393c6488ba # v1.1.2
+ uses: defenseunicorns/uds-common/.github/workflows/callable-ci-docs-shim.yaml@d59b1c601730bfa7ab76439643242358e529603e # v1.2.2
with:
flavor: ${{ matrix.flavor }}
type: ${{ matrix.type }}
diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml
index 03c49173..120c3539 100644
--- a/.github/workflows/commitlint.yaml
+++ b/.github/workflows/commitlint.yaml
@@ -15,4 +15,4 @@ permissions:
jobs:
validate:
- uses: defenseunicorns/uds-common/.github/workflows/callable-commitlint.yaml@c52077c870a576d01f169f96d74d1b393c6488ba # v1.1.2
+ uses: defenseunicorns/uds-common/.github/workflows/callable-commitlint.yaml@d59b1c601730bfa7ab76439643242358e529603e # v1.2.2
diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml
index ee594a2f..711435e2 100644
--- a/.github/workflows/lint.yaml
+++ b/.github/workflows/lint.yaml
@@ -15,5 +15,5 @@ permissions:
jobs:
validate:
- uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@c52077c870a576d01f169f96d74d1b393c6488ba # v1.1.2
+ uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@d59b1c601730bfa7ab76439643242358e529603e # v1.2.2
secrets: inherit
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 6b99d987..df6be39f 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -43,7 +43,7 @@ jobs:
architecture: arm64
- flavor: unicorn
architecture: arm64
- uses: defenseunicorns/uds-common/.github/workflows/callable-publish.yaml@c52077c870a576d01f169f96d74d1b393c6488ba # v1.1.2
+ uses: defenseunicorns/uds-common/.github/workflows/callable-publish.yaml@d59b1c601730bfa7ab76439643242358e529603e # v1.2.2
with:
flavor: ${{ matrix.flavor }}
runsOn: ${{ matrix.architecture == 'arm64' && 'uds-swf-ubuntu-arm64-4-core' || 'uds-swf-ubuntu-big-boy-8-core' }}
diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml
index 1d7a6a5a..09cadb9e 100644
--- a/.github/workflows/scorecard.yaml
+++ b/.github/workflows/scorecard.yaml
@@ -32,5 +32,5 @@ jobs:
security-events: write
# Used to receive a badge.
id-token: write
- uses: defenseunicorns/uds-common/.github/workflows/callable-scorecard.yaml@c52077c870a576d01f169f96d74d1b393c6488ba # v1.1.2
+ uses: defenseunicorns/uds-common/.github/workflows/callable-scorecard.yaml@d59b1c601730bfa7ab76439643242358e529603e # v1.2.2
secrets: inherit
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index dc203e3e..099fdc05 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -41,10 +41,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: test-flavor
- uses: defenseunicorns/uds-common/.github/actions/test-flavor@c52077c870a576d01f169f96d74d1b393c6488ba # v1.1.2
+ uses: defenseunicorns/uds-common/.github/actions/test-flavor@d59b1c601730bfa7ab76439643242358e529603e # v1.2.2
id: test-flavor
outputs:
upgrade-flavors: ${{ steps.test-flavor.outputs.upgrade-flavors }}
@@ -56,7 +56,7 @@ jobs:
matrix:
type: [install, upgrade]
flavor: [upstream, registry1, unicorn]
- uses: defenseunicorns/uds-common/.github/workflows/callable-test.yaml@c52077c870a576d01f169f96d74d1b393c6488ba # v1.1.2
+ uses: defenseunicorns/uds-common/.github/workflows/callable-test.yaml@d59b1c601730bfa7ab76439643242358e529603e # v1.2.2
with:
upgrade-flavors: ${{ needs.check-flavor.outputs.upgrade-flavors }}
flavor: ${{ matrix.flavor }}
diff --git a/tasks.yaml b/tasks.yaml
index ba7daf06..9fd6913d 100644
--- a/tasks.yaml
+++ b/tasks.yaml
@@ -4,16 +4,16 @@
includes:
- dependencies: ./tasks/dependencies.yaml
- test: ./tasks/test.yaml
- - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/create.yaml
- - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/publish.yaml
- - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/lint.yaml
- - pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/pull.yaml
- - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/deploy.yaml
- - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/setup.yaml
- - actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/actions.yaml
- - badge: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/badge.yaml
- - upgrade: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/upgrade.yaml
- - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.1.2/tasks/compliance.yaml
+ - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.2/tasks/create.yaml
+ - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.2/tasks/publish.yaml
+ - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.2/tasks/lint.yaml
+ - pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.2/tasks/pull.yaml
+ - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.2/tasks/deploy.yaml
+ - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.2/tasks/setup.yaml
+ - actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.2/tasks/actions.yaml
+ - badge: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.2/tasks/badge.yaml
+ - upgrade: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.2/tasks/upgrade.yaml
+ - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.2/tasks/compliance.yaml
tasks:
- name: default