Skip to content

Commit f4c70cb

Browse files
authored
ci: Pin azure/aks-set-context to commit hash (#3543)
ci: Pin azure/aks-set-context to hash for v5.0.0
1 parent bde57f5 commit f4c70cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-k8s-unboundedservices.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
./create_k8s_secrets.sh
104104
- name: Set AKS Context
105105
if: ${{ inputs.deploy_to_aks == true || inputs.restart_services == true }}
106-
uses: azure/aks-set-context@v5
106+
uses: azure/aks-set-context@60623acbdcbbdcf799ad50a1adf8703874339f8b # v5.0.0
107107
with:
108108
resource-group: ${{ env.RESOURCE_GROUP }}
109109
cluster-name: ${{ env.CLUSTER_NAME }}

0 commit comments

Comments
 (0)