diff --git a/.github/workflows/cut-release-candidate.yml b/.github/workflows/cut-release-candidate.yml index 713fe9b2..a82a727f 100644 --- a/.github/workflows/cut-release-candidate.yml +++ b/.github/workflows/cut-release-candidate.yml @@ -56,7 +56,7 @@ jobs: timeout-minutes: 5 steps: - name: Checkout main - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 with: ref: main # Need full history so `git checkout -b` and `git push` work. diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c947b86e..53069886 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,9 +79,9 @@ jobs: DBT_ENV_SECRET_SNOWFLAKE_TEST_WAREHOUSE: ${{ secrets.SNOWFLAKE_TEST_WAREHOUSE }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Set up uv - uses: astral-sh/setup-uv@caf0cab7a618c569241d31dcd442f54681755d39 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 with: enable-cache: true - name: Install Python dependencies @@ -102,14 +102,14 @@ jobs: warehouse: [postgres, trino, sqlserver] steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Install Microsoft ODBC Driver 18 (sqlserver only) if: matrix.warehouse == 'sqlserver' run: | sudo apt-get update sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18 - name: Set up uv - uses: astral-sh/setup-uv@caf0cab7a618c569241d31dcd442f54681755d39 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 with: enable-cache: true - name: Install Python dependencies @@ -131,9 +131,9 @@ jobs: DBT_ENV_SECRET_SNOWFLAKE_TEST_WAREHOUSE: ${{ secrets.SNOWFLAKE_TEST_WAREHOUSE }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Set up uv - uses: astral-sh/setup-uv@caf0cab7a618c569241d31dcd442f54681755d39 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 with: enable-cache: true - name: Install Python dependencies @@ -155,14 +155,14 @@ jobs: DBT_ENV_SECRET_GCP_PROJECT: ${{ secrets.GCP_PROJECT }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Authenticate to GCP via Workload Identity Federation - uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed + uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 with: workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }} - name: Set up uv - uses: astral-sh/setup-uv@caf0cab7a618c569241d31dcd442f54681755d39 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 with: enable-cache: true - name: Install Python dependencies diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 46c84d7f..c8ed0e7f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout PR code - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Install Microsoft ODBC Driver 18 (sqlserver only) if: matrix.warehouse == 'sqlserver' @@ -69,7 +69,7 @@ jobs: sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18 - name: Set up uv - uses: astral-sh/setup-uv@caf0cab7a618c569241d31dcd442f54681755d39 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 with: enable-cache: true diff --git a/.github/workflows/publish_docs_on_release.yml b/.github/workflows/publish_docs_on_release.yml index 1b49b24e..defec173 100644 --- a/.github/workflows/publish_docs_on_release.yml +++ b/.github/workflows/publish_docs_on_release.yml @@ -36,7 +36,7 @@ jobs: steps: - name: Checkout Branch - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Install Python packages run: python -m pip install dbt-snowflake~=1.9.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b2db185f..c1098310 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,9 +85,9 @@ jobs: DBT_ENV_SECRET_SNOWFLAKE_TEST_WAREHOUSE: ${{ secrets.SNOWFLAKE_TEST_WAREHOUSE }} steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Set up uv - uses: astral-sh/setup-uv@caf0cab7a618c569241d31dcd442f54681755d39 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 with: enable-cache: true - name: Install Python dependencies @@ -181,7 +181,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 - name: Install Microsoft ODBC Driver 18 (sqlserver only) if: matrix.warehouse == 'sqlserver' @@ -191,13 +191,13 @@ jobs: - name: Authenticate to GCP via Workload Identity Federation (bigquery only) if: matrix.warehouse == 'bigquery' - uses: google-github-actions/auth@c200f3691d83b41bf9bbd8638997a462592937ed + uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 with: workload_identity_provider: ${{ secrets.GCP_WORKLOAD_IDENTITY_PROVIDER }} service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }} - name: Set up uv - uses: astral-sh/setup-uv@caf0cab7a618c569241d31dcd442f54681755d39 + uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 with: enable-cache: true