From 1ae81d1b801eeff25eed663e53c60c9975aba284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 01:07:20 +0000 Subject: [PATCH] chore(deps): bump the actions group across 1 directory with 6 updates Bumps the actions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `8` | | [prefix-dev/setup-pixi](https://github.com/prefix-dev/setup-pixi) | `0.9.4` | `0.9.5` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.5.2` | `6.0.0` | | [google-github-actions/auth](https://github.com/google-github-actions/auth) | `2` | `3` | | [google-github-actions/setup-gcloud](https://github.com/google-github-actions/setup-gcloud) | `2` | `3` | | [actions/deploy-pages](https://github.com/actions/deploy-pages) | `4` | `5` | Updates `actions/download-artifact` from 4 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v4...v8) Updates `prefix-dev/setup-pixi` from 0.9.4 to 0.9.5 - [Release notes](https://github.com/prefix-dev/setup-pixi/releases) - [Commits](https://github.com/prefix-dev/setup-pixi/compare/v0.9.4...v0.9.5) Updates `codecov/codecov-action` from 5.5.2 to 6.0.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v5.5.2...v6.0.0) Updates `google-github-actions/auth` from 2 to 3 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/auth/compare/v2...v3) Updates `google-github-actions/setup-gcloud` from 2 to 3 - [Release notes](https://github.com/google-github-actions/setup-gcloud/releases) - [Changelog](https://github.com/google-github-actions/setup-gcloud/blob/main/CHANGELOG.md) - [Commits](https://github.com/google-github-actions/setup-gcloud/compare/v2...v3) Updates `actions/deploy-pages` from 4 to 5 - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: prefix-dev/setup-pixi dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: codecov/codecov-action dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: google-github-actions/auth dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: google-github-actions/setup-gcloud dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 4 ++-- .github/workflows/ci.yml | 4 ++-- .github/workflows/copilot-setup-steps.yml | 2 +- .github/workflows/deploy-production.yml | 20 ++++++++++---------- .github/workflows/deploy-staging.yml | 20 ++++++++++---------- .github/workflows/gh-pages.yml | 2 +- .github/workflows/migrations.yml | 2 +- .github/workflows/trigger-etl-production.yml | 4 ++-- .github/workflows/trigger-etl.yml | 4 ++-- 9 files changed, 31 insertions(+), 31 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 86929697..39b37724 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -66,7 +66,7 @@ jobs: matrix: package: [datamodels, pipeline, webservice] steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: Packages-${{ matrix.package }} path: dist @@ -89,7 +89,7 @@ jobs: matrix: package: [datamodels, pipeline, webservice] steps: - - uses: actions/download-artifact@v4 + - uses: actions/download-artifact@v8 with: name: Packages-${{ matrix.package }} path: dist diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 588be5bc..a4f3f4f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.9.4 + uses: prefix-dev/setup-pixi@v0.9.5 with: pixi-version: v0.63.2 environments: ${{ matrix.python-version }} @@ -54,6 +54,6 @@ jobs: pixi run pytest src/ca_biositing/webservice -m "not integration" --cov=ca_biositing.webservice --cov-report=xml --cov-append --cov-report=term-missing - name: Upload coverage report - uses: codecov/codecov-action@v5.5.2 + uses: codecov/codecov-action@v6.0.0 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 8077fbe8..20b7c660 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@v6 - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.9.4 + uses: prefix-dev/setup-pixi@v0.9.5 with: pixi-version: v0.56.0 cache: false # No caching diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 80939c84..c6ecea46 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -41,13 +41,13 @@ jobs: fetch-depth: 0 - name: Authenticate to GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ env.WIF_PROVIDER }} service_account: ${{ env.DEPLOYER_SA }} - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.9.4 + uses: prefix-dev/setup-pixi@v0.9.5 with: pixi-version: v0.63.2 environments: deployment @@ -108,13 +108,13 @@ jobs: fetch-depth: 0 - name: Authenticate to GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ env.WIF_PROVIDER }} service_account: ${{ env.DEPLOYER_SA }} - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.9.4 + uses: prefix-dev/setup-pixi@v0.9.5 with: pixi-version: v0.63.2 environments: deployment @@ -138,13 +138,13 @@ jobs: - uses: actions/checkout@v6 - name: Authenticate to GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ env.WIF_PROVIDER }} service_account: ${{ env.DEPLOYER_SA }} - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.9.4 + uses: prefix-dev/setup-pixi@v0.9.5 with: pixi-version: v0.63.2 environments: deployment @@ -166,13 +166,13 @@ jobs: - uses: actions/checkout@v6 - name: Authenticate to GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ env.WIF_PROVIDER }} service_account: ${{ env.DEPLOYER_SA }} - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.9.4 + uses: prefix-dev/setup-pixi@v0.9.5 with: pixi-version: v0.63.2 environments: deployment @@ -194,13 +194,13 @@ jobs: - uses: actions/checkout@v6 - name: Authenticate to GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ env.WIF_PROVIDER }} service_account: ${{ env.DEPLOYER_SA }} - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 - name: Validate services are healthy run: bash scripts/validate-deployment.sh diff --git a/.github/workflows/deploy-staging.yml b/.github/workflows/deploy-staging.yml index 7313a266..6fedf7c8 100644 --- a/.github/workflows/deploy-staging.yml +++ b/.github/workflows/deploy-staging.yml @@ -40,13 +40,13 @@ jobs: fetch-depth: 0 - name: Authenticate to GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ env.WIF_PROVIDER }} service_account: ${{ env.DEPLOYER_SA }} - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.9.4 + uses: prefix-dev/setup-pixi@v0.9.5 with: pixi-version: v0.63.2 environments: deployment @@ -103,13 +103,13 @@ jobs: fetch-depth: 0 - name: Authenticate to GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ env.WIF_PROVIDER }} service_account: ${{ env.DEPLOYER_SA }} - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.9.4 + uses: prefix-dev/setup-pixi@v0.9.5 with: pixi-version: v0.63.2 environments: deployment @@ -131,13 +131,13 @@ jobs: - uses: actions/checkout@v6 - name: Authenticate to GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ env.WIF_PROVIDER }} service_account: ${{ env.DEPLOYER_SA }} - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.9.4 + uses: prefix-dev/setup-pixi@v0.9.5 with: pixi-version: v0.63.2 environments: deployment @@ -159,13 +159,13 @@ jobs: - uses: actions/checkout@v6 - name: Authenticate to GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ env.WIF_PROVIDER }} service_account: ${{ env.DEPLOYER_SA }} - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.9.4 + uses: prefix-dev/setup-pixi@v0.9.5 with: pixi-version: v0.63.2 environments: deployment @@ -187,13 +187,13 @@ jobs: - uses: actions/checkout@v6 - name: Authenticate to GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ env.WIF_PROVIDER }} service_account: ${{ env.DEPLOYER_SA }} - name: Set up Cloud SDK - uses: google-github-actions/setup-gcloud@v2 + uses: google-github-actions/setup-gcloud@v3 - name: Validate services are healthy run: bash scripts/validate-deployment.sh diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0e17589c..9c8bfde2 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -60,4 +60,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/migrations.yml b/.github/workflows/migrations.yml index d3bda041..d64b30d9 100644 --- a/.github/workflows/migrations.yml +++ b/.github/workflows/migrations.yml @@ -58,7 +58,7 @@ jobs: fetch-depth: 1 - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.9.4 + uses: prefix-dev/setup-pixi@v0.9.5 with: pixi-version: v0.63.2 environments: py312 diff --git a/.github/workflows/trigger-etl-production.yml b/.github/workflows/trigger-etl-production.yml index 6a899ee0..086249b0 100644 --- a/.github/workflows/trigger-etl-production.yml +++ b/.github/workflows/trigger-etl-production.yml @@ -75,13 +75,13 @@ jobs: - uses: actions/checkout@v6 - name: Authenticate to GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ env.WIF_PROVIDER }} service_account: ${{ env.DEPLOYER_SA }} - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.9.4 + uses: prefix-dev/setup-pixi@v0.9.5 with: pixi-version: v0.63.2 environments: deployment diff --git a/.github/workflows/trigger-etl.yml b/.github/workflows/trigger-etl.yml index 7bcc48d0..5be36d14 100644 --- a/.github/workflows/trigger-etl.yml +++ b/.github/workflows/trigger-etl.yml @@ -77,13 +77,13 @@ jobs: - uses: actions/checkout@v6 - name: Authenticate to GCP - uses: google-github-actions/auth@v2 + uses: google-github-actions/auth@v3 with: workload_identity_provider: ${{ env.WIF_PROVIDER }} service_account: ${{ env.DEPLOYER_SA }} - name: Set up pixi - uses: prefix-dev/setup-pixi@v0.9.4 + uses: prefix-dev/setup-pixi@v0.9.5 with: pixi-version: v0.63.2 environments: deployment