Fix JaCoCo workflow: handle fork/Dependabot PRs and eliminate set-output deprecation#1499
Draft
Copilot wants to merge 4 commits intodependabot/npm_and_yarn/arangodb-foxx-services/webpack-5.105.0from
Conversation
Contributor
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
…pport Co-authored-by: wajda <795479+wajda@users.noreply.github.com>
Co-authored-by: wajda <795479+wajda@users.noreply.github.com>
Co-authored-by: wajda <795479+wajda@users.noreply.github.com>
|
Copilot
AI
changed the title
[WIP] Fix failing GitHub Actions job in CI check JaCoCo workflow
Fix JaCoCo workflow: handle fork/Dependabot PRs and eliminate set-output deprecation
Feb 13, 2026
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.


The JaCoCo workflow was failing on Dependabot PRs with
HttpError: Resource not accessible by integrationand emittingset-outputdeprecation warnings.Changes
Action upgrade:
madrapps/jacoco-report@v1.3→v1.7.2(eliminates deprecatedset-output)Conditional execution: Split coverage reporting based on token permissions:
comment-type: summaryDRY paths config: Extracted JaCoCo XML paths to
JACOCO_PATHSenv varExplicit permissions: Added
contents: readandpull-requests: writeto jobOutput handling: Check
steps.<id>.conclusioninstead of relying on output presence for step success detectionCoverage threshold enforcement (80% for changed files) remains active across all PR contexts.
Original prompt
This pull request was created from Copilot chat.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.