Skip to content

ci: pin document deploy workflow actions to immutable SHAs#305

Open
grtninja wants to merge 1 commit intomicrosoft:pre-releasefrom
grtninja:codex/ci-pin-document-deploy-actions
Open

ci: pin document deploy workflow actions to immutable SHAs#305
grtninja wants to merge 1 commit intomicrosoft:pre-releasefrom
grtninja:codex/ci-pin-document-deploy-actions

Conversation

@grtninja
Copy link
Copy Markdown

Summary

  • pin the two floating actions in .github/workflows/document_deploy.yml to immutable SHAs
  • preserve the existing MkDocs deploy behavior and workflow scope
  • keep the change one-file and targeted to pre-release per the contributor guide

Validation

  • git diff --check
  • python -c "import pathlib, yaml; p=pathlib.Path(r'.github/workflows/document_deploy.yml'); yaml.safe_load(p.read_text(encoding='utf-8')); print('yaml_ok', p)"
  • final exact-file overlap recheck on open pre-release PRs found no other open PR touching .github/workflows/document_deploy.yml

Notes

  • contributor guidance says PRs should target pre-release, and this PR follows that
  • this is a one-file workflow hardening pass only; no runtime or docs changes
  • prepared with AI assistance and manually validated before submission

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.

1 participant