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 4747
4848 # Create the admin cluster with latest kubernetes version
4949 - name : Create Admin Cluster
50- uses : helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13 .0
50+ uses : helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14 .0
5151 with :
5252 version : ' v0.31.0'
5353 cluster_name : ${{ inputs.admin-cluster-name }}
7272
7373 # Create the remote cluster with kubernetes version from the matrix
7474 - name : Create Remote Cluster
75- uses : helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13 .0
75+ uses : helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14 .0
7676 with :
7777 version : ' v0.31.0'
7878 node_image : ' kindest/node:${{ inputs.remote-k8s-version }}'
You can’t perform that action at this time.
0 commit comments