Skip to content

Commit efc06eb

Browse files
authored
fix(run-integration-test): Pin setup-tools action (#76)
1 parent 9837421 commit efc06eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

run-integration-test/action.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
using: composite
6161
steps:
6262
- name: Install interu
63-
uses: stackabletech/actions/setup-tools
63+
uses: stackabletech/actions/setup-tools@7279ffd852a8013df52028de0d99eef68700f803 # TODO: Pin this to the latest tag
6464
with:
6565
interu-version: ${{ inputs.interu-version }}
6666
- name: Extract Test and Instance Configuration
@@ -97,7 +97,7 @@ runs:
9797
# and are therefore not available, there is no need to create the cluster or run the tests,
9898
# because the tests can never run in the first place.
9999
- name: Install kubectl, kubectl-kuttl, and helm
100-
uses: stackablectl/actions/setup-k8s-tools
100+
uses: stackablectl/actions/setup-k8s-tools@7279ffd852a8013df52028de0d99eef68700f803 # TODO: Pin this to the latest tag
101101
with:
102102
kubectl-version: ${{ inputs.kubectl-version }}
103103
kuttl-version: ${{ inputs.kuttl-version }}
@@ -110,7 +110,7 @@ runs:
110110
# mikefarah/yq is already installed on the runner
111111
# See https://github.com/actions/runner-images/blob/main/images/ubuntu/scripts/build/install-yq.sh
112112
- name: Install stackablectl and beku
113-
uses: stackabletech/actions/setup-tools
113+
uses: stackabletech/actions/setup-tools@7279ffd852a8013df52028de0d99eef68700f803 # TODO: Pin this to the latest tag
114114
with:
115115
stackablectl-version: ${{ inputs.stackablectl-version }}
116116
beku-version: ${{ inputs.beku-version }}

0 commit comments

Comments
 (0)