Skip to content

Commit 97975c0

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 97975c0

19 files changed

+47
-47
lines changed

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

Lines changed: 4 additions & 4 deletions
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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

Lines changed: 4 additions & 4 deletions
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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

Lines changed: 3 additions & 3 deletions
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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

Lines changed: 8 additions & 8 deletions
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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

Lines changed: 1 addition & 1 deletion
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1919
with:
2020
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
2121

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

Lines changed: 1 addition & 1 deletion
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1515
with:
1616
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1717

.github/workflows/checkpatch.yaml

Lines changed: 1 addition & 1 deletion
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1111
with:
1212
fetch-depth: 0
1313
- 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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
17+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1818

1919
- name: Install crane
2020
env:

.github/workflows/generated-files.yaml

Lines changed: 1 addition & 1 deletion
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
1818
- name: Install Go
1919
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # v4.0.1
2020
with:

.github/workflows/gotests.yml

Lines changed: 3 additions & 3 deletions
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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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*

0 commit comments

Comments
 (0)