@@ -26,17 +26,17 @@ jobs:
2626 runs-on : [self-hosted, linux]
2727 steps :
2828 - name : ⬇️ Checkout
29- uses : actions/checkout@v5
29+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3030 - name : ⬇️ Install kubectl
31- uses : azure/setup-kubectl@v4
31+ uses : azure/setup-kubectl@776406bce94f63e41d621b960d78ee25c8b76ede # v4
3232 with :
3333 version : v1.34.2
3434 - name : ⬇️ Install Helm
35- uses : azure/setup-helm@v4
35+ uses : azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4
3636 - name : ⬇️ Install Python
37- uses : actions/setup-python@v6
37+ uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
3838 - name : ⬇️ Install Go
39- uses : actions/setup-go@v6
39+ uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6
4040 with :
4141 go-version-file : ' go.mod'
4242 - name : 🔐 Set AK/SK name based on runner region
6767 image_name : " ubuntu-2204-kubernetes-v1.34.1-2025-09-10"
6868 version : ${{ format('{0}.{1}', github.sha, github.run_attempt) }}
6969 registry : ${{ vars.REGISTRY }}
70- # # Create Public Cloud Cluster
71- # - name: 🧪 Test on Public cluster
72- # uses: ./.github/local_action/start_ccm_e2e
73- # with:
74- # osc_access_key: ${{ secrets[env.OSC_ACCESS_KEY_NAME] }}
75- # osc_secret_key: ${{ secrets[env.OSC_SECRET_KEY_NAME] }}
76- # osc_region: ${{ env.OSC_REGION }}
77- # public_cloud: "true"
78- # image_id: ${{ secrets.OMI_ID }}
79- # version: ${{ format('{0}.{1}', github.sha, github.run_attempt) }}
80- # registry: ${{ vars.REGISTRY }}
0 commit comments