Code scan fix#287
Closed
Ma11hewThomas wants to merge 3 commits into
Closed
Conversation
Update direct dep: - glob: 11.0.3 → 11.1.0 Add npm overrides for nested transitive security patches: - ajv@^6: 6.12.6 → 6.14.0 - minimatch@^3: 3.1.2 → 3.1.5 - js-yaml@^3: 3.14.1 → 3.14.2 - lodash@^4: 4.17.21 → 4.17.23 - glob@^10: 10.4.5 → 10.5.0 (archiver-utils) Skipped: @octokit/request-error 2.x → 5.x @actions/artifact nests @octokit/core@3.6.0 which was built against the 2.x API; forcing a major version override would break artifact upload/download at runtime.
v5.0.3 is the latest CommonJS-compatible release. v6+ switched to pure ESM which is incompatible with @vercel/ncc bundler. Changes: - @actions/artifact: 2.3.2 → 5.0.3 Eliminates nested @octokit/request-error@2.1.0 (CVE fix). v5 depends directly on @octokit/request-error@^5.1.1. - Add src/__mocks__/actions-artifact.ts v5's @actions/artifact has an updated internal octokit stack that Jest (CJS) needed a mock for; follows existing mock pattern. - package.json: add @actions/artifact mock to moduleNameMapper Skipped v6+ (ESM-only, incompatible with ncc bundler).
build-and-test: Run #1520
🎉 All tests passed!Github Test Reporter by CTRF 💚 |
43541b9 to
f9efe56
Compare
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.
No description provided.