From aa4adba2c2dee50bd46e52e1018b88ef18a1ea25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:11:26 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/codecov.yml | 2 +- .github/workflows/qodana_code_quality.yml | 2 +- .github/workflows/static-analysis.yml | 2 +- .github/workflows/validate-database-schema.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 0973ae9..856b8eb 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 0417ef3..c2dd474 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -18,7 +18,7 @@ jobs: matrix: php-versions: ['8.3', '8.4', '8.5' ] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit fetch-depth: 0 # a full history is required for pull request analysis diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index f818db0..76a1a3f 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install PHP uses: shivammathur/setup-php@v2 diff --git a/.github/workflows/validate-database-schema.yml b/.github/workflows/validate-database-schema.yml index 05ed16f..5d3218e 100644 --- a/.github/workflows/validate-database-schema.yml +++ b/.github/workflows/validate-database-schema.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install PHP uses: shivammathur/setup-php@v2