Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v5
2 changes: 1 addition & 1 deletion .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trigger-etl-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trigger-etl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading