Skip to content

Commit 56fa311

Browse files
cilium-renovate[bot]ciliumbot
authored andcommitted
chore(deps): update all github action dependencies
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent 81d07b6 commit 56fa311

23 files changed

Lines changed: 68 additions & 68 deletions

.github/actions/get-runner-ip/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
steps:
2727
- name: Get runner public IP
2828
id: get-ip
29-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
29+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3030
with:
3131
script: |
3232
const source = `${{ inputs.source }}`.trim();

.github/actions/wait-for-images/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
uses: ./.github/actions/set-env-variables
3333
- name: Login to docker registry
3434
if: ${{ inputs.auth-required == 'true' && inputs.login-host != '' && inputs.login-username != '' && inputs.login-password != '' }}
35-
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0
35+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
3636
with:
3737
registry: ${{ inputs.login-host }}
3838
username: ${{ inputs.login-username }}

.github/workflows/call-backport-label-updater-v1.17.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
github.event.pull_request.merged == true &&
1818
contains(github.event.pull_request.body, 'upstream-prs') &&
1919
contains(join(github.event.pull_request.labels.*.name, ', '), 'backport/')
20-
uses: cilium/cilium/.github/workflows/update-label-backport-pr.yaml@v1.17
20+
uses: cilium/cilium/.github/workflows/update-label-backport-pr.yaml@450c53145dc0a872ae20dfb05598c94ef55a71e2 # v1.20.0
2121
with:
2222
pr-body: ${{ github.event.pull_request.body }}
2323
branch: ${{ github.base_ref }}

.github/workflows/call-backport-label-updater-v1.18.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
github.event.pull_request.merged == true &&
1818
contains(github.event.pull_request.body, 'upstream-prs') &&
1919
contains(join(github.event.pull_request.labels.*.name, ', '), 'backport/')
20-
uses: cilium/cilium/.github/workflows/update-label-backport-pr.yaml@v1.18
20+
uses: cilium/cilium/.github/workflows/update-label-backport-pr.yaml@450c53145dc0a872ae20dfb05598c94ef55a71e2 # v1.20.0
2121
with:
2222
pr-body: ${{ github.event.pull_request.body }}
2323
branch: ${{ github.base_ref }}

.github/workflows/call-backport-label-updater-v1.19.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
github.event.pull_request.merged == true &&
1818
contains(github.event.pull_request.body, 'upstream-prs') &&
1919
contains(join(github.event.pull_request.labels.*.name, ', '), 'backport/')
20-
uses: cilium/cilium/.github/workflows/update-label-backport-pr.yaml@v1.19
20+
uses: cilium/cilium/.github/workflows/update-label-backport-pr.yaml@450c53145dc0a872ae20dfb05598c94ef55a71e2 # v1.20.0
2121
with:
2222
pr-body: ${{ github.event.pull_request.body }}
2323
branch: ${{ github.base_ref }}

.github/workflows/codeql.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
with:
3030
fetch-depth: 0
3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
32+
uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
3333
with:
3434
languages: ${{ matrix.language }}
3535
- name: Autobuild
36-
uses: github/codeql-action/autobuild@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
36+
uses: github/codeql-action/autobuild@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
3737
- name: Perform CodeQL Analysis
38-
uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
38+
uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
3939
with:
4040
category: '/language:${{matrix.language}}'
4141
output: sarif-results
@@ -130,7 +130,7 @@ jobs:
130130
retention-days: 7
131131

132132
- name: Upload SARIF to GitHub Security
133-
uses: github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5
133+
uses: github/codeql-action/upload-sarif@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6
134134
with:
135135
sarif_file: sarif-results/${{ matrix.language }}.sarif
136136
category: '/language:${{matrix.language}}'

.github/workflows/conformance-aks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
cat /tmp/matrix.json
168168
169169
- name: Login to Azure
170-
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
170+
uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1
171171
with:
172172
creds: ${{ secrets.AZURE_PR_SP_CREDS }}
173173

@@ -328,7 +328,7 @@ jobs:
328328
echo ipsec=${IPSEC} >> $GITHUB_OUTPUT
329329
330330
- name: Login to Azure
331-
uses: azure/login@532459ea530d8321f2fb9bb10d1e0bcf23869a43 # v3.0.0
331+
uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1
332332
with:
333333
creds: ${{ secrets.AZURE_PR_SP_CREDS }}
334334

.github/workflows/conformance-gke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ env:
106106
clusterName: ${{ github.event.repository.name }}-${{ github.run_id }}-${{ inputs.UID }}-${{ github.run_attempt }}
107107
USE_GKE_GCLOUD_AUTH_PLUGIN: True
108108
# renovate: datasource=docker depName=google/cloud-sdk
109-
gcloud_version: 578.0.0
109+
gcloud_version: 580.0.0
110110

111111
jobs:
112112
echo-inputs:

.github/workflows/documentation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
persist-credentials: false
3131
fetch-depth: 0
3232
- name: Check code changes
33-
uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
33+
uses: dorny/paths-filter@ceb8a2b8f2d89434be7ff52d3de7ec3738c5cc9d # v4.0.3
3434
id: docs-tree
3535
with:
3636
# For `push` events, compare against the `ref` base branch

.github/workflows/fqdn-perf.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
go-version: 1.26.5
169169

170170
- name: Install Kops
171-
uses: cilium/scale-tests-action/install-kops@7e3eae9de9542f1a7616ca797e2d5090e8f9f8ee # main
171+
uses: cilium/scale-tests-action/install-kops@529d919e01deb35642ba5c6ecdcbf2e2311cd3de # main
172172

173173
- name: Setup gcloud credentials
174174
uses: google-github-actions/auth@7c6bc770dae815cd3e89ee6cdf493a5fab2cc093 # v3.0.0
@@ -200,7 +200,7 @@ jobs:
200200

201201
- name: Deploy cluster
202202
id: deploy-cluster
203-
uses: cilium/scale-tests-action/create-cluster@7e3eae9de9542f1a7616ca797e2d5090e8f9f8ee # main
203+
uses: cilium/scale-tests-action/create-cluster@529d919e01deb35642ba5c6ecdcbf2e2311cd3de # main
204204
timeout-minutes: 30
205205
with:
206206
cluster_name: ${{ steps.vars.outputs.cluster_name }}
@@ -241,7 +241,7 @@ jobs:
241241
gcloud version
242242
243243
- name: Setup firewall rules
244-
uses: cilium/scale-tests-action/setup-firewall@7e3eae9de9542f1a7616ca797e2d5090e8f9f8ee # main
244+
uses: cilium/scale-tests-action/setup-firewall@529d919e01deb35642ba5c6ecdcbf2e2311cd3de # main
245245
with:
246246
cluster_name: ${{ steps.vars.outputs.cluster_name }}
247247

@@ -251,7 +251,7 @@ jobs:
251251
cilium install ${{ steps.vars.outputs.cilium_install_defaults }} --helm-set=imagePullSecrets[0].name=cilium-registry
252252
253253
- name: Wait for cluster to be ready
254-
uses: cilium/scale-tests-action/validate-cluster@7e3eae9de9542f1a7616ca797e2d5090e8f9f8ee # main
254+
uses: cilium/scale-tests-action/validate-cluster@529d919e01deb35642ba5c6ecdcbf2e2311cd3de # main
255255
timeout-minutes: 20
256256
with:
257257
cluster_name: ${{ steps.vars.outputs.cluster_name }}
@@ -302,14 +302,14 @@ jobs:
302302

303303
- name: Cleanup cluster
304304
if: ${{ always() && steps.deploy-cluster.outcome != 'skipped' }}
305-
uses: cilium/scale-tests-action/cleanup-cluster@7e3eae9de9542f1a7616ca797e2d5090e8f9f8ee # main
305+
uses: cilium/scale-tests-action/cleanup-cluster@529d919e01deb35642ba5c6ecdcbf2e2311cd3de # main
306306
with:
307307
cluster_name: ${{ steps.vars.outputs.cluster_name }}
308308
kops_state: ${{ secrets.GCP_PERF_KOPS_STATE_STORE }}
309309

310310
- name: Export results and sysdump to GS bucket
311311
if: ${{ always() && steps.run-cl2.outcome != 'skipped' && steps.run-cl2.outcome != 'cancelled' }}
312-
uses: cilium/scale-tests-action/export-results@7e3eae9de9542f1a7616ca797e2d5090e8f9f8ee # main
312+
uses: cilium/scale-tests-action/export-results@529d919e01deb35642ba5c6ecdcbf2e2311cd3de # main
313313
with:
314314
test_name: ${{ env.test_name }}
315315
tested_sha: ${{ steps.vars.outputs.SHA }}

0 commit comments

Comments
 (0)