ci: org migration (ernestprovo23 -> DataScience-EngineeringExperts) + workflow hardening#79
Merged
Merged
Conversation
…ineeringExperts Repo was transferred to the DataScience-EngineeringExperts org. Update all github.com repo URLs and the GitHub Pages host across docs, examples, pyproject URLs, and issue templates. Critically, update the sigstore certificate-identity strings so verification matches the new OIDC SAN: - sigstore-fixture.yml verify --certificate-identity - release.yml verify-cert-identity - tests/test_signing.py FIXTURE_IDENTITY (kept in lockstep with the workflow) - src/mcp_warden/precommit.py generated snippet (matches examples/pre-commit)
- Add top-level 'permissions: contents: read' to integrity-gate, action-test, and examples workflows; per-job id-token/security-events overrides preserved. - Add concurrency groups (workflow+ref, cancel-in-progress) to integrity-gate, action-test, examples, and deps-locked, mirroring docs.yml. - Batch dependabot github-actions bumps into a single grouped PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The repo was transferred from `ernestprovo23` to `DataScience-EngineeringExperts`. ~50 stale references remained, and the sigstore cert-identity mismatch is currently breaking CI (the OIDC SAN now reflects the new org, so `--certificate-identity` verification fails with "Certificate's SANs do not match").
Part A — Org migration (correctness; gets main green)
Part B — CI hardening
Verification
🤖 Generated with Claude Code