Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/cleanup-namespaces.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
name: Remove ${{ matrix.namespace }}
steps:
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Get helm release values and Quote specific fields that are commonly numeric
id: get-values
run: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-and-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
name: Cache Node.js dependencies
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: 'opencrvs/opencrvs-testland'
fetch-depth: 0
Expand Down Expand Up @@ -164,7 +164,7 @@ jobs:
]
name: shard-${{ matrix.shard }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: 'opencrvs/opencrvs-testland'
fetch-depth: 0
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0

Expand All @@ -259,7 +259,7 @@ jobs:
if: "!cancelled() && needs.test.result == 'success' && inputs.keep-e2e != 'true' && inputs.keep-e2e != true && github.event.client_payload.keep-e2e != 'true' && github.event.client_payload.keep-e2e != true"
steps:
- name: Checkout OpenCRVS helm charts from core repository ${{ inputs.core-image-tag }}
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: opencrvs/opencrvs-core
path: core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-deps-on-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
ALERT_EMAIL: ${{ secrets.ALERT_EMAIL }}
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install Traefik
run: |
kubectl scale deployment traefik --replicas=0 --namespace traefik || true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-to-k8s-sync-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- k8s
- ${{ inputs.environment }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
# Create a temporary file for environment variables
# to store GitHub Secrets and Variables (base64 encoded)
# Making those values base64 encoded allows us to avoid further complex escaping issues
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/k8s-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ jobs:
- e2e
steps:
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.branch }}
- name: Checkout OpenCRVS helm charts from core repository ${{ inputs.core-image-tag }}
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: opencrvs/opencrvs-core
path: core
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/k8s-reset-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
- elasticsearch-reindex
steps:
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.branch }}
- name: Checkout OpenCRVS helm charts from core repository by branch ${{ inputs.core-branch }}
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: opencrvs/opencrvs-core
path: core
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provision-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
backup_host_public_key: ${{ secrets.BACKUP_HOST_PUBLIC_KEY }}
self_hosted_runner_additional_labels: ${{ vars.SELF_HOSTED_RUNNER_ADDITIONAL_LABELS }}
- name: checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Run Ansible Playbook
uses: dawidd6/action-ansible-playbook@v9
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reset-2fa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
timeout-minutes: 60
steps:
- name: checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Run Ansible Playbook
uses: dawidd6/action-ansible-playbook@v9
env:
Expand Down