Skip to content

Commit dc1c6c1

Browse files
committed
ci: bump github actions
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
1 parent 38f700b commit dc1c6c1

4 files changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/build-arm64-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
restore-keys: ${{ runner.os }}-${{ env.GO_FULL_VER }}-arm64-
5252

5353
- name: Scan base image
54-
uses: aquasecurity/trivy-action@0.29.0
54+
uses: aquasecurity/trivy-action@0.30.0
5555
env:
5656
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
5757
with:

.github/workflows/build-x86-image.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
env:
24-
KIND_VERSION: v0.26.0
25-
GOSEC_VERSION: '2.20.0'
24+
KIND_VERSION: v0.27.0
25+
GOSEC_VERSION: '2.22.3'
2626
HELM_VERSION: v3.16.4
2727
SUBMARINER_VERSION: '0.18.3'
2828

@@ -218,7 +218,7 @@ jobs:
218218
docker tag kubeovn/kube-ovn-base:$TAG-amd64-dpdk kubeovn/kube-ovn-base:$TAG-dpdk
219219
220220
- name: Scan base image
221-
uses: aquasecurity/trivy-action@0.29.0
221+
uses: aquasecurity/trivy-action@0.30.0
222222
env:
223223
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
224224
with:
@@ -534,7 +534,7 @@ jobs:
534534
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
535535

536536
- name: Install kind
537-
uses: helm/kind-action@v1.11.0
537+
uses: helm/kind-action@v1.12.0
538538
with:
539539
version: ${{ env.KIND_VERSION }}
540540
install_only: true
@@ -701,7 +701,7 @@ jobs:
701701
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
702702

703703
- name: Install kind
704-
uses: helm/kind-action@v1.11.0
704+
uses: helm/kind-action@v1.12.0
705705
with:
706706
version: ${{ env.KIND_VERSION }}
707707
install_only: true
@@ -839,7 +839,7 @@ jobs:
839839
fi
840840
841841
- name: Install kind
842-
uses: helm/kind-action@v1.11.0
842+
uses: helm/kind-action@v1.12.0
843843
with:
844844
version: ${{ env.KIND_VERSION }}
845845
install_only: true
@@ -996,7 +996,7 @@ jobs:
996996
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
997997

998998
- name: Install kind
999-
uses: helm/kind-action@v1.11.0
999+
uses: helm/kind-action@v1.12.0
10001000
with:
10011001
version: ${{ env.KIND_VERSION }}
10021002
install_only: true
@@ -1160,7 +1160,7 @@ jobs:
11601160
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
11611161

11621162
- name: Install kind
1163-
uses: helm/kind-action@v1.11.0
1163+
uses: helm/kind-action@v1.12.0
11641164
with:
11651165
version: ${{ env.KIND_VERSION }}
11661166
install_only: true
@@ -1286,7 +1286,7 @@ jobs:
12861286
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
12871287

12881288
- name: Install kind
1289-
uses: helm/kind-action@v1.11.0
1289+
uses: helm/kind-action@v1.12.0
12901290
with:
12911291
version: ${{ env.KIND_VERSION }}
12921292
install_only: true
@@ -1362,7 +1362,7 @@ jobs:
13621362
- uses: actions/checkout@v4
13631363

13641364
- name: Install kind
1365-
uses: helm/kind-action@v1.11.0
1365+
uses: helm/kind-action@v1.12.0
13661366
with:
13671367
version: ${{ env.KIND_VERSION }}
13681368
install_only: true
@@ -1408,7 +1408,7 @@ jobs:
14081408
- uses: actions/checkout@v4
14091409

14101410
- name: Install kind
1411-
uses: helm/kind-action@v1.11.0
1411+
uses: helm/kind-action@v1.12.0
14121412
with:
14131413
version: ${{ env.KIND_VERSION }}
14141414
install_only: true
@@ -1459,7 +1459,7 @@ jobs:
14591459
- uses: actions/checkout@v4
14601460

14611461
- name: Install kind
1462-
uses: helm/kind-action@v1.11.0
1462+
uses: helm/kind-action@v1.12.0
14631463
with:
14641464
version: ${{ env.KIND_VERSION }}
14651465
install_only: true
@@ -1512,7 +1512,7 @@ jobs:
15121512
- uses: actions/checkout@v4
15131513

15141514
- name: Install kind
1515-
uses: helm/kind-action@v1.11.0
1515+
uses: helm/kind-action@v1.12.0
15161516
with:
15171517
version: ${{ env.KIND_VERSION }}
15181518
install_only: true
@@ -1607,7 +1607,7 @@ jobs:
16071607
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
16081608

16091609
- name: Install kind
1610-
uses: helm/kind-action@v1.11.0
1610+
uses: helm/kind-action@v1.12.0
16111611
with:
16121612
version: ${{ env.KIND_VERSION }}
16131613
install_only: true
@@ -1714,7 +1714,7 @@ jobs:
17141714
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
17151715

17161716
- name: Install kind
1717-
uses: helm/kind-action@v1.11.0
1717+
uses: helm/kind-action@v1.12.0
17181718
with:
17191719
version: ${{ env.KIND_VERSION }}
17201720
install_only: true
@@ -1787,7 +1787,7 @@ jobs:
17871787
- uses: actions/checkout@v4
17881788

17891789
- name: Install kind
1790-
uses: helm/kind-action@v1.11.0
1790+
uses: helm/kind-action@v1.12.0
17911791
with:
17921792
version: ${{ env.KIND_VERSION }}
17931793
install_only: true
@@ -1864,7 +1864,7 @@ jobs:
18641864
swap-storage: false
18651865

18661866
- uses: actions/checkout@v4
1867-
- uses: azure/setup-helm@v4.2.0
1867+
- uses: azure/setup-helm@v4.3.0
18681868
with:
18691869
version: '${{ env.HELM_VERSION }}'
18701870

@@ -1917,7 +1917,7 @@ jobs:
19171917
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
19181918

19191919
- name: Install kind
1920-
uses: helm/kind-action@v1.11.0
1920+
uses: helm/kind-action@v1.12.0
19211921
with:
19221922
version: ${{ env.KIND_VERSION }}
19231923
install_only: true
@@ -2049,7 +2049,7 @@ jobs:
20492049
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
20502050

20512051
- name: Install kind
2052-
uses: helm/kind-action@v1.11.0
2052+
uses: helm/kind-action@v1.12.0
20532053
with:
20542054
version: ${{ env.KIND_VERSION }}
20552055
install_only: true
@@ -2150,7 +2150,7 @@ jobs:
21502150
fi
21512151
21522152
- name: Install kind
2153-
uses: helm/kind-action@v1.11.0
2153+
uses: helm/kind-action@v1.12.0
21542154
with:
21552155
version: ${{ env.KIND_VERSION }}
21562156
install_only: true
@@ -2267,7 +2267,7 @@ jobs:
22672267
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
22682268

22692269
- name: Install kind
2270-
uses: helm/kind-action@v1.11.0
2270+
uses: helm/kind-action@v1.12.0
22712271
with:
22722272
version: ${{ env.KIND_VERSION }}
22732273
install_only: true
@@ -2387,7 +2387,7 @@ jobs:
23872387
restore-keys: ${{ runner.os }}-e2e-go-${{ env.GO_VERSION }}-x86-
23882388

23892389
- name: Install kind
2390-
uses: helm/kind-action@v1.11.0
2390+
uses: helm/kind-action@v1.12.0
23912391
with:
23922392
version: ${{ env.KIND_VERSION }}
23932393
install_only: true

.github/workflows/changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- run: git fetch --prune --prune-tags
1919
- run: git tag -l 'v*'
2020
- run: ./hack/changelog.sh > CHANGELOG.md
21-
- uses: peter-evans/create-pull-request@v6
21+
- uses: peter-evans/create-pull-request@v7
2222
with:
2323
title: 'docs: updated CHANGELOG.md'
2424
commit-message: 'docs: updated CHANGELOG.md'

.github/workflows/release-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
2424
2525
- name: Run chart-releaser
26-
uses: helm/chart-releaser-action@v1.6.0
26+
uses: helm/chart-releaser-action@v1.7.0
2727
with:
2828
skip_existing: true
2929
packages_with_index: true

0 commit comments

Comments
 (0)