Skip to content

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

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/github_actions/main/actions/checkout-7
Open

chore(deps): bump actions/checkout from 4 to 7#14
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/github_actions/main/actions/checkout-7

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 28, 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 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)

root and others added 3 commits June 28, 2026 17:11
… DoS, thread safety

BUG FIXES:
- Critical: Release workflow hash now extracts raw SHA-256 (was including filename)
- Critical: SemanticInverter Math.abs(Integer.MIN_VALUE) crash -> use & Integer.MAX_VALUE
- Critical: EntropyScrambler scope-aware renaming produced uncompilable code (field
  declarations got different replacements than this.field accesses) -> global resolution
- Critical: Lexer block comment regex caused catastrophic backtracking on unclosed comments
- Critical: ControlFlowFlattener regex had catastrophic backtracking on nested generics

- High: NaN threshold bypassed range validation -> Double.isNaN check
- High: arg.contains('all') substring match (would match 'controlflowall') -> exact match
- High: WatermarkEncoder broke indentation (all spaces->1 tab) -> preserve depth
- High: Lexer missing Python triple-quoted string support
- High: PascalCase class names correctly protected (reverted over-aggressive change)
- High: Main.java missing FXML/CSS resources would NPE -> explicit null checks
- High: SourceFile constructor null inputs -> IllegalArgumentException

- Medium: Double-brace init anti-pattern -> explicit variable
- Medium: Silent error swallowing in pre-scan -> log debug
- Medium: DeadCodeInjector method depth detection improved (handles annotations, try/catch)
- Medium: Hardcoded GUI entropy threshold -> explicit constant
- Medium: MainController lastResults thread safety -> volatile
- Medium: LogService.clear() ConcurrentModification risk -> FX thread check
- Medium: CLI.java division by zero guard (totalFiles/4) -> Math.max(1, ...)
- Medium: DeadCodeInjector selectDeadBlock unused methodIdx param

- Low: Unused imports cleaned up in Main.java
- Low: Missing Arrays import in CLI.java
- Low: Code style consistency improvements

TESTS: 97/97 pass, 0 failures, 0 errors. JaCoCo coverage report generated.

README: Complete rewrite with 2026 best practices (hero badges, quick start,
features table, architecture, CLI reference, supply chain, research, FAQ).
…ollisions, number regex, control flow safety

- Serializer: allow renaming own methods called via object.method() (E2E compilation fix)
- SemanticInverter: deduplicate replacement names to prevent hash collisions
- ControlFlowFlattener: skip methods with local variable declarations (prevents definite assignment errors)
- Lexer: fix NUMBER regex consuming trailing dot on member access (123.method → 123 + .method)
- EntropyCalculator: clamp score to [0,1] range to prevent negative values
- Token: add null guard in toString() to prevent NPE
- CSS: remove orphaned .code-scroll selector
- SerializerTest: update test expectations + add own-method-after-dot test

98/98 tests pass, E2E pipeline compiles obfuscated output successfully
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: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 28, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: ci, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants