Skip to content

chore(deps): bump actions/checkout from 4 to 7 - #1

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6
Closed

chore(deps): bump actions/checkout from 4 to 7#1
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions/checkout-6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown

Bumps actions/checkout from 4 to 7.

Release notes

Sourced from actions/checkout's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v6.0.3...v7.0.0

v6.0.3

What's Changed

New Contributors

Full Changelog: actions/checkout@v6...v6.0.3

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

v6.0.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v7.0.0

v6.0.3

v6.0.2

v6.0.1

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 14, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6 branch 2 times, most recently from 79745d0 to 9ac9b32 Compare June 14, 2026 21:39
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 dependabot Bot changed the title chore(deps): bump actions/checkout from 4 to 6 chore(deps): bump actions/checkout from 4 to 7 Jun 19, 2026
@dependabot
dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6 branch from 9ac9b32 to ca8b138 Compare June 19, 2026 06:09
@dependabot @github

dependabot Bot commented on behalf of github Jun 21, 2026

Copy link
Copy Markdown
Author

Superseded by #5.

@dependabot dependabot Bot closed this Jun 21, 2026
@dependabot
dependabot Bot deleted the dependabot/github_actions/actions/checkout-6 branch June 21, 2026 11:52
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>
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