Skip to content

Commit

Permalink
update to uds-common v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Oct 28, 2024
1 parent 871c1f0 commit f5ab5db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 7 additions & 7 deletions tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5ab5db

Please sign in to comment.