File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 ref : ${{ github.event.pull_request.head.ref }}
3636
3737 - name : Check License Header
38- uses : apache/skywalking-eyes/header@5c5b974209f0de5d905f37deb69369068ebfc15c # v0.7 .0
38+ uses : apache/skywalking-eyes/header@61275cc80d0798a405cb070f7d3a8aaf7cf2c2c1 # v0.8 .0
3939 with :
4040 config : .github/licenserc.yaml
4141 mode : check
5656 ref : ${{ github.event.pull_request.head.ref }}
5757
5858 - name : Check License Header
59- uses : apache/skywalking-eyes/header@5c5b974209f0de5d905f37deb69369068ebfc15c # v0.7 .0
59+ uses : apache/skywalking-eyes/header@61275cc80d0798a405cb070f7d3a8aaf7cf2c2c1 # v0.8 .0
6060 with :
6161 config : .github/licenserc.yaml
6262 mode : fix
Original file line number Diff line number Diff line change 4444
4545 # Create the admin cluster with latest kubernetes version
4646 - name : Create Admin Cluster
47- uses : helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12 .0
47+ uses : helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13 .0
4848 with :
4949 cluster_name : ${{ inputs.admin-cluster-name }}
5050 node_image : ' kindest/node:v1.33.4'
6868
6969 # Create the remote cluster with kubernetes version from the matrix
7070 - name : Create Remote Cluster
71- uses : helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12 .0
71+ uses : helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13 .0
7272 with :
7373 node_image : ' kindest/node:${{ inputs.k8s-version }}'
7474 cluster_name : ${{ inputs.remote-cluster-name }}
You can’t perform that action at this time.
0 commit comments