chore: upgrade GitHub Actions to current versions#491
Merged
JerrettDavis merged 1 commit intomainfrom Apr 18, 2026
Merged
Conversation
v0.5.1 runs on deprecated Node.js 20 and causes intermittent 'Value cannot be null (Parameter name)' errors when writing env vars. Pin to master SHA b944774 which uses node24, until v0.5.2 is released. Affects: .github/workflows/ci.yml, .github/workflows/pr-validation.yml Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
Dependency ReviewThe following issues were found:
License Issues.github/workflows/pr-validation.yml
OpenSSF Scorecard
Scanned Files
|
Contributor
Code Coverage |
Contributor
Test Results7 641 tests 7 622 ✅ 2m 25s ⏱️ Results for commit 0f29a84. |
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.
Summary
Upgrades
dotnet/nbgvfrom thev0.5.1tag (Node.js 20) to a SHA pin onmasterthat uses Node.js 24, resolving the intermittentValue cannot be null (Parameter 'name')error when the action writes empty-named variables to$GITHUB_ENV.Action Audit
dotnet/nbgvv0.5.1v0.5.1(tag) /b944774(master)actions/checkoutv6v6.0.2actions/setup-dotnetv5v5.2.0actions/upload-artifactv7v7.0.1actions/upload-pages-artifactv5v5.0.0actions/deploy-pagesv5v5.0.0actions/dependency-review-actionv4v4.9.0actions/labelerv6v6.0.1actions/stalev10v10.2.0actions/attest-sbomv4v4.1.0codecov/codecov-actionv6v6.0.0softprops/action-gh-releasev3v3.0.0github/codeql-actionv4docker/login-actionv4v4.1.0docker/metadata-actionv6v6.0.0docker/build-push-actionv7v7.1.0anchore/sbom-actionv0v0.24.0marocchino/sticky-pull-request-commentv3v3.0.4EnricoMi/publish-unit-test-result-actionv2v2.23.0codelytv/pr-size-labelerv1v1.10.4nbgv Node 24 Status
dotnet/nbgvhas not cut a new release with node24. Themasterbranch was updated tonode24but the latest tag (v0.5.1, released 2026-03-25) still usesnode20.Resolution: Pinned to full commit SHA
b944774b6878ef950cc14d1a72bf9c0ffafbb839(master HEAD as of 2026-04-18), which usesnode24. This is the standard security practice for referencing unreleased action changes. Oncev0.5.2(or later) is released with node24, the SHA should be swapped back to the tag.Files Changed
.github/workflows/ci.yml— nbgv step bumped to SHA.github/workflows/pr-validation.yml— nbgv step bumped to SHATest Plan
Value cannot be null (Parameter 'name')errors in nbgv steps🤖 Generated with Claude Code