Skip to content

Commit

Permalink
try to fix weird codeql error
Browse files Browse the repository at this point in the history
  • Loading branch information
mm2 committed Jan 19, 2025
1 parent 08f4abb commit f05f1bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
# Override automatic language detection by changing the below list
# Supported options are ['csharp', 'cpp', 'go', 'java', 'javascript', 'python']
language: ['cpp']
# language: ['cpp']
# Learn more...
# https://docs.github.com/en/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#overriding-automatic-language-detection

Expand Down

4 comments on commit f05f1bb

@kleisauke
Copy link
Contributor

Choose a reason for hiding this comment

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

FWIW, I've reported the current CodeQL CI failures here: github/codeql-action#2701.

@mm2
Copy link
Owner Author

@mm2 mm2 commented on f05f1bb Jan 20, 2025

Choose a reason for hiding this comment

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

Thanks! I was getting crazy...

@kleisauke
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be fixed now. :)

@mm2
Copy link
Owner Author

@mm2 mm2 commented on f05f1bb Jan 24, 2025

Choose a reason for hiding this comment

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

Should be fixed now. :)

It is!
Thank you so much

Please sign in to comment.