Skip to content

Add race detector, workflow linting, and CodeQL scanning#328

Merged
AndreyVMarkelov merged 1 commit into
masterfrom
feat/ci-hardening
Jul 4, 2026
Merged

Add race detector, workflow linting, and CodeQL scanning#328
AndreyVMarkelov merged 1 commit into
masterfrom
feat/ci-hardening

Conversation

@AndreyVMarkelov

@AndreyVMarkelov AndreyVMarkelov commented Jul 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add go test -race CI job to catch data races
  • Add actionlint job to validate GitHub Actions workflow syntax
  • Add CodeQL security scanning workflow (weekly + on push/PR to master)
  • Remove stale Go Report Card badge from README

Strengthen CI with go test -race, actionlint for workflow validation,
and GitHub CodeQL for automated vulnerability detection. Remove stale
Go Report Card badge.
@github-advanced-security

Copy link
Copy Markdown

You are seeing this message because GitHub Code Scanning has recently been set up for this repository, or this pull request contains the workflow file for the Code Scanning tool.

What Enabling Code Scanning Means:

  • The 'Security' tab will display more code scanning analysis results (e.g., for the default branch).
  • Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results.
  • You will be able to see the analysis results for the pull request's branch on this overview once the scans have completed and the checks have passed.

For more information about GitHub Code Scanning, check out the documentation.

@AndreyVMarkelov AndreyVMarkelov merged commit 1fd38ab into master Jul 4, 2026
13 checks passed
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.

2 participants