Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps 8BitJonny/gh-get-current-pr from 3.0.0 to 4.0.0.

Release notes

Sourced from 8BitJonny/gh-get-current-pr's releases.

v4.0.0

What

  • find PRs from forks (#328)
  • use PR head sha by default for pull_request and pull_request_target (#329)

🐛 Fixes

  • [Snyk] Security upgrade @​actions/github from 5.1.1 to 6.0.0 (#340)

📚 Documentation

  • Update readme to remove fork limitation (#342)

🤖 Dependency Updates

  • build(deps): bump github/codeql-action from 2 to 3 (#304)
  • build(deps): bump release-drafter/release-drafter from 5 to 6 (#301)
  • build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 (#302)
  • build(deps): bump actions/upload-artifact from 3 to 4 (#303)
  • build(deps): bump actions/checkout from 3 to 4 (#305)
  • build(deps-dev): bump @​types/node from 20.4.4 to 20.12.7 (#317)

Full Changelog: 8BitJonny/gh-get-current-pr@3.0.0...v3.0.1

Contributors: @​8BitJonny, @​bryangingechen, @​dependabot[bot], @​snyk-bot and dependabot[bot]

Commits
  • 4056877 feat(chore): bump version to 4.0.0
  • c93cf9b feat(chore): rebuild
  • 2eea0aa Merge pull request #340 from 8BitJonny/snyk-fix-32e3f87afee7df1c42bd95e799e24282
  • c15348a Merge pull request #342 from 8BitJonny/feat-update-readme
  • 1da3c94 Merge pull request #328 from bryangingechen/works-for-forks
  • 0369317 ref(CI): remove build.yml change
  • 45d5406 fix(chore): rebuild dist
  • e77f7d2 feat(MD): remove pr trigger limitation
  • 3786802 Merge branch 'master' into works-for-forks
  • d102cda Merge pull request #329 from bryangingechen/better-default-sha-for-pull_request
  • Additional commits viewable in compare view

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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 [8BitJonny/gh-get-current-pr](https://github.com/8bitjonny/gh-get-current-pr) from 3.0.0 to 4.0.0.
- [Release notes](https://github.com/8bitjonny/gh-get-current-pr/releases)
- [Commits](8BitJonny/gh-get-current-pr@3.0.0...4.0.0)

---
updated-dependencies:
- dependency-name: 8BitJonny/gh-get-current-pr
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 8, 2025
Copy link

github-actions bot commented Sep 8, 2025

Static analysis report

Lizard report

Listing only functions with cyclomatic complexity >= 15 or NLOC >= 100 or parameters >= 6.

Report about files you didn't modify in this PR
Filename Start line:end line Function name Parameters NLOC CCN
src/arkreactor/VM/VM.cpp 493:2010 Ark::VM::safeRun 3 1275 258
src/arkreactor/Compiler/Macros/Processor.cpp 241:621 Ark::internal::MacroProcessor::evaluate 3 356 126
src/arkreactor/Compiler/BytecodeReader.cpp 274:671 Ark::BytecodeReader::display 4 351 105
src/arkreactor/Compiler/Lowerer/ASTLowerer.cpp 552:723 Ark::internal::ASTLowerer::handleCalls 4 130 42
src/arkreactor/Error/Diagnostics.cpp 43:180 Ark::Diagnostics::makeContext 4 100 39
src/arkscript/JsonCompiler.cpp 27:260 JsonCompiler::_compile 1 200 36
src/arkreactor/Compiler/NameResolution/NameResolutionPass.cpp 161:265 Ark::internal::NameResolutionPass::visitKeyword 3 83 33
src/arkreactor/Compiler/AST/Parser.cpp 807:898 Ark::internal::Parser::string 1 88 32
src/arkscript/main.cpp 23:323 main 2 255 29
src/arkreactor/Compiler/AST/Node.cpp 179:277 Ark::internal::Node::repr 0 84 28
src/arkreactor/Compiler/Lowerer/ASTLowerer.cpp 138:241 Ark::internal::ASTLowerer::compileExpression 4 85 27
src/arkreactor/Compiler/Macros/Processor.cpp 102:185 Ark::internal::MacroProcessor::processNode 3 61 27
src/arkreactor/Compiler/AST/Node.cpp 279:352 Ark::internal::Node::debugPrint 1 64 24
src/arkreactor/TypeChecker.cpp 110:194 Ark::types::generateError 5 72 24
src/arkreactor/Compiler/NameResolution/NameResolutionPass.cpp 55:159 Ark::internal::NameResolutionPass::visit 2 83 23
src/arkreactor/Compiler/AST/Parser.cpp 288:416 Ark::internal::Parser::import_ 1 98 23
src/arkreactor/VM/VM.cpp 2129:2233 Ark::VM::backtrace 3 89 22
src/arkreactor/Compiler/Lowerer/ASTLowerer.cpp 267:326 Ark::internal::ASTLowerer::compileListInstruction 3 49 22
include/utf8.hpp 138:184 utf8::isValid 1 44 21
src/arkreactor/Compiler/AST/Optimizer.cpp 33:83 Ark::internal::Optimizer::countAndPruneDeadCode 1 42 20
src/arkscript/REPL/Utils.cpp 52:184 Ark::internal::getColorPerKeyword 0 110 19
src/arkreactor/VM/Value.cpp 77:140 Ark::Value::toString 1 50 19
src/arkreactor/Compiler/NameResolution/StaticScope.cpp 68:109 Ark::internal::NamespaceScope::get 3 32 19
src/arkreactor/TypeChecker.cpp 28:108 Ark::types::displayContract 4 70 19
src/arkreactor/Compiler/Macros/Executors/Function.cpp 16:88 Ark::internal::FunctionExecutor::applyMacro 2 55 17
include/Ark/Compiler/AST/Predicates.hpp 132:156 Ark::internal::IsSymbol::operator ( ) 1 24 16
src/arkscript/Formatter.cpp 173:229 Formatter::format 3 53 16
src/arkreactor/Compiler/Macros/Processor.cpp 703:742 Ark::internal::MacroProcessor::isConstEval 1 35 16
src/arkscript/Formatter.cpp 279:320 Formatter::formatFunction 2 35 15
src/arkreactor/Compiler/Lowerer/ASTLowerer.cpp 78:94 Ark::internal::ASTLowerer::nodeProducesOutput 1 13 15
src/arkreactor/Compiler/IntermediateRepresentation/IROptimizer.cpp 12:206 Ark::internal::IROptimizer::IROptimizer 1 170 4
src/arkreactor/Error/Diagnostics.cpp 182:195 Ark::Diagnostics::helper 6 13 2

CppCheck report

Report files about files you didn't modify in this PR
Filename Line Type Description
include/Ark/VM/VM.inl 253 style Variable 'maybe_value_ptr' can be declared as pointer to const
src/arkreactor/Compiler/BytecodeReader.cpp 450 style struct member 'Arg::kind' is never used.
src/arkreactor/Compiler/NameResolution/ScopeResolver.cpp 134 style Consider using std::find_if algorithm instead of a raw loop.
include/Ark/VM/Future.hpp 50 style Unused private function: 'Future::deleteSelfViaVM'
src/arkreactor/VM/Future.cpp 23 performance Variable 'm_value' is assigned in constructor body. Consider performing initialization in initialization list.
src/arkreactor/VM/State.cpp 190 style Consider using std::any_of, std::all_of, std::none_of algorithm instead of a raw loop.
src/arkreactor/VM/VM.cpp 372 error Iterators of different containers 'm_execution_contexts.emplace_back(std::make_unique())' and 'm_execution_contexts.front()' are used together.

Copy link

github-actions bot commented Sep 8, 2025

Fuzzing report

/usr/local/bin/afl-whatsup status check tool for afl-fuzz by Michal Zalewski

Summary stats

    Fuzzers alive : 0
   Dead or remote : 1 (included in stats)
   Total run time : 5 minutes, 0 seconds
      Total execs : 40 thousands
 Cumulative speed : 134 execs/sec
    Pending items : 115 faves, 1037 total
 Coverage reached : 12.21%
    Crashes saved : 0
      Hangs saved : 0

Cycles without finds : 0
Time without finds : 0

[+] Captured 46679 tuples (map size 218443, highest value 255, total values 364635918) in '/dev/null'.
[+] A coverage of 46679 edges were achieved out of 218496 existing (21.36%) with 1045 input files.

@SuperFola SuperFola merged commit 093c171 into dev Sep 10, 2025
23 of 24 checks passed
@SuperFola SuperFola deleted the dependabot/github_actions/8BitJonny/gh-get-current-pr-4.0.0 branch September 10, 2025 18:08
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.

1 participant