diff --git a/.github/workflows/create-dev-cluster.yml b/.github/workflows/create-dev-cluster.yml index 3274cf1..2d999e3 100644 --- a/.github/workflows/create-dev-cluster.yml +++ b/.github/workflows/create-dev-cluster.yml @@ -24,7 +24,7 @@ jobs: outputs: cluster-name: ${{ inputs.cluster-name }} steps: - - uses: stackrox/actions/infra/create-cluster@v1 + - uses: stackrox/actions/infra/create-cluster@v1.0.41 with: flavor: ${{ inputs.flavor }} name: ${{ inputs.cluster-name }} diff --git a/.github/workflows/delete-dev-cluster.yml b/.github/workflows/delete-dev-cluster.yml index 19f2a00..82d5851 100644 --- a/.github/workflows/delete-dev-cluster.yml +++ b/.github/workflows/delete-dev-cluster.yml @@ -14,7 +14,7 @@ jobs: INFRA_TOKEN: ${{ secrets.INFRA_CI_TOKEN }} steps: - name: Install infractl - uses: stackrox/actions/infra/install-infractl@v1 + uses: stackrox/actions/infra/install-infractl@v1.0.41 - name: Delete cluster run: | diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 17bd973..1a61529 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -78,7 +78,7 @@ jobs: run: echo "USE_GKE_GCLOUD_AUTH_PLUGIN=True" >> "$GITHUB_ENV" - name: Download production infractl - uses: stackrox/actions/infra/install-infractl@v1 + uses: stackrox/actions/infra/install-infractl@v1.0.41 - name: Download artifacts run: |