chore: auto-audit hygiene fixes#759
Open
itsmylife wants to merge 7 commits into
Open
Conversation
Apply repo hygiene audit: - ensure plugin-ci-workflows ci.yml/cd.yml pinned at @ci-cd-workflows/v8.0.1 - ensure .npmrc / .yarnrc.yml match standard template - ensure package.json engines (node >=24, npm >=11.15.0 if npm) - ensure go.mod go directive at >= 1.26.3 (plugins only)
Contributor
|
TruffleHog Scan Results Summary: Found 1 potential secrets (0 verified, 1 unverified)
Review: Check if unverified secrets are false positives. Ignoring False Positives: This works for files that support line numbers (most source files). After adding the comment, push your changes and the scan will re-run. |
yarn@4.15.0 uses lockfile format v10; regenerate so the immutable install in CI no longer fails with YN0028. Pin node to 24.15.0.
aangelisc
reviewed
May 29, 2026
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.
Automated repo hygiene audit. This branch applies the following standard changes:
npx @grafana/create-plugin@latest update(separate commit).enginesinpackage.jsontonode >=24(andnpm >=11.15.0for npm-based repos), across everypackage.jsonoutsidenode_modules.go.modgo(andtoolchainif present) to1.26.3.packageManagertoyarn@4.15.0..yarnrc.ymlwith the standard template (enableScripts: false,npmMinimalAgeGate: 4320, etc.).Notes