From 5a6c152e0ff3bb78090ae2b4a5f138951603708f Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 19 Jul 2024 07:25:16 +0200 Subject: [PATCH] Ignore issues reported by CodeQL for modeler_min.js CodeQL reports 1010 issues with severities ranging from `High` to `Note` for Kitodo/src/main/webapp/WEB-INF/resources/js/modeler_min.js. These issues hide issues in the Kitodo code and should therefore be dealt with separately. Signed-off-by: Stefan Weil --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index be469dc888e..eec62222ca9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -15,6 +15,8 @@ on: push: pull_request: branches: [ master ] + paths-ignore: + - 'Kitodo/src/main/webapp/WEB-INF/resources/js/modeler_min.js' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: