Skip to content

Commit f375294

Browse files
cilium-renovate[bot]mtardy
authored andcommitted
chore(deps): update all github action dependencies
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent 9a88ebc commit f375294

25 files changed

+88
-88
lines changed

.github/workflows/bpf-unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
os: [ ubuntu-22.04, ubuntu-22.04-arm64 ]
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222

2323
- name: Install Go
24-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
24+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
2525
with:
2626
# renovate: datasource=golang-version depName=go
2727
go-version: '1.23.4'

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
steps:
2020
# https://github.com/docker/setup-qemu-action
2121
- name: Set up QEMU
22-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
22+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
2323
with:
2424
platforms: amd64,arm64
2525

2626
# https://github.com/docker/setup-buildx-action
2727
- name: Set up Docker Buildx
28-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
28+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
2929

3030
- name: Getting image tag
3131
id: tag
@@ -37,7 +37,7 @@ jobs:
3737
fi
3838
3939
- name: Checkout source code
40-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
40+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4141
with:
4242
persist-credentials: false
4343
fetch-depth: 0
@@ -65,13 +65,13 @@ jobs:
6565
steps:
6666
# https://github.com/docker/setup-qemu-action
6767
- name: Set up QEMU
68-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
68+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
6969
with:
7070
platforms: amd64,arm64
7171

7272
# https://github.com/docker/setup-buildx-action
7373
- name: Set up Docker Buildx
74-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
74+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
7575

7676
- name: Login to quay.io
7777
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -90,7 +90,7 @@ jobs:
9090
fi
9191
9292
- name: Checkout Source Code
93-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
93+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9494
with:
9595
persist-credentials: false
9696
fetch-depth: 0
@@ -118,7 +118,7 @@ jobs:
118118
cosign sign -y quay.io/${{ github.repository_owner }}/clang@${{ steps.docker_build_release.outputs.digest }}
119119
120120
- name: Install Go
121-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
121+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
122122
with:
123123
# renovate: datasource=golang-version depName=go
124124
go-version: '1.23.4'
@@ -168,7 +168,7 @@ jobs:
168168
169169
# Upload artifact digests
170170
- name: Upload artifact digests
171-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
171+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
172172
with:
173173
name: image-digest clang
174174
path: image-digest

.github/workflows/build-deploy-docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-22.04
2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
with:
2727
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
2828

@@ -37,7 +37,7 @@ jobs:
3737
extended: true
3838

3939
- name: Setup Node
40-
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
40+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
4141
with:
4242
node-version: '18'
4343
cache: 'npm'

.github/workflows/build-images-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ jobs:
3838

3939
steps:
4040
- name: Set up QEMU
41-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
41+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
4242
with:
4343
platforms: arm64
4444

4545
- name: Set up Docker Buildx
46-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
46+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
4747

4848
- name: Getting image tag
4949
id: tag
@@ -59,15 +59,15 @@ jobs:
5959
fi
6060
6161
- name: Checkout main branch
62-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
62+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
6363
with:
6464
persist-credentials: false
6565
ref: ${{ github.event.repository.default_branch }}
6666
fetch-depth: 0
6767

6868
# Install Go after checkout for caching mechanism to work
6969
- name: Install Go
70-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
70+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
7171
with:
7272
# renovate: datasource=golang-version depName=go
7373
go-version: '1.23.4'
@@ -79,7 +79,7 @@ jobs:
7979
# Warning: since this is a privileged workflow, subsequent workflow job
8080
# steps must take care not to execute untrusted code.
8181
- name: Checkout pull request branch (NOT TRUSTED)
82-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
82+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8383
with:
8484
persist-credentials: false
8585
ref: ${{ steps.tag.outputs.tag }}

.github/workflows/build-images-releases.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030
steps:
3131
# https://github.com/docker/setup-qemu-action
3232
- name: Set up QEMU
33-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
33+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
3434
with:
3535
platforms: arm64
3636

3737
- name: Set up Docker Buildx
38-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
38+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
3939

4040
- name: Login to quay.io
4141
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -50,7 +50,7 @@ jobs:
5050
echo "tag=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
5151
5252
- name: Checkout Source Code
53-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
53+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5454
with:
5555
persist-credentials: false
5656
fetch-depth: 0
@@ -88,7 +88,7 @@ jobs:
8888
cosign sign -y quay.io/${{ github.repository_owner }}/${{ matrix.name }}-ci@${{ steps.docker_build_release.outputs.digest }}
8989
9090
- name: Install Go
91-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
91+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
9292
with:
9393
# renovate: datasource=golang-version depName=go
9494
go-version: '1.23.4'
@@ -147,7 +147,7 @@ jobs:
147147
148148
# Upload artifact digests
149149
- name: Upload artifact digests
150-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
150+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
151151
with:
152152
name: image-digest ${{ matrix.name }}
153153
path: image-digest
@@ -189,10 +189,10 @@ jobs:
189189
steps:
190190
# https://github.com/docker/setup-buildx-action
191191
- name: Set up Docker Buildx
192-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
192+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
193193

194194
- name: Checkout Source Code
195-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
195+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
196196
with:
197197
persist-credentials: false
198198
fetch-depth: 0
@@ -216,7 +216,7 @@ jobs:
216216
217217
# Cache tarball releases for later
218218
- name: Save tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}.tar.gz Tarball
219-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
219+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
220220
with:
221221
name: tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}
222222
path: release/
@@ -229,10 +229,10 @@ jobs:
229229
runs-on: ubuntu-22.04
230230
steps:
231231
- name: Checkout code
232-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
232+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
233233

234234
- name: Set up Go
235-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
235+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
236236

237237
- name: Getting version tag
238238
id: tag
@@ -255,7 +255,7 @@ jobs:
255255

256256
- name: Create Release
257257
id: create_release
258-
uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # v2.0.8
258+
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
259259
with:
260260
token: ${{ secrets.GITHUB_TOKEN }}
261261
tag_name: ${{ github.ref }}

.github/workflows/build-rthooks-images-releases.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
steps:
2727
# https://github.com/docker/setup-qemu-action
2828
- name: Set up QEMU
29-
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
29+
uses: docker/setup-qemu-action@53851d14592bedcffcf25ea515637cff71ef929a # v3.3.0
3030
with:
3131
platforms: arm64
3232

3333
- name: Set up Docker Buildx
34-
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
34+
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8.0
3535

3636
- name: Login to quay.io
3737
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
@@ -46,7 +46,7 @@ jobs:
4646
echo "tag=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
4747
4848
- name: Checkout Source Code
49-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
49+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5050
with:
5151
persist-credentials: false
5252
fetch-depth: 0
@@ -78,7 +78,7 @@ jobs:
7878
cosign sign -y quay.io/${{ github.repository_owner }}/${{ matrix.name }}-ci@${{ steps.docker_build_release.outputs.digest }}
7979
8080
- name: Install Go
81-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
81+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
8282
with:
8383
# renovate: datasource=golang-version depName=go
8484
go-version: '1.23.4'
@@ -137,7 +137,7 @@ jobs:
137137
138138
# Upload artifact digests
139139
- name: Upload artifact digests
140-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
140+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
141141
with:
142142
name: image-digest ${{ matrix.name }}
143143
path: image-digest

.github/workflows/check-links-cron.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
issues: write
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
with:
2323
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
2424

2525
- name: Links Checker
2626
id: lychee
27-
uses: lycheeverse/lychee-action@7cd0af4c74a61395d455af97419279d86aafaede # v2.0.2
27+
uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374 # v2.2.0
2828
with:
2929
args: --config .github/lychee.toml --base https://tetragon.io docs/content README.md
3030

@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Create or update issue with report
4141
if: env.lychee_exit_code != 0
42-
uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94 # v5.0.0
42+
uses: peter-evans/create-issue-from-file@e8ef132d6df98ed982188e460ebb3b5d4ef3a9cd # v5.0.1
4343
with:
4444
title: ${{ env.ISSUE_NAME }}
4545
content-filepath: ./lychee/out.md

.github/workflows/check-links-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
PATCH_FILE: "additions.patch"
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121
with:
2222
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
2323

@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Check new links
6060
id: lychee
61-
uses: lycheeverse/lychee-action@7cd0af4c74a61395d455af97419279d86aafaede # v2.0.2
61+
uses: lycheeverse/lychee-action@f796c8b7d468feb9b8c0a46da3fac0af6874d374 # v2.2.0
6262
with:
6363
args: --config .github/lychee.toml --base http://localhost:1313 $PATCH_FILE
6464
failIfEmpty: false # this can happen as we are checking diffs

.github/workflows/checkpatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# should revisit it (and maybe update cilium-checkpatch).
1414
if: ${{ github.event.pull_request.user.login != 'cilium-renovate[bot]' }}
1515
steps:
16-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
with:
1818
fetch-depth: 0
1919
- name: Run checkpatch.pl

.github/workflows/digestcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
with:
1919
fetch-depth: 0 # because we also need the main branch
2020

0 commit comments

Comments
 (0)