ci: inline Temporal startup in PR workflows
loading diff…
.github/actions/start-temporal-dev-server/action.yml) was being invoked from PR workflows after Doppler/OIDC tokens were materialized, which allows PR-controlled repository content to execute with privileged CI environment variables.uses: ./.github/actions/start-temporal-dev-server with an inline run: | block that contains the exact Temporal dev-server startup, namespace creation, and readiness loop in three PR-facing workflows..github/actions/start-temporal-dev-server/action.yml so PR content can no longer change action metadata that would run after secrets are exported.uses: ./.github/actions/start-temporal-dev-server occurrences with rg, and the search returned no matches (success).YAML.load_file to ensure valid syntax (success).PyYAML validation but the environment lacked PyYAML so that particular check could not run (skipped/failure); actionlint was not available in the environment so that linter check was skipped.