Skip to content

Commit ba82f9b

Browse files
committed
Fix deprecation warning to reflect that v3 is not actually deprecated yet.
1 parent 5a9b49d commit ba82f9b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

lib/analyze-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/autobuild-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/resolve-environment-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/setup-codeql-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/upload-sarif-action.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/util.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ export function checkActionVersion(
11421142
))
11431143
) {
11441144
core.error(
1145-
"CodeQL Action major versions v1, v2, and v3 have been deprecated. " +
1145+
"CodeQL Action major versions v1, v2, and v3 have either been deprecated or will soon be deprecated. " +
11461146
"Please update all occurrences of the CodeQL Action in your workflow files to v4. " +
11471147
"For more information, see " +
11481148
"https://github.blog/changelog/2025-10-28-upcoming-deprecation-of-codeql-action-v3/",

0 commit comments

Comments
 (0)