chore(deps): bump the github-actions group with 2 updates - #626
Merged
mira-voss merged 1 commit intoSep 21, 2026
Merged
Conversation
Bumps the github-actions group with 2 updates: [codecov/codecov-action](https://github.com/codecov/codecov-action) and [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `codecov/codecov-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@fb8b358...0b35c9e) Updates `taiki-e/install-action` from 2.87.8 to 2.87.12 - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](taiki-e/install-action@d438492...3f74d7c) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: taiki-e/install-action dependency-version: 2.87.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
|
🎉 Thanks for your first pull request to ToughRADIUS! Please make sure CI is green — |
mira-voss
added a commit
that referenced
this pull request
Sep 21, 2026
The external EAP acceptance job runs the test suite as root inside the golang container, then generates the acceptance report on the host runner with `go run ./scripts/eap_acceptance_report.go`. The result JSON was written with mode 0600, so the root-owned file was unreadable for the unprivileged host user and the report step aborted the whole job with "read input: open build/eap-acceptance/eap-acceptance.json: permission denied" even though every EAP scenario passed. Write the result with mode 0644 so the host-side report generation can read it and the job verdict reflects the actual scenario results. Evidence: run 35239113166 (job 105262887968, PR #626) and the identical pre-existing failure on main in run 34961328705 (job 104355634277). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
mira-voss
deleted the
dependabot/github_actions/github-actions-c49d4bc040
branch
September 21, 2026 07:39
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the github-actions group with 2 updates: codecov/codecov-action and taiki-e/install-action.
Updates
codecov/codecov-actionfrom 7.0.0 to 7.1.0Release notes
Sourced from codecov/codecov-action's releases.
Commits
0b35c9echore(release): 7.1.0 (#1971)Updates
taiki-e/install-actionfrom 2.87.8 to 2.87.12Release notes
Sourced from taiki-e/install-action's releases.
Changelog
Sourced from taiki-e/install-action's changelog.
... (truncated)
Commits
3f74d7cRelease 2.87.12e7f36aaUpdate wasmtime manifestb208ecfUpdate zola manifest4972682Updatewasmtime@latestto 48.0.29f978f5Updatewasm-tools@latestto 1.259.001d9694Updateuv@latestto 0.12.137af43afUpdaterelease-plz@latestto 0.3.1655ebe8aaUpdateprotoc-gen-connect-openapi@latestto 0.27.1c054431Updatemise@latestto 2026.9.52ad5cecUpdatecargo-nextest@latestto 0.9.144Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions