Skip to content
Merged
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-cluster-bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:

- name: 🛠️ Install Cilium
if: ${{ inputs.SKIP != true }}
uses: devantler-tech/actions/install-cilium-action@6d18f29330dd5818cf03c8508fb125cc05441fad # v1.9.6
uses: devantler-tech/actions/install-cilium-action@884a9b7321e269351d5fc006d95e0b50b2ddedf6 # v1.9.7

- name: 🛠️ Install Flux
if: ${{ inputs.SKIP != true }}
uses: devantler-tech/actions/install-flux-action@6d18f29330dd5818cf03c8508fb125cc05441fad # v1.9.6
uses: devantler-tech/actions/install-flux-action@884a9b7321e269351d5fc006d95e0b50b2ddedf6 # v1.9.7

- name: 🔐 Create secret for SOPS
if: ${{ inputs.SKIP != true }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd-gitops-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:

- name: ⚙️ Setup KSail
if: ${{ inputs.SKIP != true }}
uses: devantler-tech/actions/setup-ksail-action@6d18f29330dd5818cf03c8508fb125cc05441fad # v1.9.6
uses: devantler-tech/actions/setup-ksail-action@884a9b7321e269351d5fc006d95e0b50b2ddedf6 # v1.9.7

- name: 🚀 Deploy
if: ${{ inputs.SKIP != true }}
uses: devantler-tech/actions/flux-gitops-deploy-action@6d18f29330dd5818cf03c8508fb125cc05441fad # v1.9.6
uses: devantler-tech/actions/flux-gitops-deploy-action@884a9b7321e269351d5fc006d95e0b50b2ddedf6 # v1.9.7
with:
DEPLOYMENT_ENV: ${{ inputs.DEPLOYMENT_ENV }}
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-auto-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
persist-credentials: false

- name: 🔀 Auto-merge
uses: devantler-tech/actions/auto-merge-action@6d18f29330dd5818cf03c8508fb125cc05441fad # v1.9.6
uses: devantler-tech/actions/auto-merge-action@884a9b7321e269351d5fc006d95e0b50b2ddedf6 # v1.9.7
with:
app_id: ${{ vars.APP_ID }}
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-dotnet-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
persist-credentials: false

- name: 🧪 Test .NET solution or project
uses: devantler-tech/actions/dotnet-test-action@6d18f29330dd5818cf03c8508fb125cc05441fad # v1.9.6
uses: devantler-tech/actions/dotnet-test-action@884a9b7321e269351d5fc006d95e0b50b2ddedf6 # v1.9.7
with:
app_id: ${{ vars.APP_ID }}
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-gitops-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
persist-credentials: false

- name: ⚙️ Setup KSail
uses: devantler-tech/actions/setup-ksail-action@6d18f29330dd5818cf03c8508fb125cc05441fad # v1.9.6
uses: devantler-tech/actions/setup-ksail-action@884a9b7321e269351d5fc006d95e0b50b2ddedf6 # v1.9.7

- name: 🌐 Add hosts
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-gitops-validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
persist-credentials: false

- name: ⚙️ Setup KSail
uses: devantler-tech/actions/setup-ksail-action@6d18f29330dd5818cf03c8508fb125cc05441fad # v1.9.6
uses: devantler-tech/actions/setup-ksail-action@884a9b7321e269351d5fc006d95e0b50b2ddedf6 # v1.9.7

- name: 🧹 Validate GitOps cluster configuration
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/todos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
persist-credentials: false

- name: 🧪 Run todos-action
uses: devantler-tech/actions/todos-action@6d18f29330dd5818cf03c8508fb125cc05441fad # v1.9.6
uses: devantler-tech/actions/todos-action@884a9b7321e269351d5fc006d95e0b50b2ddedf6 # v1.9.7
with:
APP_ID: ${{ vars.APP_ID }}
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}
Expand Down
Loading