Skip to content

Commit 6ce1562

Browse files
committed
use more normal id for codemod since downstream folks expect that
1 parent dd84751 commit 6ce1562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core-codemods/src/main/java/io/codemodder/codemods/codeql/CodeQLMavenSecureURLCodemod.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
/** Fixes issues reported under the id "java/maven/non-https-url". */
2929
@Codemod(
30-
id = "codeql:java/maven/non-https-url",
30+
id = "codeql:java/maven-non-https-url",
3131
reviewGuidance = ReviewGuidance.MERGE_WITHOUT_REVIEW,
3232
importance = Importance.MEDIUM,
3333
executionPriority = CodemodExecutionPriority.HIGH)

0 commit comments

Comments
 (0)