Skip to content

Commit 4cddd8c

Browse files
renovate[bot]julianwiedmann
authored andcommitted
chore(deps): update all github action dependencies
Signed-off-by: renovate[bot] <[email protected]>
1 parent bbb3d4d commit 4cddd8c

10 files changed

+23
-23
lines changed

Diff for: .github/workflows/aks-byocni.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
timeout-minutes: 60
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
53+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5454

5555
- name: Install kubectl
5656
run: |
@@ -175,7 +175,7 @@ jobs:
175175

176176
- name: Upload artifacts
177177
if: ${{ !success() }}
178-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
178+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
179179
with:
180180
name: cilium-sysdump-out.zip
181181
path: cilium-sysdump-out.zip

Diff for: .github/workflows/eks-tunnel.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "clusterName=${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.run_attempt }}" >> $GITHUB_ENV
4848
4949
- name: Checkout
50-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
50+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5151

5252
- name: Install kubectl
5353
run: |
@@ -199,7 +199,7 @@ jobs:
199199

200200
- name: Upload artifacts
201201
if: ${{ !success() }}
202-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
202+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
203203
with:
204204
name: cilium-sysdump-out.zip
205205
path: cilium-sysdump-out.zip

Diff for: .github/workflows/eks.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "clusterName=${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.run_attempt }}" >> $GITHUB_ENV
4848
4949
- name: Checkout
50-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
50+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5151

5252
- name: Install kubectl
5353
run: |
@@ -192,7 +192,7 @@ jobs:
192192

193193
- name: Upload artifacts
194194
if: ${{ !success() }}
195-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
195+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
196196
with:
197197
name: cilium-sysdump-out.zip
198198
path: cilium-sysdump-out.zip

Diff for: .github/workflows/externalworkloads.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "vmName=${{ github.event.repository.name }}-${{ github.run_id }}-vm${{ github.run_attempt }}" >> $GITHUB_ENV
5555
5656
- name: Checkout
57-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
57+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5858

5959
- name: Install kubectl
6060
run: |
@@ -250,7 +250,7 @@ jobs:
250250

251251
- name: Upload artifacts
252252
if: ${{ !success() }}
253-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
253+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
254254
with:
255255
name: cilium-sysdump-out.zip
256256
path: cilium-sysdump-out.zip

Diff for: .github/workflows/gke.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
echo "clusterName=${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.run_attempt }}" >> $GITHUB_ENV
5353
5454
- name: Checkout
55-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
55+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5656

5757
- name: Install kubectl
5858
run: |
@@ -182,7 +182,7 @@ jobs:
182182

183183
- name: Upload artifacts
184184
if: ${{ !success() }}
185-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
185+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
186186
with:
187187
name: cilium-sysdump-out.zip
188188
path: cilium-sysdump-out.zip

Diff for: .github/workflows/go.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
build:
1818
runs-on: ubuntu-24.04
1919
steps:
20-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
20+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2121

2222
- name: Set up Go
2323
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2

Diff for: .github/workflows/images.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fi
5151
5252
- name: Checkout Source Code
53-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
53+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5454
with:
5555
ref: ${{ steps.tag.outputs.tag }}
5656

@@ -98,7 +98,7 @@ jobs:
9898
9999
# Upload artifact digests
100100
- name: Upload artifact digests
101-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
101+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
102102
with:
103103
name: image-digest ${{ matrix.name }}
104104
path: image-digest

Diff for: .github/workflows/kind.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
timeout-minutes: 50
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
30+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3131

3232
- name: Install kubectl
3333
run: |
@@ -179,7 +179,7 @@ jobs:
179179
180180
- name: Upload JUnit
181181
if: ${{ always() }}
182-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
182+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
183183
with:
184184
name: cilium-junits
185185
path: cilium-junit*.xml
@@ -195,7 +195,7 @@ jobs:
195195

196196
- name: Upload sysdump
197197
if: ${{ !success() }}
198-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
198+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
199199
with:
200200
name: cilium-sysdumps
201201
path: cilium-sysdump-*.zip
@@ -218,7 +218,7 @@ jobs:
218218

219219
steps:
220220
- name: Checkout
221-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
221+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
222222

223223
- name: Install kubectl
224224
run: |
@@ -339,7 +339,7 @@ jobs:
339339
340340
- name: Upload JUnit
341341
if: ${{ always() }}
342-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
342+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
343343
with:
344344
name: cilium-junits-helm-upgrade-clustermesh
345345
path: cilium-junit*.xml
@@ -358,15 +358,15 @@ jobs:
358358

359359
- name: Upload sysdump from cluster 1
360360
if: ${{ !success() }}
361-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
361+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
362362
with:
363363
name: cilium-sysdump-out-c1.zip
364364
path: cilium-sysdump-out-c1.zip
365365
retention-days: 5
366366

367367
- name: Upload sysdump from cluster 2
368368
if: ${{ !success() }}
369-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
369+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
370370
with:
371371
name: cilium-sysdump-out-c2.zip
372372
path: cilium-sysdump-out-c2.zip

Diff for: .github/workflows/multicluster.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
fail-fast: false
5151
steps:
5252
- name: Checkout
53-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
53+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5454

5555
# Note: These names currently approach the limit of 40 characters
5656
- name: Set mode-specific names
@@ -286,7 +286,7 @@ jobs:
286286

287287
- name: Upload artifacts
288288
if: ${{ !success() }}
289-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
289+
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
290290
with:
291291
name: cilium-sysdump-out.zip
292292
path: |

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1818

1919
- name: Set up Go
2020
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2

0 commit comments

Comments
 (0)