Skip to content

chore: OSS maintenance — enable Dependabot (gomod + github-actions)#35

Merged
valter-silva-au merged 3 commits into
mainfrom
chore/oss-maintenance-20260606
Jun 7, 2026
Merged

chore: OSS maintenance — enable Dependabot (gomod + github-actions)#35
valter-silva-au merged 3 commits into
mainfrom
chore/oss-maintenance-20260606

Conversation

@valter-silva-au

@valter-silva-au valter-silva-au commented Jun 6, 2026

Copy link
Copy Markdown
Contributor

Summary

Routine OSS-hygiene hardening from a maintenance audit. No source code touched.

  • build(deps).github/dependabot.yml: weekly Dependabot version + security updates for gomod and github-actions, using chore(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 actions only). 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 go language under Settings → Code security → CodeQL default setup to get Go code scanning without a workflow file.

Checklist

  • Dependabot — gomod + github-actions
  • CodeQL (Go) — to be enabled via default setup in repo settings

No branch protections or security settings were changed.

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.
@valter-silva-au valter-silva-au changed the title chore: OSS maintenance — Dependabot + CodeQL hardening chore: OSS maintenance — enable Dependabot (gomod + github-actions) Jun 6, 2026
@valter-silva-au valter-silva-au merged commit 8d48378 into main Jun 7, 2026
3 checks passed
@valter-silva-au valter-silva-au deleted the chore/oss-maintenance-20260606 branch June 7, 2026 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant