From 86fba8a8e2af95b702ccbb96ffb8b0511093ae65 Mon Sep 17 00:00:00 2001 From: Erhardt Consulting Bot <183287306+erhardt-consulting-bot@users.noreply.github.com> Date: Mon, 20 Jul 2026 16:37:30 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action)!:=20Update=20actions/checkout?= =?UTF-8?q?=20action=20(v4.4.0=20=E2=86=92=20v7.0.1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v4.4.0 | v7.0.1 | --- .github/workflows/build-container.yml | 2 +- .github/workflows/build-pg-verein-pr.yml | 2 +- .github/workflows/build-pg-verein.yml | 2 +- .github/workflows/deploy-artifacts.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-container.yml b/.github/workflows/build-container.yml index 04de815..f37c462 100644 --- a/.github/workflows/build-container.yml +++ b/.github/workflows/build-container.yml @@ -41,7 +41,7 @@ jobs: sudo apt-get install -y qemu-user-static - name: Checkout repository - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Setup environment variables run: | diff --git a/.github/workflows/build-pg-verein-pr.yml b/.github/workflows/build-pg-verein-pr.yml index 25b5c0e..69f1b6f 100644 --- a/.github/workflows/build-pg-verein-pr.yml +++ b/.github/workflows/build-pg-verein-pr.yml @@ -20,7 +20,7 @@ jobs: postgres: ${{ steps.postgres_version.outputs.POSTGRES_VERSION }} steps: - name: Checkout repository - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Get Postgres version id: postgres_version diff --git a/.github/workflows/build-pg-verein.yml b/.github/workflows/build-pg-verein.yml index 2edb248..cd8470a 100644 --- a/.github/workflows/build-pg-verein.yml +++ b/.github/workflows/build-pg-verein.yml @@ -20,7 +20,7 @@ jobs: postgres: ${{ steps.postgres_version.outputs.POSTGRES_VERSION }} steps: - name: Checkout repository - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Get Postgres version id: postgres_version diff --git a/.github/workflows/deploy-artifacts.yml b/.github/workflows/deploy-artifacts.yml index d80138c..463c0b0 100644 --- a/.github/workflows/deploy-artifacts.yml +++ b/.github/workflows/deploy-artifacts.yml @@ -36,7 +36,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 - name: Setup Pages uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5