Skip to content

Commit 124bcad

Browse files
chore(deps): update github actions
1 parent c7ec5c4 commit 124bcad

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/shared-license.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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
@@ -54,7 +54,7 @@ jobs:
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 }}
@@ -68,7 +68,7 @@ jobs:
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

workflows/e2e/action.yaml

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

0 commit comments

Comments
 (0)