diff --git a/.github/workflows/test-aks.yaml b/.github/workflows/test-aks.yaml index 12e6a846b9..49eec97a0a 100644 --- a/.github/workflows/test-aks.yaml +++ b/.github/workflows/test-aks.yaml @@ -58,7 +58,7 @@ jobs: uses: ./.github/actions/renovate-readiness - name: Azure login - uses: azure/login@a65d910e8af852a8061c627c456678983e180302 # v2 + uses: azure/login@a457da9ea143d694b1b9c7c869ebb04ebe844ef5 # v2 with: client-id: ${{ secrets.AZURE_GOV_CLIENT_ID }} tenant-id: ${{ secrets.AZURE_GOV_TENANT_ID }} diff --git a/tasks/create.yaml b/tasks/create.yaml index 8d2991a1ce..ad8c127d61 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.11.2/tasks/create.yaml + - common: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.12.0/tasks/create.yaml variables: - name: FLAVOR diff --git a/tasks/lint.yaml b/tasks/lint.yaml index 663b5f169d..016828d373 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.11.2/tasks/lint.yaml + - remote: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.12.0/tasks/lint.yaml tasks: - name: fix diff --git a/tasks/test.yaml b/tasks/test.yaml index a076c39cce..2fb25ba54c 100644 --- a/tasks/test.yaml +++ b/tasks/test.yaml @@ -9,8 +9,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/refs/tags/v1.11.2/tasks/setup.yaml - - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.11.2/tasks/compliance.yaml + - common-setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/refs/tags/v1.12.0/tasks/setup.yaml + - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.12.0/tasks/compliance.yaml tasks: - name: base