Skip to content

Bump codecov/codecov-action from 3 to 7 - #64

Merged
Firehed merged 1 commit into
mainfrom
dependabot/github_actions/codecov/codecov-action-7
Aug 11, 2026
Merged

Bump codecov/codecov-action from 3 to 7#64
Firehed merged 1 commit into
mainfrom
dependabot/github_actions/codecov/codecov-action-7

Conversation

@dependabot

@dependabotdependabotBot commented on behalf of githubAug 10, 2026

Copy link
Copy Markdown
Contributor

Bumps codecov/codecov-action from 3 to 7.

Release notes

Sourced from codecov/codecov-action's releases.

v7.0.0

⚠️ Due to migration issues with keybase, we are unable to update our keys under the codecovsecurity account. We have deleted the account and are using codecovsecops with the original gpg key

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v7.0.0

v6.0.2

This is a copy of the v7.0.0 release to make updates easier

What's Changed

Full Changelog: codecov/codecov-action@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: codecov/codecov-action@v6.0.0...v6.0.1

v6.0.0

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v5.5.5

This release only contains the keybase.io change as described here.

Full Changelog: codecov/codecov-action@v5.5.4...v5.5.5

v5.5.4

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

@dependabotdependabotBot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Aug 10, 2026
Firehed added a commit that referenced this pull request Aug 11, 2026
PHP 8.1 is EOL, and the Docker build was failing independently of that.
This moves the template to 8.4 and fixes the build.
## Two unrelated breakages
**xdebug no longer compiles.** `pecl install xdebug` fails at configure
with `rtnetlink.h is required, install the linux-headers package`. A
recent Xdebug release added that dependency, and `$PHPIZE_DEPS` does not
include it. This is not version-specific — it reproduces identically on
8.1 and 8.4. `linux-headers` is installed in the `env-with-xdebug` stage
only, so the production `env` and `server` images stay unchanged.
**The 2023 dependency set does not run on 8.4.** `nikic/php-parser` 4.x
triggers an implicitly-nullable-parameter deprecation, which
`bootstrap.php` promotes to an `ErrorException`, so
`orm:generate-proxies` fatals during the `server` build. A plain
`composer update` resolves it — every package stayed inside its existing
constraint, so no major version bumps were required here. It also clears
the security advisories that `composer audit` was reporting.
## Base image tag
`php:8.1.0-alpine3.15` becomes `php:8.4.24-alpine`, dropping the Alpine
pin.
The pin is why #62 offered only 8.1.0 to 8.1.13: Dependabot preserves
the tag suffix, and Alpine 3.15 has no PHP builds past 8.1, so the
upgrade path dead-ended. Without the pin, Dependabot can move PHP across
minors and majors, and the base picks up Alpine security rebuilds.
## Effect on the open Dependabot PRs
- #62 (php 8.1.13) and #60 (phpdotenv, via the composer group) are
superseded by this branch and can be closed.
- #61, #63, and #64 (Actions bumps) are unaffected.
- #59 (mysql 8 to 26) is unrelated and being handled separately; 26 is
an innovation release rather than LTS.
@Firehed

Copy link
Copy Markdown
Owner

@dependabot rebase

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 7.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v3...v7)
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabotBotforce-pushed the dependabot/github_actions/codecov/codecov-action-7 branch from 63fbfeb to 724b2cdCompareAugust 11, 2026 18:47
@Firehed
Firehed merged commit fc88ace into mainAug 11, 2026
4 checks passed
@Firehed
Firehed deleted the dependabot/github_actions/codecov/codecov-action-7 branch August 11, 2026 18:52
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependenciesPull requests that update a dependency filegithub_actionsPull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Firehed