build: update action dependencies - #27
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 54d022c9dd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
54d022c to
599bf19
Compare
599bf19 to
50d284a
Compare
Opengrep — new findings
Suppress findingsAdd a |
50d284a to
716b9db
Compare
Migrate the bundle to ESM so the current Actions toolkit packages can be bundled safely.
716b9db to
0527c54
Compare
|
@codex review |
|
Codex Review: Didn't find any major issues. 🎉 Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
Summary
@actions/http-clientand@actions/tool-cacheto v4, plus theirundicidependencyminimatch,brace-expansion, andjs-yamlentries.cjsso they remain loadable with"type": "module"The bundle remains committed under
dist/setup-temporal. ncc minification is disabled because it produces Node-invalid output for the current ESM dependency tree; the build removes generated trailing whitespace so the bundle-freshness check remains clean.Validation
npm cinpm run lintnpm run format:checknpm run buildtwice, with identical generated outputnode --check dist/setup-temporal/index.jsgit diff --checkStack
Base: #26 (
automate-action-releases). Merge after #26; GitHub will retarget it tomain.