build(deps): bump GitHub Actions to latest SHA-pinned versions and supertest to 6.3.4 - #264
Merged
Conversation
…pertest to 6.3.4 - actions/checkout to v7.0.1, SHA pinned - coverallsapp/github-action from master to v2.3.8, SHA pinned - github/codeql-action to v4.37.4, SHA pinned - ossf/scorecard-action to v2.4.4, SHA pinned - supertest from 6.1.6 to 6.3.4 (same major)
supertest 6.2.0+ pulls in superagent 7/8, which ships modern syntax and uses TextEncoder, breaking the CI matrix on Node.js <= 12.
bjohansebas
approved these changes
Aug 2, 2026
UlisesGascon
approved these changes
Aug 24, 2026
Merged
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.
Closes #263
GitHub Actions
All actions across the three workflows are now at their latest release and pinned to full commit SHAs (with the version noted in a trailing comment):
actions/checkoutv6.0.3(tag) /df4cb1cv4.1.23d3c42e# v7.0.1coverallsapp/github-actionmaster(unpinned)8d6379e# v2.3.8github/codeql-action/*v4.36.1(tag) /8ed7f7cv2.23.2f205ea1# v4.37.4ossf/scorecard-action4eaacf0v2.4.32d11466# v2.4.4actions/upload-artifact043fb46v7.0.1Notably,
coverallsapp/github-actionwas floating onmaster; it is now pinned to v2.3.8 (its inputsgithub-token,flag-name,parallel,parallel-finishedare all still supported in v2).npm dependencies
No updates possible. All dependencies (
handlebars,walk,eslint,eslint-plugin-markdown,mocha,nyc,rimraf,supertest) are already at the latest version compatible with the CI matrix:supertest6.2.0+ (still 6.x) bumpssuperagentto 7/8, which usesTextEncoderand modern syntax, breaking Node.js <= 12 — so it stays at 6.1.6.Verification
npm test: 30 passing, 19 pendingnpm run lint: clean