DataDog / datadog-cloudformation-macro

CloudFormation Macros by Datadog
Apache License 2.0
14 stars 22 forks source link

[CONTSEC-707] Upgrade CodeQL Github Action to v2 #80

Closed ganeshkumarsv closed 1 year ago

ganeshkumarsv commented 1 year ago

The CodeQL Action v1 is scheduled to be deprecated by January 2023. No new updates will be made to v1, which means that new CodeQL analysis capabilities will only be available to users of v2.

Hence upgrading the version of CodeQL github actions to v2.

More info here: https://github.blog/changelog/2022-04-27-code-scanning-deprecation-of-codeql-action-v1/

Also upgrading actions/checkout version to v3 for: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12

What does this PR do?

Motivation

Testing Guidelines

Additional Notes

Types of changes

Check all that apply

DarcyRaynerDD commented 1 year ago

Thanks Ganesh.