translate-tools / linguist

Translate web pages, highlighted text, Netflix subtitles, private messages, speak the translated text, and save important translations to your personal dictionary to learn words even offline

Home Page:https://linguister.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update CodeQL version in CI config

vitonsky opened this issue · comments

CI logs have a warning

This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/

We should update CodeQL vesrion in codeql-analysis.yml

Hmm... What're your thoughts on removing codeql-analysis.yml altogether, and enabling it via the repository settings, instead?

image

https://github.com/hamirmahal/FilmFinder/ doesn't have a codeql-analysis.yml file, but it still has CodeQL checks run occasionally, anyway.

image

https://github.com/hamirmahal/FilmFinder/tree/main/.github/workflows

I just found out that we can run CodeQL with no config and it will auto detect most suitable config. I will try it on days, thanks!

You're welcome!