Skip to content

Commit d69de4b

Browse files
committed
fix: update action references to specific versions in multiple workflows
Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent 59b1b34 commit d69de4b

9 files changed

+11
-10
lines changed

.github/workflows/reusable-workflow-cd-cluster-bootstrap.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
kubeconfig: ${{ secrets.KUBE_CONFIG }}
4141

4242
- name: 🛠️ Install Cilium
43-
uses: ./composite-actions/install-cilium-action
43+
uses: devantler-tech/github-actions/composite-actions/install-cilium-action@e2bd11618534558a19a1903468a9f1ba5daf90db # v1.8.3
4444

4545
- name: 🛠️ Install Flux
46-
uses: ./composite-actions/install-flux-action
46+
uses: devantler-tech/github-actions/composite-actions/install-flux-action@e2bd11618534558a19a1903468a9f1ba5daf90db # v1.8.3
4747

4848
- name: 🔐 Create secret for SOPS
4949
uses: azure/k8s-create-secret@6e0ba8047235646753f2a3a3b359b4d0006ff218 # v5.0.1

.github/workflows/reusable-workflow-cd-gitops-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
uses: fluxcd/flux2/action@6bf37f6a560fd84982d67f853162e4b3c2235edb # v2.6.4
3535

3636
- name: ⚙️ Setup KSail
37-
uses: ./composite-actions/setup-ksail-action
37+
uses: devantler-tech/github-actions/composite-actions/setup-ksail-action@e2bd11618534558a19a1903468a9f1ba5daf90db # v1.8.3
3838

3939
- name: 🚀 Deploy
40-
uses: ./composite-actions/flux-gitops-deploy-action
40+
uses: devantler-tech/github-actions/composite-actions/flux-gitops-deploy-action@e2bd11618534558a19a1903468a9f1ba5daf90db # v1.8.3
4141
with:
4242
DEPLOYMENT_ENV: ${{ inputs.DEPLOYMENT_ENV }}
4343
KUBE_CONFIG: ${{ secrets.KUBE_CONFIG }}

.github/workflows/reusable-workflow-ci-auto-merge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
persist-credentials: false
2424

2525
- name: 🔀 Auto-merge
26-
uses: ./composite-actions/auto-merge-action
26+
uses: devantler-tech/github-actions/composite-actions/auto-merge-action@e2bd11618534558a19a1903468a9f1ba5daf90db # v1.8.3
2727
with:
2828
app_id: ${{ vars.APP_ID }}
2929
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/reusable-workflow-ci-dotnet-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727

2828
- name: 🧪 Test .NET solution or project
29-
uses: ./composite-actions/dotnet-test-action
29+
uses: devantler-tech/github-actions/composite-actions/dotnet-test-action@e2bd11618534558a19a1903468a9f1ba5daf90db # v1.8.3
3030
with:
3131
app_id: ${{ vars.APP_ID }}
3232
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/reusable-workflow-ci-gitops-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
persist-credentials: false
3030

3131
- name: ⚙️ Setup KSail
32-
uses: ./composite-actions/setup-ksail-action
32+
uses: devantler-tech/github-actions/composite-actions/setup-ksail-action@e2bd11618534558a19a1903468a9f1ba5daf90db # v1.8.3
3333

3434
- name: 🌐 Add hosts
3535
run: |

.github/workflows/reusable-workflow-ci-gitops-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: ⚙️ Setup KSail
25-
uses: ./composite-actions/setup-ksail-action
25+
uses: devantler-tech/github-actions/composite-actions/setup-ksail-action@e2bd11618534558a19a1903468a9f1ba5daf90db # v1.8.3
2626

2727
- name: 🧹 Validate GitOps cluster configuration
2828
run: |

.github/workflows/reusable-workflow-zizmor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ jobs:
2525
persist-credentials: false
2626

2727
- name: 🌈 Run Zizmor
28-
uses: ./composite-actions/zizmor-action
28+
uses: devantler-tech/github-actions/composite-actions/zizmor-action@e2bd11618534558a19a1903468a9f1ba5daf90db # v1.8.3

.github/workflows/test-auto-merge-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false
1818

1919
- name: 🧪 Run auto-merge-action
20-
uses: ./composite-actions/auto-merge-action
20+
uses: devantler-tech/github-actions/composite-actions/auto-merge-action@e2bd11618534558a19a1903468a9f1ba5daf90db # v1.8.3
2121
with:
2222
app_id: ${{ vars.APP_ID }}
2323
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}

composite-actions/setup-ksail-action/action.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ runs:
77
steps:
88
- name: 📦 Setup Homebrew
99
uses: Homebrew/actions/setup-homebrew@6c79ae0677a9b0b8046a936b4ada8980885eafb8 # main
10+
1011
- name: ⤵️ Install KSail
1112
shell: bash
1213
run: |

0 commit comments

Comments
 (0)