Conversation
There was a problem hiding this comment.
Pull request overview
Synchronizes GitHub workflow/tooling configuration from the source repository to keep CI dependencies current and to make Nancy security scans resilient to OSS Index rate limiting.
Changes:
- Updated
goreleaser/goreleaser-actionpin to v7.2.1 in the compositesetup-goreleaseraction. - Bumped mage-x and related tool version environment variables.
- Added OSS Index rate-limit detection for Nancy scans, marking runs as
rate-limited(warning/inconclusive) instead of failing CI, with remediation guidance in annotations and job summary.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/fortress.yml | Updates GoFortress workflow header version/release metadata. |
| .github/workflows/fortress-security-scans.yml | Adds rate-limit handling + warning annotations/summary messaging for Nancy OSS Index throttling. |
| .github/env/10-mage-x.env | Bumps mage-x, goreleaser, and mage version pins. |
| .github/actions/setup-goreleaser/action.yml | Updates goreleaser-action pin used for GoReleaser installation on cache miss. |
💡 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.
What Changed
goreleaser/goreleaser-actionfrom commite24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c(v7.1.0) to1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8(v7.2.1) in.github/actions/setup-goreleaser/action.ymlMAGE_X_VERSIONfromv1.20.15tov1.20.16in.github/env/10-mage-x.envMAGE_X_GORELEASER_VERSIONfromv2.15.3tov2.15.4in.github/env/10-mage-x.envMAGE_X_MAGE_VERSIONfromv1.17.1tov1.17.2in.github/env/10-mage-x.env.github/workflows/fortress-security-scans.ymland.github/workflows/fortress.yml- when OSS Index rate-limits requests, the scan is now marked asrate-limitedinstead of failing CI, with instructions to configureOSSI_USERNAMEandOSSI_TOKENsecretsWhy It Was Necessary
Testing Performed
Impact / Risk