chore(deps): bump actions/checkout from 4 to 7 - #1
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-6
branch
2 times, most recently
from
June 14, 2026 21:39
79745d0 to
9ac9b32
Compare
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/github_actions/actions/checkout-6
branch
from
June 19, 2026 06:09
9ac9b32 to
ca8b138
Compare
Author
|
Superseded by #5. |
kgrizz-git
added a commit
that referenced
this pull request
Jun 21, 2026
- Fix #1 (cli.py): token pre-check now passes the peeled token to resolve_token instead of the full legacy_argv, so "github-usage" is no longer mistaken for a valid token. - Fix #3 (api.py, report_data.py, legacy_report.py): add limit param to get_all_pages; _limited_repos passes max_repos+1 and legacy report passes 100 to stop fetching all pages unnecessarily. - Fix #4 (billing.py, report_optional.py): introduce BillingFetchError; get_actions_per_repo now raises instead of returning silent zeros; get_repo_consumers collects errors in a dedicated dict. - Fix #5 (report_summary.py): clamp min_pct and storage_pct to 100 before computing bar fill width to prevent bar overflow. - Fix #6 (export_csv.py): _write_nested extracts canonical column list from sample and uses .get() per row instead of .values() to prevent column misalignment when key order differs. - Fix #7 (cli.py): remove dead /user fallback that was unreachable after legacy_main's SystemExit is caught; add or "unknown" guard. - Tests: 6 new tests, 2 updated, 1 removed; 223 tests all passing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
kgrizz-git
added a commit
that referenced
this pull request
Aug 5, 2026
- gui/wizard/__init__.py: assign __all__ = [] in the except branch so star-imports and introspection tools don't raise AttributeError when Textual is not installed (HIGH #1) - email_report_html.py: remove two no-op html.escape() calls — one on the already-safe storage_part format string, one on _run_out() which only ever returns "day {int}" or "--" (MEDIUM #3/#4) - email_report_html.py: remove redundant outer parentheses on the day-of-month paragraph in the parts list (LOW #5) - test_email_report_visibility.py: add missing edge-case test for pub_min > 0 with pub_mb == 0 in HTML formatter (LOW #6) - CHANGELOG.md: document HTML workflow default change with migration guidance for users who re-run setup (HIGH #2) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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 actions/checkout from 4 to 7.
Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
9c091bbupdate error wording (#2467)1044a6dgetting ready for checkout v7 release (#2464)f028218Bump the minor-npm-dependencies group across 1 directory with 3 updates (#2462)d914b26upgrade module to esm and update dependencies (#2463)537c7efBump@actions/coreand@actions/tool-cacheand Remove uuid (#2459)130a169Bump js-yaml from 4.1.0 to 4.2.0 (#2461)7d09575Bump flatted from 3.3.1 to 3.4.2 (#2460)0f9f3aaBump actions/publish-immutable-action (#2458)f9e715ablock checking out fork pr for pull_request_target and workflow_run (#2454)df4cb1cUpdate changelog for v6.0.3 (#2446)