Skip to content

Commit 47cb8d7

Browse files
chore(deps): update all github action dependencies
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent a8f67f3 commit 47cb8d7

14 files changed

Lines changed: 17 additions & 17 deletions

.github/actions/cosign/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ runs:
5050
steps:
5151
- name: Install Cosign
5252
if: ${{ inputs.install_cosign == 'true' }}
53-
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
53+
uses: sigstore/cosign-installer@ba7bc0a3fef59531c69a25acd34668d6d3fe6f22 # v4.1.0
5454

5555
- name: Generate SBOM
5656
if: ${{ inputs.generate_sbom == 'true' }}
57-
uses: anchore/sbom-action@17ae1740179002c89186b61233e0f892c3118b11 # v0.23.0
57+
uses: anchore/sbom-action@57aae528053a48a3f6235f2d9461b05fbcb7366d # v0.23.1
5858
with:
5959
artifact-name: sbom_${{ inputs.sbom_name }}.spdx.json
6060
output-file: ./sbom_${{ inputs.sbom_name }}.spdx.json

.github/workflows/build-images-base-v1.19.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
mkdir -p image-digest/
293293
294294
- name: Download digests of all images built
295-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
295+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
296296
with:
297297
path: image-digest/
298298
pattern: "*image-digest *"

.github/workflows/build-images-beta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
mkdir -p image-digest/
155155
156156
- name: Download digests of all images built
157-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
157+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
158158
with:
159159
path: image-digest/
160160
pattern: "*image-digest *"

.github/workflows/build-images-ci-v1.19.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
mkdir -p image-digest/
373373
374374
- name: Download digests of all images built
375-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
375+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
376376
with:
377377
path: image-digest/
378378
pattern: "*image-digest *"
@@ -422,7 +422,7 @@ jobs:
422422
}}
423423
steps:
424424
- name: Generate Github App Token
425-
uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
425+
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
426426
id: generate-token
427427
with:
428428
app-id: ${{ secrets.AUTO_COMMENT_BOT_APP_ID }}

.github/workflows/build-images-releases.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
mkdir -p image-digest/
181181
182182
- name: Download digests of all images built
183-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
183+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
184184
with:
185185
path: image-digest/
186186
pattern: "*image-digest *"

.github/workflows/conformance-clustermesh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ env:
6868
contextName2: kind-cluster2-${{ github.run_id }}
6969

7070
# renovate: datasource=github-releases depName=cert-manager/cert-manager
71-
CERT_MANAGER_VERSION: v1.19.4
71+
CERT_MANAGER_VERSION: v1.20.0
7272

7373
jobs:
7474
echo-inputs:

.github/workflows/conformance-gke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ env:
9696
clusterName: ${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ github.run_id }}-${{ github.run_attempt }}
9797
USE_GKE_GCLOUD_AUTH_PLUGIN: True
9898
# renovate: datasource=docker depName=google/cloud-sdk
99-
gcloud_version: 559.0.0
99+
gcloud_version: 560.0.0
100100

101101
jobs:
102102
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@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
33+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3434
id: docs-tree
3535
with:
3636
# For `push` events, compare against the `ref` base branch

.github/workflows/k8s-kind-network-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232
fetch-depth: 0
3333
- name: Check code changes
34-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
34+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3535
id: tested-tree
3636
with:
3737
# For `push` events, compare against the `ref` base branch

.github/workflows/lint-bpf-checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
persist-credentials: false
3434
fetch-depth: 0
3535
- name: Check code changes
36-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
36+
uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
3737
id: changes
3838
with:
3939
# For `push` events, compare against the `ref` base branch

0 commit comments

Comments
 (0)