Skip to content

Commit 2df43a8

Browse files
renovate[bot]brb
authored andcommitted
chore(deps): update all dependencies
1 parent 8f322d2 commit 2df43a8

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
16+
uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
1717

1818
- name: Set up Go
19-
uses: actions/setup-go@bb65d8857b81c74a671e81f935d3362a5d718e2f
19+
uses: actions/setup-go@fa96338abe5531f6e34c5cc0bbe28c1a533d5505
2020
with:
21-
go-version: 1.24.2
21+
go-version: 1.24.4
2222

2323
- name: Generate the artifacts
2424
run: make release

.github/workflows/test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
14+
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
1515

1616
- name: Set up Go
17-
uses: actions/setup-go@bb65d8857b81c74a671e81f935d3362a5d718e2f
17+
uses: actions/setup-go@fa96338abe5531f6e34c5cc0bbe28c1a533d5505
1818
with:
19-
go-version: 1.24.2
19+
go-version: 1.24.4
2020

2121
- name: Check module vendoring
2222
run: |
@@ -31,7 +31,7 @@ jobs:
3131
tar xfv release/pwru-linux-amd64.tar.gz
3232
3333
- name: Store executable
34-
uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
34+
uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
3535
with:
3636
name: pwru
3737
path: pwru
@@ -42,7 +42,7 @@ jobs:
4242
go build .
4343
4444
- name: Store test-app
45-
uses: actions/upload-artifact@6027e3dd177782cd8ab9af838c04fd81a07f1d47
45+
uses: actions/upload-artifact@de65e23aa2b7e23d713bb51fbfcb6d502f8667d8
4646
with:
4747
name: test-app
4848
path: test-app/test-app
@@ -57,16 +57,16 @@ jobs:
5757
kernel: [ '5.4-20241218.004849', '5.10-20241218.004849', '5.15-20241218.004849', '6.1-20241218.004849', '6.6-20241218.004849', '6.12-20241218.004849', 'bpf-next-20250105.013256' ]
5858
timeout-minutes: 10
5959
steps:
60-
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
60+
- uses: actions/checkout@09d2acae674a48949e3602304ab46fd20ae0c42f
6161

6262
- name: Retrieve stored pwru executable
63-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
63+
uses: actions/download-artifact@448e3f862ab3ef47aa50ff917776823c9946035b
6464
with:
6565
name: pwru
6666
path: pwru
6767

6868
- name: Retrieve stored test-app executable
69-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
69+
uses: actions/download-artifact@448e3f862ab3ef47aa50ff917776823c9946035b
7070
with:
7171
name: test-app
7272
path: test-app

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.24.2 AS build
1+
FROM --platform=$BUILDPLATFORM docker.io/library/golang:1.24.4 AS build
22
ARG TARGETPLATFORM
33
ARG BUILDPLATFORM
44
ARG TARGETARCH

0 commit comments

Comments
 (0)