chore(deps): bump github/codeql-action from 3 to 4 - #4
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Author
|
Looks like github/codeql-action is no longer a dependency, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/github_actions/github/codeql-action-4
branch
June 14, 2026 21:39
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 github/codeql-action from 3 to 4.
Release notes
Sourced from github/codeql-action's releases.
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
0ad7c1fRebuild25c25b5Update changelog and version after v4.36.187557b9Merge pull request #3940 from github/update-v4.36.1-2a1689ed49431011Update changelog for v4.36.12a1689eMerge pull request #3939 from github/henrymercer/skip-overlay-revert-when-exp...d40e417Only do initial wait when not running tests5245323Disable missing diff-ranges fallback when overlay enabled manually948a63aAdd FF to force JGit-based Git backendDependabot 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)