diff --git a/.github/workflows/aro-hcp-dev-env-cd.yml b/.github/workflows/aro-hcp-dev-env-cd.yml index 509c024b1..6ab9335c9 100644 --- a/.github/workflows/aro-hcp-dev-env-cd.yml +++ b/.github/workflows/aro-hcp-dev-env-cd.yml @@ -388,7 +388,7 @@ kubelogin-version: 'v0.1.3' - name: 'Setup kubectl for service cluster' - uses: azure/aks-set-context@37037e33d3a2fc08abe40c887d81c3f6e1eb93b9 # v4.0.0 + uses: azure/aks-set-context@1cf43fa609aaef0617c6a12deda238b920e926b0 # v4.0.1 with: resource-group: ${{env.SC_RESOURCEGROUP}} cluster-name: ${{ steps.find_service_cluster.outputs.name }} @@ -478,7 +478,7 @@ version: 'v3.13.3' - name: 'Setup kubectl for management cluster' - uses: azure/aks-set-context@37037e33d3a2fc08abe40c887d81c3f6e1eb93b9 # v4.0.0 + uses: azure/aks-set-context@1cf43fa609aaef0617c6a12deda238b920e926b0 # v4.0.1 with: resource-group: ${{env.MC_RESOURCEGROUP}} cluster-name: ${{ steps.find_management_cluster.outputs.name }} diff --git a/.github/workflows/cs-integration-env-cd.yml b/.github/workflows/cs-integration-env-cd.yml index 4adce279f..a343949a7 100644 --- a/.github/workflows/cs-integration-env-cd.yml +++ b/.github/workflows/cs-integration-env-cd.yml @@ -263,7 +263,7 @@ kubelogin-version: 'v0.1.3' - name: 'Setup kubectl for service cluster' - uses: azure/aks-set-context@37037e33d3a2fc08abe40c887d81c3f6e1eb93b9 # v4.0.0 + uses: azure/aks-set-context@1cf43fa609aaef0617c6a12deda238b920e926b0 # v4.0.1 with: resource-group: ${{env.SC_RESOURCEGROUP}} cluster-name: ${{ steps.find_service_cluster.outputs.name }} @@ -339,7 +339,7 @@ version: 'v3.13.3' - name: 'Setup kubectl for management cluster' - uses: azure/aks-set-context@37037e33d3a2fc08abe40c887d81c3f6e1eb93b9 # v4.0.0 + uses: azure/aks-set-context@1cf43fa609aaef0617c6a12deda238b920e926b0 # v4.0.1 with: resource-group: ${{env.MC_RESOURCEGROUP}} cluster-name: ${{ steps.find_management_cluster.outputs.name }}