From f33ba296732fcaa1ca770e32c1d3ecd46c56a70c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 12:49:54 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to 8e8c483 --- .github/workflows/bake.yml | 2 +- .github/workflows/bake_targets.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index bf45b5d..c53a30b 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -28,7 +28,7 @@ jobs: matrix: ${{ steps.get-matrix.outputs.matrix}} steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index 811f089..e9b0f8e 100644 --- a/.github/workflows/bake_targets.yml +++ b/.github/workflows/bake_targets.yml @@ -27,7 +27,7 @@ jobs: images: ${{ steps.images.outputs.images }} steps: - name: Checkout Code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false @@ -93,7 +93,7 @@ jobs: image: ${{fromJson(needs.testbuild.outputs.images)}} steps: - name: Checkout Code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false @@ -126,7 +126,7 @@ jobs: KIND_NODE_VERSION: "v1.34.0" steps: - name: Checkout Code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 with: persist-credentials: false