chore(ci): bump scan nox 1.3.1 -> 1.4.1 in shared go/js CI#30
Merged
Conversation
Keeps the security-scan nox in the reusable go-ci/js-ci workflows in step with the remediation workflow (also 1.4.1). Picks up scanner improvements from 1.4.0/1.4.1. sha256 verified against the v1.4.1 checksums.txt. Claude-Session: https://claude.ai/code/session_01Cr6YdzphmFF3NJqm7kSJom
There was a problem hiding this comment.
Pull request overview
This PR updates the default pinned nox binary version used by the reusable Go and JS CI workflows’ security scan jobs, keeping the shared CI scanners aligned with the already-updated remediation workflow.
Changes:
- Bump
nox-versiondefault from1.3.1to1.4.1ingo-ci.ymlandjs-ci.yml. - Update the corresponding
nox-sha256default to match thenox_1.4.1_linux_amd64.tar.gzrelease asset digest.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/js-ci.yml | Updates default nox version + sha256 used by the JS reusable security scan job. |
| .github/workflows/go-ci.yml | Updates default nox version + sha256 used by the Go reusable security scan job. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Bumps the pinned nox used by the security-scan job in the reusable
go-ci.ymlandjs-ci.ymlfrom 1.3.1 to 1.4.1, keeping it in step with the remediation workflow (already 1.4.1). sha256 verified against the v1.4.1checksums.txt.No behavior change for callers beyond a newer scanner. Every repo picks it up via
@main.https://claude.ai/code/session_01Cr6YdzphmFF3NJqm7kSJom