From 61b9b5eb59181a3b4e96fd270dcbbdf553961319 Mon Sep 17 00:00:00 2001 From: Liviu-Mihail Concioiu Date: Wed, 19 Aug 2026 08:52:28 +0200 Subject: [PATCH 1/3] Bump actions/checkout to v7 Signed-off-by: Liviu-Mihail Concioiu --- .github/workflows/monitoring.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/monitoring.yml b/.github/workflows/monitoring.yml index b4974a8b..8d6d10b1 100644 --- a/.github/workflows/monitoring.yml +++ b/.github/workflows/monitoring.yml @@ -15,7 +15,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v4 + uses: actions/checkout@v7 - name: "Set up Python" uses: actions/setup-python@v5 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a2f97f8d..32037f5a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -29,7 +29,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Fetch some commits for Scrutinizer coverage upload fetch-depth: 15 From 21e4550a7e2f7802f4b1d44b7ecf85cdcfee96a8 Mon Sep 17 00:00:00 2001 From: Liviu-Mihail Concioiu Date: Wed, 19 Aug 2026 08:53:32 +0200 Subject: [PATCH 2/3] Bump actions/setup-python to v7 Signed-off-by: Liviu-Mihail Concioiu --- .github/workflows/monitoring.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/monitoring.yml b/.github/workflows/monitoring.yml index 8d6d10b1..29957ad2 100644 --- a/.github/workflows/monitoring.yml +++ b/.github/workflows/monitoring.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v7 - name: "Set up Python" - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.x" diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 32037f5a..3b4d8e41 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 15 - name: Use Python ${{ matrix.python-version }} - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} From 9e022a196fd2fc5ca2a7f54fe0b7bfb6b0be18f2 Mon Sep 17 00:00:00 2001 From: Liviu-Mihail Concioiu Date: Wed, 19 Aug 2026 08:57:08 +0200 Subject: [PATCH 3/3] Bump codecov/codecov-action to v7 Signed-off-by: Liviu-Mihail Concioiu --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3b4d8e41..b29cc63f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: run: coverage xml - name: Send coverage - uses: codecov/codecov-action@v5 + uses: codecov/codecov-action@v7 # Do not run this step on forked versions of the main repository (example: contributor forks) if: github.repository == 'phpmyadmin/website' with: