Skip to content

Commit ead0902

Browse files
chore(deps): update github actions
1 parent 7c0944b commit ead0902

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/shared-license.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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
@@ -56,7 +56,7 @@ jobs:
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

workflows/e2e/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ runs:
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'
@@ -68,7 +68,7 @@ runs:
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 }}

0 commit comments

Comments
 (0)