Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Reformat with eslint
  • Loading branch information
mario-campos committed Nov 5, 2025
commit 74f662193b73595358758ec21164923494ca4704
4 changes: 1 addition & 3 deletions src/util.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,7 @@ for (const [
if (shouldReportError) {
t.true(
warningSpy.calledOnceWithExactly(
sinon.match(
"CodeQL Action v3 will be deprecated in December 2026.",
),
sinon.match("CodeQL Action v3 will be deprecated in December 2026."),
),
);
} else {
Expand Down
Loading