Add CodeBoarding workflows - #2
Conversation
CodeBoarding reviewStatus: 2 changed components See the full change in CodeBoarding. graph LR
n_Web_Based_Management_UI["Web-Based Management UI"]
n_Static_File_Patcher["Static File Patcher"]
n_Bridge_State_Orchestrator["Bridge State Orchestrator"]
n_Command_Protocol_Router["Command #38; Protocol Router"]
n_WebSocket_Protocol_Codec["WebSocket Protocol Codec"]
n_Bridge_Communication_Server["Bridge Communication Server"]
n_Runtime_Script_Injector["Runtime Script Injector"]
n_Trainer_Interface_Components["Trainer Interface Components"]
n_Web_Based_Management_UI -- "Connects via WebSocket/HTTP" --> n_Bridge_Communication_Server
n_Command_Protocol_Router -- "Dispatches trainer commands" --> n_Runtime_Script_Injector
n_Bridge_Communication_Server -- "Synchronizes state snapshots" --> n_Bridge_State_Orchestrator
n_Bridge_Communication_Server -- "Serializes/Deserializes frames" --> n_WebSocket_Protocol_Codec
n_Bridge_Communication_Server -- "Serves injection payloads" --> n_Runtime_Script_Injector
n_Runtime_Script_Injector -- "Reports game/trainer status" --> n_Bridge_State_Orchestrator
n_Trainer_Interface_Components -- "Triggers cheat actions" --> n_Command_Protocol_Router
classDef added fill:#1f883d,stroke:#0b5d23,color:#ffffff;
classDef modified fill:#bf8700,stroke:#7d4e00,color:#ffffff;
classDef deleted fill:#cf222e,stroke:#82071e,color:#ffffff,stroke-dasharray:5 3;
class n_Web_Based_Management_UI,n_Trainer_Interface_Components modified;
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 6dd7b29754
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| runs-on: ubuntu-latest | ||
| timeout-minutes: 60 | ||
| steps: | ||
| - uses: CodeBoarding/CodeBoarding-action@main |
There was a problem hiding this comment.
Pin the write-privileged action to an immutable commit
If the upstream main branch is compromised or receives an unsafe update, the next push or manual sync will execute that code with contents: write, pull-requests: write, and OIDC-token permissions, allowing the repository to be modified without any change here. Pin CodeBoarding/CodeBoarding-action to a reviewed full commit SHA in both workflows rather than trusting the mutable main ref.
Useful? React with 👍 / 👎.
Adds two new GitHub Actions workflows for CodeBoarding: