diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index d4a529e..db96588 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -76,7 +76,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: "3.11" - - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: uv sync working-directory: services/${{ matrix.service }} run: uv sync --frozen --all-groups @@ -96,7 +96,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: "3.11" - - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: uv sync (BFF) working-directory: frontend/${{ matrix.frontend }} run: uv sync --frozen --all-groups @@ -122,7 +122,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: "3.11" - - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - uses: databricks/setup-cli@cb0efd3c46ddbb344dde5b171afdb7fefc3337ba # v1.4.0 with: version: ${{ env.DATABRICKS_CLI_VERSION }} diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 4921e38..bafe612 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -95,7 +95,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: "3.11" - - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - uses: databricks/setup-cli@cb0efd3c46ddbb344dde5b171afdb7fefc3337ba # v1.4.0 with: version: ${{ env.DATABRICKS_CLI_VERSION }} @@ -343,7 +343,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: "3.11" - - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - uses: databricks/setup-cli@cb0efd3c46ddbb344dde5b171afdb7fefc3337ba # v1.4.0 with: version: ${{ env.DATABRICKS_CLI_VERSION }} diff --git a/.github/workflows/deploy-test.yml b/.github/workflows/deploy-test.yml index 07e6e92..3ba34db 100644 --- a/.github/workflows/deploy-test.yml +++ b/.github/workflows/deploy-test.yml @@ -69,7 +69,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: "3.11" - - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: uv sync working-directory: services/${{ matrix.service }} run: uv sync --frozen --all-groups @@ -89,7 +89,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: "3.11" - - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: uv sync (BFF) working-directory: frontend/${{ matrix.frontend }} run: uv sync --frozen --all-groups @@ -119,7 +119,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: "3.11" - - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - uses: databricks/setup-cli@cb0efd3c46ddbb344dde5b171afdb7fefc3337ba # v1.4.0 with: version: ${{ env.DATABRICKS_CLI_VERSION }} @@ -412,7 +412,7 @@ jobs: - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6 with: python-version: "3.11" - - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - uses: databricks/setup-cli@cb0efd3c46ddbb344dde5b171afdb7fefc3337ba # v1.4.0 with: version: ${{ env.DATABRICKS_CLI_VERSION }} diff --git a/.github/workflows/pr-validate.yml b/.github/workflows/pr-validate.yml index a192687..4bd9cd3 100644 --- a/.github/workflows/pr-validate.yml +++ b/.github/workflows/pr-validate.yml @@ -141,7 +141,7 @@ jobs: python-version: "3.11" - name: Install uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: uv sync (service) working-directory: services/${{ matrix.service }} @@ -180,7 +180,7 @@ jobs: python-version: "3.11" - name: Install uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: uv sync (BFF) working-directory: frontend/${{ matrix.frontend }} @@ -260,7 +260,7 @@ jobs: python-version: "3.11" - name: Install uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 - name: Install Databricks CLI uses: databricks/setup-cli@cb0efd3c46ddbb344dde5b171afdb7fefc3337ba # v1.4.0