From dd4ed00c370acbae83e0239d73bc18d1353a212e Mon Sep 17 00:00:00 2001 From: Connor Peet Date: Mon, 25 Sep 2023 20:31:01 -0700 Subject: [PATCH] eng: mark the patch application file as being generated (#194047) --- CodeQL.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/CodeQL.yml b/CodeQL.yml index eecb813a96f9a..ca99d172935b6 100644 --- a/CodeQL.yml +++ b/CodeQL.yml @@ -21,6 +21,7 @@ path_classifiers: - "out-build" - "out-vscode" - "**/out/**" + - ".build/distro/cli-patches/index.js" # The default behavior is to tag library code as `library`. Results are hidden # for library code. You can tag further files as being library code by adding them