Is this repository still maintained?
Why it matters
A dependency nobody commits to will not get a fix when the next vulnerability is found in it.
How to fix it
What to do: If the project is active, commit regularly.
If the project is complete, archive it:
# Create a simple maintenance commit:
git commit --allow-empty -m "chore: maintenance update"
git push
# Or set up a dependency bot to open PRs weekly,
# which counts as repository activity.
If the project is complete, archive it:
GitHub → Settings → Archive this repository
Does your repository pass this check?
Free for public GitHub repositories, no account needed. 50+ DevOps and security checks in about ten seconds.