Skip to content

chore: Custom CodeQL Setup#90

Merged
DylanDevelops merged 1 commit intomainfrom
ravel/fix-codeql-workflow
Mar 19, 2026
Merged

chore: Custom CodeQL Setup#90
DylanDevelops merged 1 commit intomainfrom
ravel/fix-codeql-workflow

Conversation

@DylanDevelops
Copy link
Owner

Pull Request Checklist

  • I have read and followed the contribution guidelines.
  • My pull request targets the main branch of tmpo.
  • I have tested these changes locally on my machine.

Description

This pull request introduces a new GitHub Actions workflow to enable automated CodeQL analysis for Go code in the repository. The workflow is triggered on pushes and pull requests to the main branch, as well as on a weekly schedule.

Security and code quality automation:

  • Added .github/workflows/codeql.yml to configure CodeQL analysis for Go, including initialization, build, and analysis steps.
  • Set workflow triggers for push, pull request, and weekly scheduled runs to ensure regular security scanning.
  • Defined permissions for reading contents and writing security events to support CodeQL reporting.

Add .github/workflows/codeql.yml to run GitHub CodeQL analysis for the Go codebase. The workflow triggers on pushes and pull requests to main and weekly via cron, sets read/write permissions for contents and security events, sets up Go 1.25, initializes CodeQL, builds the project (go build ./...) and performs the analysis to automate regular security scanning.
@DylanDevelops DylanDevelops merged commit b39a739 into main Mar 19, 2026
5 checks passed
@DylanDevelops DylanDevelops deleted the ravel/fix-codeql-workflow branch March 19, 2026 02:22
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