Skip to content

ci: add platform-owned reusable workflows#10

Merged
NWarila merged 1 commit into
mainfrom
codex/platform-control-plane
Jun 1, 2026
Merged

ci: add platform-owned reusable workflows#10
NWarila merged 1 commit into
mainfrom
codex/platform-control-plane

Conversation

@NWarila

@NWarila NWarila commented Jun 1, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add platform-owned reusable workflows for repo hygiene, CodeQL, IaC security, Scorecard, auto-merge, and release-please.
  • Add repo-hygiene OPA/tooling baseline and self-CI smoke coverage.
  • Align reusable references with the nwarila-platform/.github control plane.

Validation

  • python tools\build_opa_input.py
  • Workflow YAML parsed with PyYAML
  • rg advisory/continue-on-error returned no matches in reusable-repo-hygiene.yaml

Rollout

Platform consumers pin commit 26473a3.

@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

- name: Install zizmor
# renovate: datasource=pypi depName=zizmor
run: python -m pip install --no-cache-dir zizmor==1.24.1

id: build
run: |
set -euo pipefail
python -m pip install --quiet "pyyaml==6.0.3"
@NWarila NWarila merged commit 7093eaa into main Jun 1, 2026
15 checks passed
@NWarila NWarila deleted the codex/platform-control-plane branch June 1, 2026 19:33
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.

2 participants