diff --git a/.github/workflows/auto-update.yaml b/.github/workflows/auto-update.yaml index 4583ddd..0956200 100644 --- a/.github/workflows/auto-update.yaml +++ b/.github/workflows/auto-update.yaml @@ -31,7 +31,7 @@ concurrency: jobs: auto-update: - uses: defenseunicorns/uds-common/.github/workflows/callable-auto-update.yaml@1614a9f51fbf1f21e7a28020702773d9bdefd8fe # v1.24.5 + uses: defenseunicorns/uds-common/.github/workflows/callable-auto-update.yaml@7225a5d5b24ef882af31b3566c76051b252eb154 # v1.24.9 with: dry-run: ${{ github.event_name == 'workflow_dispatch' && inputs.dry-run || false }} secrets: inherit # Inherits all secrets from the parent workflow. diff --git a/.github/workflows/commitlint.yaml b/.github/workflows/commitlint.yaml index 4a29056..734a003 100644 --- a/.github/workflows/commitlint.yaml +++ b/.github/workflows/commitlint.yaml @@ -12,4 +12,4 @@ on: jobs: run: - uses: defenseunicorns/uds-common/.github/workflows/callable-commitlint.yaml@1614a9f51fbf1f21e7a28020702773d9bdefd8fe # v1.24.5 + uses: defenseunicorns/uds-common/.github/workflows/callable-commitlint.yaml@7225a5d5b24ef882af31b3566c76051b252eb154 # v1.24.9 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 027ade1..6e9a6a4 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -12,5 +12,5 @@ on: jobs: run: - uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@1614a9f51fbf1f21e7a28020702773d9bdefd8fe # v1.24.5 + uses: defenseunicorns/uds-common/.github/workflows/callable-lint.yaml@7225a5d5b24ef882af31b3566c76051b252eb154 # v1.24.9 secrets: inherit diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ec571a0..45c40fc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,7 +24,7 @@ jobs: matrix: flavor: [upstream, registry1, unicorn] architecture: [amd64, arm64] - uses: defenseunicorns/uds-common/.github/workflows/callable-publish.yaml@1614a9f51fbf1f21e7a28020702773d9bdefd8fe # v1.24.5 + uses: defenseunicorns/uds-common/.github/workflows/callable-publish.yaml@7225a5d5b24ef882af31b3566c76051b252eb154 # v1.24.9 with: flavor: ${{ matrix.flavor }} options: --set BASE_REPO="ghcr.io/uds-packages" diff --git a/.github/workflows/scan.yaml b/.github/workflows/scan.yaml index bbc9029..79db6f2 100644 --- a/.github/workflows/scan.yaml +++ b/.github/workflows/scan.yaml @@ -18,5 +18,5 @@ jobs: packages: read # Allows reading the content of the repository's packages. id-token: write # Allows authentication to Chainguard via OIDC. pull-requests: write # Allows writing the scan results comment to the pull request. - uses: defenseunicorns/uds-common/.github/workflows/callable-scan.yaml@1614a9f51fbf1f21e7a28020702773d9bdefd8fe # v1.24.5 + uses: defenseunicorns/uds-common/.github/workflows/callable-scan.yaml@7225a5d5b24ef882af31b3566c76051b252eb154 # v1.24.9 secrets: inherit # Inherits all secrets from the parent workflow. diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f3b6221..d1588a6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: test-flavor - uses: defenseunicorns/uds-common/.github/actions/test-flavor@1614a9f51fbf1f21e7a28020702773d9bdefd8fe # v1.24.5 + uses: defenseunicorns/uds-common/.github/actions/test-flavor@7225a5d5b24ef882af31b3566c76051b252eb154 # v1.24.9 id: test-flavor outputs: upgrade-flavors: ${{ steps.test-flavor.outputs.upgrade-flavors }} @@ -41,7 +41,7 @@ jobs: matrix: type: [install, upgrade] flavor: [upstream, unicorn, registry1] - uses: defenseunicorns/uds-common/.github/workflows/callable-test.yaml@1614a9f51fbf1f21e7a28020702773d9bdefd8fe # v1.24.5 + uses: defenseunicorns/uds-common/.github/workflows/callable-test.yaml@7225a5d5b24ef882af31b3566c76051b252eb154 # v1.24.9 with: timeout: 30 options: --set BASE_REPO="ghcr.io/uds-packages" diff --git a/tasks.yaml b/tasks.yaml index c58001c..4b7eae3 100644 --- a/tasks.yaml +++ b/tasks.yaml @@ -3,16 +3,16 @@ includes: - test: ./tasks/test.yaml - - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.5/tasks/create.yaml - - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.5/tasks/lint.yaml - - pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.5/tasks/pull.yaml - - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.5/tasks/deploy.yaml - - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.5/tasks/setup.yaml - - actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.5/tasks/actions.yaml - - badge: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.5/tasks/badge.yaml - - upgrade: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.5/tasks/upgrade.yaml - - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.5/tasks/compliance.yaml - - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.5/tasks/publish.yaml + - create: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.9/tasks/create.yaml + - lint: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.9/tasks/lint.yaml + - pull: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.9/tasks/pull.yaml + - deploy: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.9/tasks/deploy.yaml + - setup: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.9/tasks/setup.yaml + - actions: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.9/tasks/actions.yaml + - badge: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.9/tasks/badge.yaml + - upgrade: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.9/tasks/upgrade.yaml + - compliance: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.9/tasks/compliance.yaml + - publish: https://raw.githubusercontent.com/defenseunicorns/uds-common/v1.24.9/tasks/publish.yaml tasks: - name: default diff --git a/tests/package-lock.json b/tests/package-lock.json index a6ffbd9..d9c8bc1 100644 --- a/tests/package-lock.json +++ b/tests/package-lock.json @@ -87,9 +87,9 @@ } }, "node_modules/typescript": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", - "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", "bin": {