diff --git a/.github/workflows/compliance.yaml b/.github/workflows/compliance.yaml index 2e21c1c0c2..9b8424d9aa 100644 --- a/.github/workflows/compliance.yaml +++ b/.github/workflows/compliance.yaml @@ -45,7 +45,7 @@ jobs: shell: bash - name: Download assessment - uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1 + uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 with: name: ${{ inputs.flavor }}-assessment-results path: ./compliance diff --git a/src/grafana/tasks.yaml b/src/grafana/tasks.yaml index 77ce1f32cc..725aa5a5cd 100644 --- a/src/grafana/tasks.yaml +++ b/src/grafana/tasks.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial includes: - - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.1/tasks/setup.yaml + - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.2/tasks/setup.yaml tasks: - name: validate diff --git a/src/neuvector/tasks.yaml b/src/neuvector/tasks.yaml index fec6098633..b94de205aa 100644 --- a/src/neuvector/tasks.yaml +++ b/src/neuvector/tasks.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial includes: - - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.1/tasks/setup.yaml + - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.2/tasks/setup.yaml tasks: - name: validate diff --git a/tasks/create.yaml b/tasks/create.yaml index 246a070d0f..f09320e6d7 100644 --- a/tasks/create.yaml +++ b/tasks/create.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial includes: - - common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.1/tasks/create.yaml + - common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.2/tasks/create.yaml variables: - name: FLAVOR diff --git a/tasks/lint.yaml b/tasks/lint.yaml index f629945565..c4694a0ccb 100644 --- a/tasks/lint.yaml +++ b/tasks/lint.yaml @@ -2,7 +2,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later OR LicenseRef-Defense-Unicorns-Commercial includes: - - remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.1/tasks/lint.yaml + - remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.2/tasks/lint.yaml tasks: - name: fix diff --git a/tasks/test.yaml b/tasks/test.yaml index 0152ede463..3046a8c274 100644 --- a/tasks/test.yaml +++ b/tasks/test.yaml @@ -14,8 +14,8 @@ includes: - test-resources: ../src/test/tasks.yaml - base-layer: ../packages/base/tasks.yaml - idam-layer: ../packages/identity-authorization/tasks.yaml - - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.1/tasks/setup.yaml - - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.1/tasks/compliance.yaml + - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.2/tasks/setup.yaml + - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.14.2/tasks/compliance.yaml tasks: - name: base