chore(deps): bump dorny/test-reporter from 1 to 3#5788
Open
dependabot[bot] wants to merge 1 commit intomainfrom
Open
chore(deps): bump dorny/test-reporter from 1 to 3#5788dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [dorny/test-reporter](https://github.com/dorny/test-reporter) from 1 to 3. - [Release notes](https://github.com/dorny/test-reporter/releases) - [Changelog](https://github.com/dorny/test-reporter/blob/main/CHANGELOG.md) - [Commits](dorny/test-reporter@v1...v3) --- updated-dependencies: - dependency-name: dorny/test-reporter dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
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 dorny/test-reporter from 1 to 3.
Release notes
Sourced from dorny/test-reporter's releases.
... (truncated)
Changelog
Sourced from dorny/test-reporter's changelog.
... (truncated)
Commits
a43b3a5test-reporter release v3.0.079216dcMerge pull request #744 from dorny/dependabot/npm_and_yarn/flatted-3.4.262c3873Merge pull request #745 from dorny/feature/workflow_permissionsbd74ca6Explicitly use lowest permissions required to run workflow0c2b2aaMerge pull request #738 from dav-tb/feature/node24-runtimef7eee30Use the@types/nodedefinitions for NodeJS 24 runtimead0a96fUpgrade action runtime to Node.js 24543415cMerge pull request #741 from dorny/release/v2.7.0f1284d0Bump flatted from 3.4.1 to 3.4.23c1b53fMerge pull request #743 from dorny/dependabot/npm_and_yarn/types/adm-zip-0.5.8Dependabot 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 this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Note
Medium Risk
CI-only change, but it upgrades a major version of a GitHub Action with a new Node.js runtime requirement, which could break test result publishing if runner/runtime assumptions differ.
Overview
Updates CI test reporting in
tests-e2e-appimage.ymlandtests-integration.ymlby bumpingdorny/test-reporterfrom@v1to@v3, keeping the same JUnit reporting configuration.This changes the action runtime/behavior to the v3 release line (notably Node.js 24-based), affecting how test results are published in these workflows.
Reviewed by Cursor Bugbot for commit ce596df. Bugbot is set up for automated code reviews on this repo. Configure here.