Skip to content

Commit 81f775b

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 81f775b

19 files changed

+45
-45
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
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@f33f41b675f0ab2dc5a6863c9a170fe83af3571e # v4.0.0
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
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@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1414

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

.github/workflows/renovate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
8585
with:
8686
name: tetragon-logs
8787
path: /tmp/tetragon.e2e.*

.github/workflows/static-checks.yaml

+4-4
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2525

2626
- name: Install Go
2727
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
@@ -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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
9494

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

.github/workflows/vmtests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: '1.21.1'
2626

2727
- name: Checkout code
28-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
28+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2929
with:
3030
path: go/src/github.com/cilium/tetragon/
3131

@@ -55,7 +55,7 @@ jobs:
5555
tar cz --exclude='tetragon/.git' -f /tmp/tetragon.tar ./tetragon
5656
5757
- name: upload build
58-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
58+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
5959
with:
6060
name: tetragon-build
6161
path: /tmp/tetragon.tar
@@ -96,7 +96,7 @@ jobs:
9696
sudo chmod go+rX -R /boot/
9797
9898
- name: download build data
99-
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3.0.2
99+
uses: actions/download-artifact@f44cd7b40bfd40b6aa1cc1b9b5b7bf03d3c67110 # v4.1.0
100100
with:
101101
name: tetragon-build
102102

@@ -141,7 +141,7 @@ jobs:
141141
142142
- name: Upload test results on failure or cancelation
143143
if: failure() || cancelled()
144-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
144+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
145145
with:
146146
name: tetragon-vmtests-${{ matrix.kernel }}-${{ matrix.group }}-results
147147
path: go/src/github.com/cilium/tetragon/tests/vmtests/vmtests-results-*
@@ -155,7 +155,7 @@ jobs:
155155
run: |
156156
touch /tmp/tetragon.tar
157157
- name: Upload truncated file
158-
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3
158+
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4
159159
with:
160160
name: tetragon-build
161161
path: /tmp/tetragon.tar

0 commit comments

Comments
 (0)