You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `go.work`- Go workspace tying root and `sample-monorepo` modules together
140
141
- `go.mod`- Requires Go 1.24.0
141
142
142
143
## Important Notes
143
144
144
145
- All workflow action versions are pinned to commit SHAs for security
145
146
- Permissions are explicitly granted at job level to follow least-privilege principle
146
-
- This repo itself uses minimal Go code (just sample tests); it's primarily YAML workflows
147
+
- This repo is a mono-repo (`go.work`) with a `sample-monorepo` submodule used to exercise the CI workflows against a multi-module layout; it's primarily YAML workflows
147
148
- The `local-*` workflows serve as both tests and documentation of proper usage
0 commit comments