From 459fa4854c82f5a0f7bc750c0ca03263760a234d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 14:59:52 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to df4cb1c Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/bake.yml | 2 +- .github/workflows/bake_targets.yml | 6 +++--- .github/workflows/bake_update.yml | 2 +- .github/workflows/catalogs.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/bake.yml b/.github/workflows/bake.yml index 98c3ec12..99859bec 100644 --- a/.github/workflows/bake.yml +++ b/.github/workflows/bake.yml @@ -27,7 +27,7 @@ jobs: versions: ${{ steps.get_versions.outputs.versions }} steps: - name: Checkout Code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Get supported PostgreSQL versions id: get_versions diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index 03ee1464..35594f00 100644 --- a/.github/workflows/bake_targets.yml +++ b/.github/workflows/bake_targets.yml @@ -50,12 +50,12 @@ jobs: images: ${{ steps.images.outputs.images }} steps: - name: Checkout Code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 # bake-action/subaction/matrix doesn't support remote bake files. # As a workaround, we clone the repository to allow passing the path to a local file. - name: Checkout additional remote source - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 if: ${{ inputs.bake_remote_source != '' }} with: repository: ${{ inputs.bake_remote_source }} @@ -149,7 +149,7 @@ jobs: image: ${{fromJson(needs.testbuild.outputs.images)}} steps: - name: Checkout Code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 - name: Security checks # NOTE: Do not modify this to point to the local action "./.github/actions/security-scans", diff --git a/.github/workflows/bake_update.yml b/.github/workflows/bake_update.yml index 231fdb60..2367a29a 100644 --- a/.github/workflows/bake_update.yml +++ b/.github/workflows/bake_update.yml @@ -16,7 +16,7 @@ jobs: name: Run update script runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: token: ${{ secrets.REPO_GHA_PAT }} diff --git a/.github/workflows/catalogs.yml b/.github/workflows/catalogs.yml index bec2e7bb..3f3aa173 100644 --- a/.github/workflows/catalogs.yml +++ b/.github/workflows/catalogs.yml @@ -20,13 +20,13 @@ jobs: steps: # TODO: remove this step once system images are EOL - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: path: postgres-containers token: ${{ secrets.REPO_GHA_PAT }} - name: Checkout artifacts - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: path: artifacts repository: cloudnative-pg/artifacts