Skip to content

Bump nigelhorne/App-GHGen from 6 to 10 - #6

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/nigelhorne/App-GHGen-10
Open

Bump nigelhorne/App-GHGen from 6 to 10#6
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/github_actions/nigelhorne/App-GHGen-10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 3, 2026

Copy link
Copy Markdown
Contributor

Bumps nigelhorne/App-GHGen from 6 to 10.

Release notes

Sourced from nigelhorne/App-GHGen's releases.

v10

[ Bug Fixes ]

  • Added --verbose to the --installdeps stage to prevent timeout on GitHub actions [ Enhancements ]
  • Install DB_File on Linux
  • Latest ATG dashboard
Changelog

Sourced from nigelhorne/App-GHGen's changelog.

Revision history for App-GHGen

0.10 [ Bug Fixes ]

  • Added --verbose to the --installdeps stage to prevent timeout on GitHub actions [ Enhancements ]
  • Install DB_File on Linux
  • Latest ATG dashboard

0.09 Mon Aug 10 08:26:23 PM EDT 2026 [ Bug Fixes ]

  • Fixed Detector::detect_project_type returning (undef) — a one-element list — in list context when no project type is detected. return undef unless @detections returns the scalar undef in list context, which Perl wraps in a list. Changed to return unless @detections (bare return), which correctly returns () in list context and undef in scalar context, matching the POD spec.

[ Enhancements ]

  • Update to shogo82148/actions-setup-perl@v1.43.1
  • Added t/mutant_killers.t: 25 subtests that kill all surviving mutants from xt/mutant_20260810_160920.t. Covers CostEstimator (estimate_savings total_minutes > 0 boundary; estimate_duration sequential-vs-parallel branch and max-accumulation comparison), Detector (file-count > 0 boundary for all 8 language detectors: perl pm, perl t, python, go, ruby, php, java, cpp), Fixer::add_caching (checkout-detection condition), Interactive::prompt_choice (marker == default; answer >= 1 and <= @​choices bounds), and Reporter (generate_markdown_report and generate_github_comment savings-cost > 0). Documents the >= variant of the estimate_duration max-accumulation mutant as a semantically equivalent mutant (not distinguishable by semantic tests).
  • Added t/path.t: 34 path-coverage subtests targeting execution paths not covered by existing test files. Covers Analyzer (broad-trigger scalar push, falsy push, paths-only filter, unpinned/outdated cap), Fixer (setup-node/python via uses, add_caching insertion at position 0, unrecognised project type, no-runs-on guard, trigger-filter HASH paths), CostEstimator (zero-saving branches, proportional percentage, free-tier boundary, matrix scalar value), and Detector (scalar/list context empty result, get_project_indicators all three branches).

0.08 Fri Aug 7 01:31:57 PM EDT 2026 [ Enhancements ]

  • Update to shogo82148/actions-setup-perl@v1.42.0

[ Bug Fixes ]

  • Fixed false-positive in Analyzer::has_outdated_runners: the unanchored alternation /ubuntu-18.04|ubuntu-16.04|macos-10.15/ matched any runner name that contained those strings as a substring (e.g. a self-hosted runner named "my-ubuntu-18.04-builder" was incorrectly flagged as outdated). Anchored with \A...\z so only exact GitHub-hosted runner labels are matched.
  • Changed greedy (.+) to non-greedy (.+?) in Fixer::fix_unpinned_actions

... (truncated)

Commits

Dependabot compatibility score

Dependabot 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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [nigelhorne/App-GHGen](https://github.com/nigelhorne/app-ghgen) from 6 to 10.
- [Release notes](https://github.com/nigelhorne/app-ghgen/releases)
- [Changelog](https://github.com/nigelhorne/App-GHGen/blob/master/Changes)
- [Commits](nigelhorne/App-GHGen@v6...v10)

---
updated-dependencies:
- dependency-name: nigelhorne/App-GHGen
  dependency-version: '10'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants