Skip to content

Commit d02e82f

Browse files
chore(deps): update all github action dependencies to v4
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent 3c21a7b commit d02e82f

19 files changed

+47
-47
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fi
3838
3939
- name: Checkout source code
40-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
40+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
4141
with:
4242
persist-credentials: false
4343
fetch-depth: 0
@@ -90,7 +90,7 @@ jobs:
9090
fi
9191
9292
- name: Checkout Source Code
93-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
93+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
9494
with:
9595
persist-credentials: false
9696
fetch-depth: 0
@@ -161,7 +161,7 @@ jobs:
161161
162162
# Upload artifact digests
163163
- name: Upload artifact digests
164-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
164+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
165165
with:
166166
name: image-digest clang
167167
path: image-digest
@@ -179,7 +179,7 @@ jobs:
179179
mkdir -p image-digest/
180180
181181
- name: Download digests of all images built
182-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
182+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
183183
with:
184184
path: image-digest/
185185

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
23+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2424
with:
2525
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
2626

2727
- name: Setup Pages
2828
id: pages
29-
uses: actions/configure-pages@f156874f8191504dae5b037505266ed5dda6c382 # v3.0.6
29+
uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
3030

3131
- name: Setup Hugo
3232
uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d # v2.6.0
@@ -35,7 +35,7 @@ jobs:
3535
extended: true
3636

3737
- name: Setup Node
38-
uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
38+
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
3939
with:
4040
node-version: '18'
4141
cache: 'npm'
@@ -78,5 +78,5 @@ jobs:
7878
steps:
7979
- name: Deploy to GitHub Pages
8080
id: deployment
81-
uses: actions/deploy-pages@12ab2b16cf43a7a061fe99da74b6f8f11fb77f5b # v2.0.3
81+
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
8282

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
fi
6161
6262
- name: Checkout Source Code
63-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
63+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
6464
with:
6565
persist-credentials: false
6666
ref: ${{ steps.tag.outputs.tag }}
@@ -191,7 +191,7 @@ jobs:
191191
192192
# Upload artifact digests
193193
- name: Upload artifact digests
194-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
194+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
195195
with:
196196
name: image-digest ${{ matrix.name }}
197197
path: image-digest
@@ -209,7 +209,7 @@ jobs:
209209
mkdir -p image-digest/
210210
211211
- name: Download digests of all images built
212-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
212+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
213213
with:
214214
path: image-digest/
215215

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "tag=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
5151
5252
- name: Checkout Source Code
53-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
53+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
5454
with:
5555
persist-credentials: false
5656
fetch-depth: 0
@@ -140,7 +140,7 @@ jobs:
140140
141141
# Upload artifact digests
142142
- name: Upload artifact digests
143-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
143+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
144144
with:
145145
name: image-digest ${{ matrix.name }}
146146
path: image-digest
@@ -158,7 +158,7 @@ jobs:
158158
mkdir -p image-digest/
159159
160160
- name: Download digests of all images built
161-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
161+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
162162
with:
163163
path: image-digest/
164164

@@ -185,7 +185,7 @@ jobs:
185185
uses: docker/setup-buildx-action@2a1a44ac4aa01993040736bd95bb470da1a38365 # v2.8.0
186186

187187
- name: Checkout Source Code
188-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
188+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
189189
with:
190190
persist-credentials: false
191191
fetch-depth: 0
@@ -203,7 +203,7 @@ jobs:
203203

204204
# Cache tarball releases for later
205205
- name: Save tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}.tar.gz Tarball
206-
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
206+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
207207
with:
208208
name: tetragon-${{ steps.tag.outputs.tag }}-${{ matrix.arch }}
209209
path: release/
@@ -216,7 +216,7 @@ jobs:
216216
runs-on: ubuntu-20.04
217217
steps:
218218
- name: Checkout code
219-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
219+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
220220

221221
- name: Set up Go
222222
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
@@ -229,13 +229,13 @@ jobs:
229229
run: make cli-release
230230

231231
- name: Retrieve tetragon-${{ steps.tag.outputs.tag }}-amd64.tar.gz
232-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
232+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
233233
with:
234234
name: tetragon-${{ steps.tag.outputs.tag }}-amd64
235235
path: release
236236

237237
- name: Retrieve tetragon-${{ steps.tag.outputs.tag }}-arm64.tar.gz
238-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
238+
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
239239
with:
240240
name: tetragon-${{ steps.tag.outputs.tag }}-arm64
241241
path: release

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
18+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1919
with:
2020
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
2121

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
14+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1515
with:
1616
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1717

.github/workflows/checkpatch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
checkpatch:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
10+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1111
with:
1212
fetch-depth: 0
1313
- name: Run checkpatch.pl

.github/workflows/digestcheck.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
17+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1818

1919
- name: Install crane
2020
env:

.github/workflows/generated-files.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
generated-files:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
17+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1818
- name: Install Go
1919
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
2020
with:

.github/workflows/gotests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
os: [ ubuntu-20.04, buildjet-2vcpu-ubuntu-2204-arm ]
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
21+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2222
with:
2323
path: go/src/github.com/cilium/tetragon/
2424

@@ -63,15 +63,15 @@ jobs:
6363
6464
- name: Upload Tetragon logs
6565
if: failure()
66-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
66+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
6767
with:
6868
name: tetragon-json
6969
path: /tmp/tetragon.gotest*
7070
retention-days: 5
7171

7272
- name: Upload bugtool dumps
7373
if: failure()
74-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
74+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
7575
with:
7676
name: tetragon-bugtool
7777
path: /tmp/tetragon-bugtool*

.github/workflows/lint-codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Checkout code
2828
if: ${{ !github.event.pull_request }}
29-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
29+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
3030
with:
3131
persist-credentials: false
3232
- name: Check code changes
@@ -50,7 +50,7 @@ jobs:
5050
security-events: write
5151
steps:
5252
- name: Checkout repo
53-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
53+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
5454
with:
5555
persist-credentials: false
5656
fetch-depth: 1

.github/workflows/lint-helm.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
generated-files:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
17+
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1818
- name: Run install/kubernetes/test.sh
1919
run: |
2020
cd install/kubernetes && ./test.sh

.github/workflows/packages-e2e-tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: docker/setup-buildx-action@2a1a44ac4aa01993040736bd95bb470da1a38365 # v2.8.0
2727

2828
- name: Checkout Source Code
29-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
29+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
3030
with:
3131
persist-credentials: false
3232
fetch-depth: 0

.github/workflows/podinfo-test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 40
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
21+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2222

2323
- name: Set Up Job Variables
2424
id: vars

.github/workflows/renovate-config-validator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout configuration
13-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
13+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
1414

1515
# this step uses latest renovate slim release
1616
- name: Validate configuration

.github/workflows/renovate.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# transfer the docker CLI plugin binary.
3838
- name: Cache Buildx CLI plugin download
3939
id: cache-buildx
40-
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
40+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
4141
with:
4242
path: /tmp/docker-buildx
4343
key: ${{ runner.os }}-${{ env.buildx_version }}-buildx
@@ -60,7 +60,7 @@ jobs:
6060
# renovate clones the repository again in its container fs but it needs
6161
# the renovate configuration to start.
6262
- name: Checkout
63-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
63+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
6464

6565
- name: Self-hosted Renovate
6666
uses: renovatebot/github-action@23a02fe7be9e93f857a953cc8162e57d2c8401ef # v39.0.1

.github/workflows/run-e2e-tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
os: [ ubuntu-22.04, buildjet-4vcpu-ubuntu-2204-arm ]
2727
steps:
2828
- name: Checkout Code
29-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
29+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
3030
with:
3131
path: go/src/github.com/cilium/tetragon/
3232

@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Upload Tetragon Logs
8383
if: failure() || cancelled()
84-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
84+
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
8585
with:
8686
name: tetragon-logs
8787
path: /tmp/tetragon.e2e.*

.github/workflows/static-checks.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
24+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
2525

2626
- name: Install Go
2727
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
@@ -32,7 +32,7 @@ jobs:
3232
cache: false
3333

3434
- name: Run golangci-lint
35-
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3.6.0
35+
uses: golangci/golangci-lint-action@d6238b002a20823d52840fda27e2d4891c5952dc # v4.0.1
3636
with:
3737
# renovate: datasource=docker depName=docker.io/golangci/golangci-lint
3838
version: v1.54.2
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Checkout
45-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
45+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
4646

4747
- name: Install Go
4848
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- name: Checkout
75-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
75+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
7676

7777
- name: Install Go
7878
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ubuntu-latest
9191
steps:
9292
- name: Checkout
93-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
93+
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
9494

9595
- name: Build CLI release binaries
9696
run: make cli-release

0 commit comments

Comments
 (0)