Skip to content

gh: switch remediation bump to package pulling dep in recursively

1c6776b
Select commit
Loading
Failed to load commit list.
Merged

gh/2.83.1-r2: cve remediation #75109

gh: switch remediation bump to package pulling dep in recursively
1c6776b
Select commit
Loading
Failed to load commit list.
Octo STS / staging-autofix completed Dec 11, 2025 in 0s

Pull request does not have the "staging-autofix" label

package-version-check

The primary issue is a package version configuration check failure, indicating that the 'gh' package specified in 'gh.yaml' is outdated. This check resulted in a 'failure' conclusion, blocking further progress.

❌ Other error @ gh.yaml
Command:
package-version-check
Diagnostic:
package gh is outdated: current version 2.83.1, next version 2.83.2 (commit 560ea94fc7d63ab1f56ca47713599be5e8966fd3)
Log Snippets:
This provides the overall context of the failure, indicating it's a validation error and offering a way to bypass it.
## Package Version Configuration Check

❌ Found 1 validation error(s):

💡 To skip this check, apply the skip:package-version-check label to the PR.


This is the core error message detailing which package is outdated and the version discrepancy.
package gh is outdated: current version 2.83.1, next version 2.83.2 (commit 560ea94fc7d63ab1f56ca47713599be5e8966fd3)

This JSON block provides structured details about the check's conclusion, status, and the specific error found in 'gh.yaml'.


staging-package-version-check

The build failed due to an outdated package version for 'gh' detected by a package version configuration check.

❌ Other error @ gh.yaml
Diagnostic:
package gh is outdated: current version 2.83.1, next version 2.83.2 (commit 560ea94fc7d63ab1f56ca47713599be5e8966fd3)
Log Snippets:
Indicates the start of the package version validation process.
## Package Version Configuration Check

Highlights that a validation error was found.
❌ Found 1 validation error(s):

Provides a potential workaround or way to bypass the check.
💡 **To skip this check, apply the `skip:staging-package-version-check` label to the PR.**

The core error message indicating the outdated package and required version.
package gh is outdated: current version 2.83.1, next version 2.83.2 (commit 560ea94fc7d63ab1f56ca47713599be5e8966fd3)

Confirms the overall status of the check was a failure.
"conclusion": "failure"