We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde57f5 commit f4c70cbCopy full SHA for f4c70cb
1 file changed
.github/workflows/deploy-k8s-unboundedservices.yml
@@ -103,7 +103,7 @@ jobs:
103
./create_k8s_secrets.sh
104
- name: Set AKS Context
105
if: ${{ inputs.deploy_to_aks == true || inputs.restart_services == true }}
106
- uses: azure/aks-set-context@v5
+ uses: azure/aks-set-context@60623acbdcbbdcf799ad50a1adf8703874339f8b # v5.0.0
107
with:
108
resource-group: ${{ env.RESOURCE_GROUP }}
109
cluster-name: ${{ env.CLUSTER_NAME }}
0 commit comments