File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838 ref : ${{ github.event.pull_request.head.ref }}
3939
4040 - name : Check License Header
41- uses : apache/skywalking-eyes/header@5c5b974209f0de5d905f37deb69369068ebfc15c # v0.7 .0
41+ uses : apache/skywalking-eyes/header@61275cc80d0798a405cb070f7d3a8aaf7cf2c2c1 # v0.8 .0
4242 with :
4343 config : .github/licenserc.yaml
4444 mode : check
5454 - name : Generate GitHub App Token
5555 id : github-app-token
5656 continue-on-error : true
57- uses : actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0 .0
57+ uses : actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2 .0
5858 with :
5959 app-id : ${{ secrets.app_id }}
6060 private-key : ${{ secrets.private_key }}
6868 ref : ${{ github.event.pull_request.head.ref }}
6969
7070 - name : Check License Header
71- uses : apache/skywalking-eyes/header@5c5b974209f0de5d905f37deb69369068ebfc15c # v0.7 .0
71+ uses : apache/skywalking-eyes/header@61275cc80d0798a405cb070f7d3a8aaf7cf2c2c1 # v0.8 .0
7272 with :
7373 config : .github/licenserc.yaml
7474 mode : fix
Original file line number Diff line number Diff line change 5252
5353 # Create the admin cluster with latest kubernetes version
5454 - name : Create Admin Cluster
55- uses : helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13 .0
55+ uses : helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14 .0
5656 with :
5757 version : ' v0.31.0'
5858 cluster_name : ${{ inputs.admin-cluster-name }}
7777
7878 # Create the remote cluster with kubernetes version from the matrix
7979 - name : Create Remote Cluster
80- uses : helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13 .0
80+ uses : helm/kind-action@ef37e7f390d99f746eb8b610417061a60e82a6cc # v1.14 .0
8181 with :
8282 version : ' v0.31.0'
8383 node_image : ' kindest/node:${{ inputs.remote-k8s-version }}'
You can’t perform that action at this time.
0 commit comments