From ea1d9733fbad8fb8c0ca06e02732e21bb3368308 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 2 Oct 2023 00:22:27 +0200 Subject: [PATCH] bs: Add forgotten codeql.yml to EXTRA_DIST Add the forgotten file .github/workflows/codeql.yml to EXTRA_DIST should fix "make distcheck". --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index 19a20c2..daf5908 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -496,6 +496,7 @@ EXTRA_DIST += testbuild-all EXTRA_DIST += .gitignore EXTRA_DIST += .github/workflows/beep-build.yml +EXTRA_DIST += .github/workflows/codeql.yml .PHONY: clean clean: