From 1aeb7665e7a44197902c1248974e23696a0cdb50 Mon Sep 17 00:00:00 2001
From: Robert <robertbrignull@github.com>
Date: Tue, 7 Jul 2020 10:24:41 +0100
Subject: [PATCH 1/2] Add workflow_dispatch event

---
 .github/workflows/update-release-branch.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/update-release-branch.yml b/.github/workflows/update-release-branch.yml
index 6815ac3cf..f0abef5be 100644
--- a/.github/workflows/update-release-branch.yml
+++ b/.github/workflows/update-release-branch.yml
@@ -7,6 +7,7 @@ on:
     # curl -H "Authorization: Bearer <token>" -X POST https://api.github.com/repos/github/codeql-action/dispatches -d '{"event_type":"update-release-branch"}'
     # Replace <token> with a personal access token from this page: https://github.com/settings/tokens
     types: [update-release-branch]
+  workflow_dispatch:
 
 jobs:
   update:

From 8d908eeab3fed15e2964d26cf25d7a55019bfa4a Mon Sep 17 00:00:00 2001
From: Robert <robertbrignull@github.com>
Date: Tue, 7 Jul 2020 13:09:32 +0100
Subject: [PATCH 2/2] Update codeql-config.yml

---
 .github/codeql/codeql-config.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml
index 1a3d79a79..9fbd57084 100644
--- a/.github/codeql/codeql-config.yml
+++ b/.github/codeql/codeql-config.yml
@@ -10,4 +10,5 @@ queries:
   - uses: security-extended
   - uses: security-and-quality
 paths-ignore:
-  - tests
\ No newline at end of file
+  - tests
+  - lib