From f5ab5db7322a089fe68c4b83a50833eba1180594 Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Mon, 28 Oct 2024 11:16:33 -0600 Subject: [PATCH] update to uds-common v1.2.1 --- .github/workflows/commitlint.yaml | 2 +- .github/workflows/lint.yaml | 2 +- .github/workflows/scorecard.yaml | 2 +- tasks.yaml | 14 +++++++------- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 77e0837..2a19023 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@2a5e66fceb5c506008d5f69f42abcf38ccf86b44 # v1.2.0 + uses: defenseunicorns/uds-common/.github/workflows/callable-commitlint.yaml@5a59ac893e45f6844d6b82eebebda31cf7da8600 # v1.2.1 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 759797c..b7a6b5d 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@2a5e66fceb5c506008d5f69f42abcf38ccf86b44 # v1.2.0 + uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@5a59ac893e45f6844d6b82eebebda31cf7da8600 # v1.2.1 secrets: inherit diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 7a03895..f3a8850 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@2a5e66fceb5c506008d5f69f42abcf38ccf86b44 # v1.2.0 + uses: defenseunicorns/uds-common/.github/workflows/callable-scorecard.yaml@5a59ac893e45f6844d6b82eebebda31cf7da8600 # v1.2.1 secrets: inherit diff --git a/tasks.yaml b/tasks.yaml index 91fdec0..257255b 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -4,13 +4,13 @@ includes: - dependencies: ./tasks/dependencies.yaml - test: ./tasks/test.yaml - - create-bundle: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.0/tasks/create.yaml - - deploy-bundle: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.0/tasks/deploy.yaml - - publish-bundle: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.0/tasks/publish.yaml - - pull-bundle: https://raw.githubusercontent.com/defenseunicorns/uds-common/bugfix-pull-version/tasks/pull.yaml - - setup-bundle: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.0/tasks/setup.yaml - - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.0/tasks/lint.yaml - - actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.0/tasks/actions.yaml + - create-bundle: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.1/tasks/create.yaml + - deploy-bundle: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.1/tasks/deploy.yaml + - publish-bundle: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.1/tasks/publish.yaml + - pull-bundle: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.1/tasks/pull.yaml + - setup-bundle: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.1/tasks/setup.yaml + - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.1/tasks/lint.yaml + - actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.2.1/tasks/actions.yaml variables: - name: BUNDLE_PATH