chore: OSS maintenance — enable Dependabot (gomod + github-actions)#35
Merged
Conversation
Adds weekly Dependabot version + security update checks for Go modules and GitHub Actions, with chore(deps) Conventional Commit prefixes.
Weekly + push/PR CodeQL analysis with least-privilege permissions. Actions pinned to full commit SHAs, matching the repo's existing convention.
tecli already has CodeQL *default setup* enabled at the repo level, and an
advanced workflow cannot coexist with it ("CodeQL analyses from advanced
configurations cannot be processed when the default setup is enabled").
Go code scanning should instead be enabled by adding the 'go' language to
the existing default setup (Settings -> Code security -> CodeQL default
setup), which is a repo-settings change, not a workflow file. This PR now
ships only the Dependabot configuration.
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.
Summary
Routine OSS-hygiene hardening from a maintenance audit. No source code touched.
build(deps)—.github/dependabot.yml: weekly Dependabot version + security updates forgomodandgithub-actions, usingchore(deps)Conventional Commit prefixes.CodeQL — handled via repo settings instead
This PR originally added an advanced CodeQL workflow, but tecli already has CodeQL default setup enabled at the repo level (currently analyzing
actionsonly). An advanced workflow cannot coexist with default setup, so the workflow has been removed from this PR.Recommended follow-up (repo settings, maintainer action): add the
golanguage under Settings → Code security → CodeQL default setup to get Go code scanning without a workflow file.Checklist
No branch protections or security settings were changed.