patch 8.2.1831: file missing from distribution

Problem:    File missing from distribution.
Solution:   Add the github code analyses file.
diff --git a/Filelist b/Filelist
index a094634..95ff37f 100644
--- a/Filelist
+++ b/Filelist
@@ -10,6 +10,7 @@
 		.travis.yml \
 		.cirrus.yml \
 		.github/workflows/ci-windows.yaml \
+		.github/workflows/codeql-analysis.yml \
 		.github/CODEOWNERS \
 		appveyor.yml \
 		ci/appveyor.bat \
diff --git a/src/version.c b/src/version.c
index 2577c14..b3cbf81 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1831,
+/**/
     1830,
 /**/
     1829,