Skip to content

Commit c5a3f47

Browse files
chore(deps): update all github action dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 597cf2b commit c5a3f47

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

.github/workflows/build-envoy-image-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
tags: quay.io/${{ github.repository_owner }}/cilium-envoy-dev:${{ github.event.pull_request.head.sha }}
104104

105105
- name: Install Cosign
106-
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
106+
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
107107

108108
- name: Sign Container Image
109109
run: |

.github/workflows/build-envoy-images-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
quay.io/${{ github.repository_owner }}/cilium-envoy:${{ env.ENVOY_PATCH_RELEASE }}-${{ env.SOURCE_TIMESTAMP }}-${{ github.sha }}
181181
182182
- name: Install Cosign
183-
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
183+
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
184184

185185
- name: Sign Container Image
186186
run: |

.github/workflows/ci-check-format.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Upload Format results
5656
if: failure()
57-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
57+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5858
with:
5959
name: check-format-results
6060
path: check-format-results/format-output.txt
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: Upload clang-tidy results
113113
if: failure()
114-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
114+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
115115
with:
116116
name: clang-tidy-results
117117
path: clang-tidy-results/*.txt

.github/workflows/cilium-gateway-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
cilium version
7272
7373
- name: Create kind cluster
74-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
74+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
7575
with:
7676
version: ${{ env.KIND_VERSION }}
7777
config: '.github/kind-config.yaml'
@@ -194,7 +194,7 @@ jobs:
194194

195195
- name: Upload Cilium system dump
196196
if: failure()
197-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
197+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
198198
with:
199199
name: cilium-gateway-api-test-sysdumps
200200
path: cilium-sysdump-*.zip

.github/workflows/cilium-integration-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
cilium version
8080
8181
- name: Create kind cluster
82-
uses: helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12.0
82+
uses: helm/kind-action@92086f6be054225fa813e0a4b13787fc9088faab # v1.13.0
8383
with:
8484
version: ${{ env.KIND_VERSION }}
8585
config: '.github/kind-config.yaml'
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Upload Cilium system dump
179179
if: failure()
180-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
180+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
181181
with:
182182
name: cilium-integration-test-sysdumps
183183
path: cilium-sysdump-*.zip

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Checkout repository
2929
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
3030
- name: Initialize CodeQL
31-
uses: github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4
31+
uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
3232
with:
3333
languages: ${{ matrix.config.language }}
3434

@@ -62,10 +62,10 @@ jobs:
6262
6363
- name: Autobuild
6464
if: matrix.config.language != 'cpp'
65-
uses: github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4
65+
uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
6666

6767
- name: Perform CodeQL Analysis
68-
uses: github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4
68+
uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
6969
with:
7070
category: '/language:${{matrix.config.language}}'
7171
output: sarif-output-${{ matrix.config.language }}.sarif

0 commit comments

Comments
 (0)