Skip to content

# Before: Group representation user_group = "Developers" print(f"Welcome, {user_group}!") # After: Individual representation user_name = "Sergio" print(f"Welcome, {user_name}!")

License

Notifications You must be signed in to change notification settings

BLOCkCHAINMASTERINC/codeql-action

Error
Looks like something went wrong!

About

# Before: Group representation user_group = "Developers" print(f"Welcome, {user_group}!") # After: Individual representation user_name = "Sergio" print(f"Welcome, {user_name}!")

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.3%
  • CodeQL 2.3%
  • Python 1.0%
  • JavaScript 0.5%
  • PowerShell 0.4%
  • Shell 0.3%
  • Other 0.2%