Skip to content

CI: Add CodeQL workflow for GitHub Actions security scanning#2

Open
kevinjqliu wants to merge 2 commits intomainfrom
add-codeql-workflow
Open

CI: Add CodeQL workflow for GitHub Actions security scanning#2
kevinjqliu wants to merge 2 commits intomainfrom
add-codeql-workflow

Conversation

@kevinjqliu
Copy link
Copy Markdown
Owner

This adds a CodeQL workflow to scan GitHub Actions workflow files for security issues such as script injection, use of untrusted input, and other misconfigurations.

Reference: https://github.blog/security/application-security/how-to-secure-your-github-actions-workflows-with-codeql/

Triggers:

  • Push and PR to main
  • Weekly scheduled scan (Mondays at 4:16 UTC)

This is based on Apache Infra recommendation,

IMPORTANT! You should enable CodeQL "actions" scanning in your repositories as described in https://github.blog/security/application-security/how-to-secure-your-github-actions-workflows-with-codeql/ - this will scan and flag those issues described below and many more automatically for you


This PR was generated by https://gist.github.com/kevinjqliu/97d24733c7b75cd92b68bf8f5b247891

@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@kevinjqliu kevinjqliu closed this Mar 2, 2026
@kevinjqliu kevinjqliu force-pushed the add-codeql-workflow branch from 99a3db8 to 2208665 Compare March 2, 2026 19:00
@kevinjqliu kevinjqliu reopened this Mar 2, 2026
@kevinjqliu kevinjqliu force-pushed the add-codeql-workflow branch from 3c2bfc4 to 0c1499c Compare March 2, 2026 19:07
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