Add public changelog blog post link

This commit is contained in:
Angela P Wen 2025-01-10 08:52:16 -08:00
parent 03d573167f
commit 8d2753b250
4 changed files with 4 additions and 4 deletions

2
lib/util.js generated
View file

@ -867,7 +867,7 @@ function checkActionVersion(version, githubVersion) {
core.error("CodeQL Action major versions v1 and v2 have been deprecated. " +
"Please update all occurrences of the CodeQL Action in your workflow files to v3. " +
"For more information, see " +
"https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/");
"https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/");
// set LOG_VERSION_DEPRECATION env var to prevent the warning from being logged multiple times
core.exportVariable(environment_1.EnvVar.LOG_VERSION_DEPRECATION, "true");
}

File diff suppressed because one or more lines are too long