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
8 changes: 4 additions & 4 deletions .github/workflows/docker-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
steps:
- name: Validate & generate docker workflow inputs
id: gen-matrix
uses: wisemen-digital/devops-github-actions/.github/actions/docker/validate-and-generate-inputs@v1
uses: wisemen-digital/devops-github-actions/.github/actions/docker/validate-and-generate-inputs@v2
with:
vendor: ${{ inputs.vendor }}
image-variants: ${{ inputs.image-variants }}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
# Setup
- name: Setup Docker environment
id: setup
uses: wisemen-digital/devops-github-actions/.github/actions/docker/setup@v1
uses: wisemen-digital/devops-github-actions/.github/actions/docker/setup@v2
with:
vendor: ${{ inputs.vendor }}
container-registry: ${{ vars.CONTAINER_REGISTRY_ENDPOINT }}
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
# Rollout
- name: Rollout on cluster
if: ${{ vars.K8S_CLUSTER_ID }}
uses: wisemen-digital/devops-github-actions/.github/actions/infra/k8s/rollout@v1
uses: wisemen-digital/devops-github-actions/.github/actions/infra/k8s/rollout@v2
with:
vendor: ${{ inputs.vendor }}
cluster-id: ${{ vars.K8S_CLUSTER_ID }}
Expand All @@ -178,7 +178,7 @@ jobs:
scaleway-secret-key: ${{ secrets.SCALEWAY_SECRET_KEY }}
- name: Redeploy Serverless Container
if: ${{ vars.SERVERLESS_CONTAINER_ID }}
uses: wisemen-digital/devops-github-actions/.github/actions/infra/serverless-container/redeploy@v1
uses: wisemen-digital/devops-github-actions/.github/actions/infra/serverless-container/redeploy@v2
with:
vendor: ${{ inputs.vendor }}
container-id: ${{ vars.SERVERLESS_CONTAINER_ID }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker-promote-to-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
steps:
- name: Validate & generate docker workflow inputs
id: gen-matrix
uses: wisemen-digital/devops-github-actions/.github/actions/docker/validate-and-generate-inputs@v1
uses: wisemen-digital/devops-github-actions/.github/actions/docker/validate-and-generate-inputs@v2
with:
vendor: ${{ inputs.vendor }}
image-variants: ${{ inputs.image-variants }}
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
# Setup
- name: Setup Docker environment
id: setup
uses: wisemen-digital/devops-github-actions/.github/actions/docker/setup@v1
uses: wisemen-digital/devops-github-actions/.github/actions/docker/setup@v2
with:
vendor: ${{ inputs.vendor }}
container-registry: ${{ vars.CONTAINER_REGISTRY_ENDPOINT }}
Expand All @@ -174,7 +174,7 @@ jobs:
# Rollout
- name: Rollout on cluster
if: ${{ vars.K8S_CLUSTER_ID }}
uses: wisemen-digital/devops-github-actions/.github/actions/infra/k8s/rollout@v1
uses: wisemen-digital/devops-github-actions/.github/actions/infra/k8s/rollout@v2
with:
vendor: ${{ inputs.vendor }}
cluster-id: ${{ vars.K8S_CLUSTER_ID }}
Expand All @@ -196,7 +196,7 @@ jobs:
scaleway-secret-key: ${{ secrets.SCALEWAY_SECRET_KEY }}
- name: Redeploy Serverless Container
if: ${{ vars.SERVERLESS_CONTAINER_ID }}
uses: wisemen-digital/devops-github-actions/.github/actions/infra/serverless-container/redeploy@v1
uses: wisemen-digital/devops-github-actions/.github/actions/infra/serverless-container/redeploy@v2
with:
vendor: ${{ inputs.vendor }}
container-id: ${{ vars.SERVERLESS_CONTAINER_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infra-k8s-rollout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
environment: ${{ matrix.deployment.environment }}
steps:
- name: Apply Configuration
uses: wisemen-digital/devops-github-actions/.github/actions/infra/k8s/apply@v1
uses: wisemen-digital/devops-github-actions/.github/actions/infra/k8s/apply@v2
with:
vendor: ${{ inputs.vendor }}
cluster-id: ${{ vars.K8S_CLUSTER_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/infra-s3-rollout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
;;
esac
- name: Apply Configuration
uses: wisemen-digital/devops-github-actions/.github/actions/infra/s3/apply@v1
uses: wisemen-digital/devops-github-actions/.github/actions/infra/s3/apply@v2
with:
provider: ${{ inputs.vendor }}
config-path: ${{ matrix.deployment.path }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/project-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
with:
fetch-depth: 0
- name: Scan for leaks
uses: wisemen-digital/devops-github-actions/.github/actions/project/check-leaks@v1
uses: wisemen-digital/devops-github-actions/.github/actions/project/check-leaks@v2
with:
github-access-token: ${{ github.token }}
generate-matrix:
Expand All @@ -121,7 +121,7 @@ jobs:
steps:
- name: Validate & generate docker workflow inputs
id: gen-matrix
uses: wisemen-digital/devops-github-actions/.github/actions/project/generate-matrix@v1
uses: wisemen-digital/devops-github-actions/.github/actions/project/generate-matrix@v2
with:
mailpit-enabled: ${{ inputs.test-mailpit-enabled }}
mailpit-image: ${{ inputs.test-mailpit-image }}
Expand All @@ -148,7 +148,7 @@ jobs:
steps:
- name: Setup Node environment
id: setup
uses: wisemen-digital/devops-github-actions/.github/actions/project/setup@v1
uses: wisemen-digital/devops-github-actions/.github/actions/project/setup@v2
with:
apps: ${{ needs.generate-matrix.outputs.apps }}
node-version: ${{ inputs.node-version }}
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
steps:
- name: Setup Node environment
if: ${{ matrix.app.skip != true }}
uses: wisemen-digital/devops-github-actions/.github/actions/project/setup@v1
uses: wisemen-digital/devops-github-actions/.github/actions/project/setup@v2
with:
node-version: ${{ inputs.node-version }}
- name: Configure Turbo remote cache
Expand Down Expand Up @@ -242,12 +242,12 @@ jobs:
fi
- name: Wait for services to be ready
if: ${{ matrix.app.skip != true && matrix.app.health-checks != '' && matrix.app.health-checks != '[]' }}
uses: wisemen-digital/devops-github-actions/.github/actions/project/wait-for-services@v1
uses: wisemen-digital/devops-github-actions/.github/actions/project/wait-for-services@v2
with:
health-checks: ${{ toJSON(matrix.app.health-checks) }}
- name: Run tests
if: ${{ matrix.app.skip != true }}
uses: wisemen-digital/devops-github-actions/.github/actions/project/test-stack@v1
uses: wisemen-digital/devops-github-actions/.github/actions/project/test-stack@v2
with:
app: ${{ matrix.app.path }}
pnpm-filter-args: '--filter ${{ matrix.app.path }}'
Expand Down