Skip to content

Commit cb728ca

Browse files
chore(deps): update all github action dependencies (#319)
Signed-off-by: renovate[bot] <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cd50da3 commit cb728ca

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

.github/workflows/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
2323
with:
2424
# renovate: datasource=golang-version depName=golang
25-
go-version: '1.24.4'
25+
go-version: '1.24.5'
2626

2727
- name: Install govulncheck
2828
run: go install golang.org/x/vuln/cmd/govulncheck@latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
2323
with:
2424
# renovate: datasource=golang-version depName=golang
25-
go-version: '1.24.4'
25+
go-version: '1.24.5'
2626
env:
2727
GOPATH: ${{ env.HOME }}
2828

.github/workflows/scan-cve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
2626
with:
2727
# renovate: datasource=golang-version depName=golang
28-
go-version: '1.24.4'
28+
go-version: '1.24.5'
2929

3030
- name: Install govulncheck
3131
run: go install golang.org/x/vuln/cmd/govulncheck@latest

.github/workflows/test.yml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
2323
with:
2424
# renovate: datasource=golang-version depName=golang
25-
go-version: '1.24.4'
25+
go-version: '1.24.5'
2626

2727
- name: Install Deps
2828
run: |
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
5151
with:
5252
# renovate: datasource=golang-version depName=golang
53-
go-version: '1.24.4'
53+
go-version: '1.24.5'
5454

5555
- name: Build
5656
run: make build-via-docker COVERAGE_FLAG='-cover'
@@ -85,7 +85,7 @@ jobs:
8585
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
8686
with:
8787
# renovate: datasource=golang-version depName=golang
88-
go-version: '1.24.4'
88+
go-version: '1.24.5'
8989

9090
- name: Install Deps
9191
run: |
@@ -320,7 +320,7 @@ jobs:
320320
path: ptcpdump
321321

322322
- name: Provision LVH VMs
323-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
323+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
324324
with:
325325
test-name: ptcpdump-test
326326
image-version: ${{ matrix.kernel }}
@@ -345,7 +345,7 @@ jobs:
345345
346346
- name: copy btf file
347347
if: ${{ startsWith(matrix.kernel, '4.') }}
348-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
348+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
349349
with:
350350
provision: 'false'
351351
cmd: |
@@ -360,7 +360,7 @@ jobs:
360360
# sudo cp $btf_file /var/lib/ptcpdump/btf/vmlinux
361361
362362
- name: Test default (ping)
363-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
363+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
364364
if: ${{ startsWith(matrix.backend, 'tc') || (startsWith(matrix.backend, 'socket-filter') && !startsWith(matrix.kernel, '4.') ) }}
365365
with:
366366
provision: 'false'
@@ -372,7 +372,7 @@ jobs:
372372
bash /host/testdata/test_default.sh /host/ptcpdump/ptcpdump
373373
374374
- name: Test base (curl)
375-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
375+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
376376
if: ${{ startsWith(matrix.backend, 'tc') || (startsWith(matrix.backend, 'socket-filter') && !startsWith(matrix.kernel, '4.') ) || !(startsWith(matrix.kernel, '5.4') || startsWith(matrix.kernel, '4.')) }}
377377
with:
378378
provision: 'false'
@@ -384,7 +384,7 @@ jobs:
384384
bash /host/testdata/test_base.sh /host/ptcpdump/ptcpdump
385385
386386
- name: Test parent info
387-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
387+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
388388
if: ${{ startsWith(matrix.backend, 'tc') || (startsWith(matrix.backend, 'socket-filter') && !startsWith(matrix.kernel, '4.') ) || !(startsWith(matrix.kernel, '5.4') || startsWith(matrix.kernel, '4.')) }}
389389
with:
390390
provision: 'false'
@@ -396,7 +396,7 @@ jobs:
396396
bash /host/testdata/test_parent_info.sh /host/ptcpdump/ptcpdump
397397
398398
- name: Test filter by process name
399-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
399+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
400400
if: ${{ startsWith(matrix.backend, 'tc') || (startsWith(matrix.backend, 'socket-filter') && !startsWith(matrix.kernel, '4.') ) || !(startsWith(matrix.kernel, '5.4') || startsWith(matrix.kernel, '4.')) }}
401401
with:
402402
provision: 'false'
@@ -408,7 +408,7 @@ jobs:
408408
bash /host/testdata/test_pname_filter.sh /host/ptcpdump/ptcpdump
409409
410410
- name: Test filter by process id
411-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
411+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
412412
if: ${{ startsWith(matrix.backend, 'tc') || (startsWith(matrix.backend, 'socket-filter') && !startsWith(matrix.kernel, '4.') ) || !(startsWith(matrix.kernel, '5.4') || startsWith(matrix.kernel, '4.')) }}
413413
with:
414414
provision: 'false'
@@ -420,7 +420,7 @@ jobs:
420420
bash /host/testdata/test_pid_filter.sh /host/ptcpdump/ptcpdump
421421
422422
- name: Test read pcap file
423-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
423+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
424424
if: ${{ startsWith(matrix.backend, 'tc') || (startsWith(matrix.backend, 'socket-filter') && !startsWith(matrix.kernel, '4.') ) }}
425425
with:
426426
provision: 'false'
@@ -432,7 +432,7 @@ jobs:
432432
bash /host/testdata/test_read_pcap.sh /host/ptcpdump/ptcpdump
433433
434434
- name: Test write pcap file
435-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
435+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
436436
if: ${{ startsWith(matrix.backend, 'tc') || (startsWith(matrix.backend, 'socket-filter') && !startsWith(matrix.kernel, '4.') ) }}
437437
with:
438438
provision: 'false'
@@ -444,7 +444,7 @@ jobs:
444444
bash /host/testdata/test_write_pcap.sh /host/ptcpdump/ptcpdump
445445
446446
- name: Test write to stdout
447-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
447+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
448448
if: ${{ startsWith(matrix.backend, 'tc') || (startsWith(matrix.backend, 'socket-filter') && !startsWith(matrix.kernel, '4.') ) }}
449449
with:
450450
provision: 'false'
@@ -456,7 +456,7 @@ jobs:
456456
bash /host/testdata/test_write_stdout.sh /host/ptcpdump/ptcpdump
457457
458458
- name: Test exist connections
459-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
459+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
460460
if: ${{ startsWith(matrix.backend, 'tc') || (startsWith(matrix.backend, 'socket-filter') && !startsWith(matrix.kernel, '4.') ) || !(startsWith(matrix.kernel, '5.4') || startsWith(matrix.kernel, '4.')) }}
461461
with:
462462
provision: 'false'
@@ -469,7 +469,7 @@ jobs:
469469
470470
- name: Test arp and icmp
471471
if: ${{ (!startsWith(matrix.kernel, '5.4')) && (!startsWith(matrix.kernel, '4.')) && (!startsWith(matrix.backend, 'cgroup-skb')) }}
472-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
472+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
473473
with:
474474
provision: 'false'
475475
cmd: |
@@ -482,7 +482,7 @@ jobs:
482482
483483
- name: Test netns
484484
if: ${{ startsWith(matrix.backend, 'tc') || (startsWith(matrix.backend, 'socket-filter') && !startsWith(matrix.kernel, '4.') ) || (!startsWith(matrix.kernel, '5.4') && !startsWith(matrix.kernel, '4.') && !startsWith(matrix.backend, 'cgroup-skb')) }}
485-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
485+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
486486
with:
487487
provision: 'false'
488488
cmd: |
@@ -494,7 +494,7 @@ jobs:
494494
495495
- name: Test netns newly (normal)
496496
if: ${{ startsWith(matrix.backend, 'tc') || (startsWith(matrix.backend, 'socket-filter') && !startsWith(matrix.kernel, '4.') ) || (!startsWith(matrix.kernel, '5.4') && !startsWith(matrix.kernel, '4.') && !startsWith(matrix.backend, 'cgroup-skb')) }}
497-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
497+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
498498
with:
499499
provision: 'false'
500500
cmd: |
@@ -506,7 +506,7 @@ jobs:
506506
507507
- name: Test netns newly (exec)
508508
if: ${{ startsWith(matrix.backend, 'tc') || (startsWith(matrix.backend, 'socket-filter') && !startsWith(matrix.kernel, '4.') ) || (!startsWith(matrix.kernel, '5.4') && !startsWith(matrix.kernel, '4.') && !startsWith(matrix.backend, 'cgroup-skb')) }}
509-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
509+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
510510
with:
511511
provision: 'false'
512512
cmd: |
@@ -517,7 +517,7 @@ jobs:
517517
bash /host/testdata/retry.sh 3 bash /host/testdata/test_netns_newly_exec.sh /host/ptcpdump/ptcpdump
518518
519519
- name: Test run sub program
520-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
520+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
521521
if: ${{ startsWith(matrix.backend, 'tc') || (startsWith(matrix.backend, 'socket-filter') && !startsWith(matrix.kernel, '4.') ) || !(startsWith(matrix.kernel, '5.4') || startsWith(matrix.kernel, '4.')) }}
522522
with:
523523
provision: 'false'
@@ -530,7 +530,7 @@ jobs:
530530
bash /host/testdata/test_sub_curl_domain_program.sh /host/ptcpdump/ptcpdump
531531
532532
- name: Test NAT
533-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
533+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
534534
if: ${{ startsWith(matrix.backend, 'tc') || (startsWith(matrix.backend, 'socket-filter') && !startsWith(matrix.kernel, '4.') ) }}
535535
with:
536536
provision: 'false'
@@ -542,7 +542,7 @@ jobs:
542542
bash /host/testdata/retry.sh 8 bash /host/testdata/test_nat.sh /host/ptcpdump/ptcpdump
543543
544544
- name: Test rotate
545-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
545+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
546546
if: ${{ (startsWith(matrix.backend, 'tc')) && (contains(matrix.kernel, 'next')) }} # no need test for all kernels
547547
with:
548548
provision: 'false'
@@ -564,7 +564,7 @@ jobs:
564564
- name: Test go tls keylog (unstripped)
565565
if: false
566566
# if: ${{ (!startsWith(matrix.kernel, '5.4')) && (!startsWith(matrix.kernel, '4.')) && (!startsWith(matrix.backend, 'tp')) }}
567-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
567+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
568568
with:
569569
provision: 'false'
570570
cmd: |
@@ -581,7 +581,7 @@ jobs:
581581
- name: Test go tls keylog (PIE)
582582
if: false
583583
# if: ${{ (!startsWith(matrix.kernel, '5.4')) && (!startsWith(matrix.kernel, '4.')) && (!startsWith(matrix.backend, 'tp')) }}
584-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
584+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
585585
with:
586586
provision: 'false'
587587
cmd: |
@@ -598,7 +598,7 @@ jobs:
598598
- name: Test go tls keylog (stripped)
599599
if: false
600600
# if: ${{ (!startsWith(matrix.kernel, '5.4')) && (!startsWith(matrix.kernel, '4.')) && (!startsWith(matrix.backend, 'tp')) }}
601-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
601+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
602602
with:
603603
provision: 'false'
604604
cmd: |
@@ -615,7 +615,7 @@ jobs:
615615
- name: Test go tls keylog (stripped + PIE)
616616
if: false
617617
# if: ${{ (!startsWith(matrix.kernel, '5.4')) && (!startsWith(matrix.kernel, '4.')) && (!startsWith(matrix.backend, 'tp')) }}
618-
uses: cilium/little-vm-helper@3b6f374a9b62e6987efee7e3ab226f968d857c7c # v0.0.25
618+
uses: cilium/little-vm-helper@9c1f3a549af06e213863d034c13ba1c5d1e3c667 # v0.0.26
619619
with:
620620
provision: 'false'
621621
cmd: |

0 commit comments

Comments
 (0)