Skip to content

Commit dd2605c

Browse files
renovate[bot]smagnani96
authored andcommitted
chore(deps): update all dependencies
1 parent 0c5943d commit dd2605c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/actions/pwru-test/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
using: composite
2525
steps:
2626
- name: PWRU test
27-
uses: cilium/little-vm-helper@01debd6cb7e5514cfdb4a33e776bdc647bc5306e # v0.0.27
27+
uses: cilium/little-vm-helper@ad43ff511dd5365a0011ae9f864ec959c36daebf # v0.0.28
2828
with:
2929
provision: 'false'
3030
cmd: |
@@ -52,7 +52,7 @@ runs:
5252
5353
- name: Fetch artifacts from LVH VM
5454
if: ${{ !success() }}
55-
uses: cilium/little-vm-helper@01debd6cb7e5514cfdb4a33e776bdc647bc5306e # v0.0.27
55+
uses: cilium/little-vm-helper@ad43ff511dd5365a0011ae9f864ec959c36daebf # v0.0.28
5656
with:
5757
provision: 'false'
5858
cmd: |

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@faf52423ec0d44c58f68e83b614bfcd99dded66f
20+
uses: actions/setup-go@3a0c2c82458cbb45a3cbfeeb2b91ce8f85420560
2121
with:
2222
go-version: 1.25.4
2323

@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Create Release
2828
if: github.event_name == 'push'
29-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
29+
uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
with:

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@faf52423ec0d44c58f68e83b614bfcd99dded66f
17+
uses: actions/setup-go@3a0c2c82458cbb45a3cbfeeb2b91ce8f85420560
1818
with:
1919
go-version: 1.25.4
2020

@@ -120,7 +120,7 @@ jobs:
120120
tar xfv pwru-linux-${{ matrix.arch }}.tar.gz
121121
122122
- name: Provision LVH VMs
123-
uses: cilium/little-vm-helper@01debd6cb7e5514cfdb4a33e776bdc647bc5306e # v0.0.27
123+
uses: cilium/little-vm-helper@ad43ff511dd5365a0011ae9f864ec959c36daebf # v0.0.28
124124
with:
125125
# renovate: datasource=github-tags depName=cilium/little-vm-helper
126126
lvh-version: 'v0.0.27'
@@ -226,7 +226,7 @@ jobs:
226226
expected-output-pattern: 'arp_rcv'
227227

228228
- name: Derive ifindex for next test [1/2]
229-
uses: cilium/little-vm-helper@01debd6cb7e5514cfdb4a33e776bdc647bc5306e # v0.0.27
229+
uses: cilium/little-vm-helper@ad43ff511dd5365a0011ae9f864ec959c36daebf # v0.0.28
230230
with:
231231
provision: 'false'
232232
cmd: cat /sys/class/net/lo/ifindex >> /host/ifindex
@@ -289,7 +289,7 @@ jobs:
289289

290290
- name: Fetch artifacts
291291
if: ${{ !success() }}
292-
uses: cilium/little-vm-helper@01debd6cb7e5514cfdb4a33e776bdc647bc5306e # v0.0.27
292+
uses: cilium/little-vm-helper@ad43ff511dd5365a0011ae9f864ec959c36daebf # v0.0.28
293293
with:
294294
provision: 'false'
295295
cmd: |

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ TEST_TIMEOUT ?= 5s
1818

1919
# renovate: datasource=docker depName=golang
2020
GO_IMAGE_VERSION = 1.25.4
21-
GO_IMAGE_SHA = sha256:5d73b7b83dd6e0258ff62832c93b6ea208fbb7727985d265fb49f75f81fc3d1f
21+
GO_IMAGE_SHA = sha256:e68f6a00e88586577fafa4d9cefad1349c2be70d21244321321c407474ff9bf2
2222

2323
## Build the GO binary
2424
pwru: libpcap/libpcap.a

0 commit comments

Comments
 (0)