Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Upgrade CodeQL and GitHub Actions #167

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DimitriPapadopoulos
Copy link
Contributor

CodeQL Action v1 will be deprecated on December 7th, 2022.

For more information, see:
https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/

CodeQL Action v1 will be deprecated on December 7th, 2022.

For more information, see:
https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/
@DimitriPapadopoulos
Copy link
Contributor Author

Indeed /Za appears to be incompatible with /std:c11, see /Za, /Ze (Disable Language Extensions):

The /Za compiler option disables and emits errors for Microsoft extensions to C that aren't compatible with ANSI C89/ISO C90.

See:
https://docs.microsoft.com/cpp/build/reference/za-ze-disable-language-extensions

	The /Za compiler option disables and emits errors for Microsoft
	extensions to C that aren't compatible with ANSI C89/ISO C90.

The /Za option is not compatible with /std:c11 for ISO C11 conformance
and /std:c17 for ISO C17 conformance.
@DimitriPapadopoulos DimitriPapadopoulos changed the title Upgrade CodeQL Action: v1 → v2 Upgrade CodeQL and GitHub Actions Sep 14, 2022
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