Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: [ go, python ]
language: [ actions, go, python ]
Copy link

Copilot AI Jul 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 'actions' language is not listed in the CodeQL supported languages comment on line 25. Consider updating the comment to reflect that 'actions' is also supported, or verify that 'actions' is a valid CodeQL language as it's not mentioned in the existing documentation comment.

Suggested change
language: [ actions, go, python ]
language: [ go, python ]

Copilot uses AI. Check for mistakes.
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ]
# Learn more about CodeQL language support at https://git.io/codeql-language-support

Expand Down