From b4a8cfa05c4721a2ab1d069f3e1dfea5aa746ab0 Mon Sep 17 00:00:00 2001 From: Marco Gario Date: Thu, 17 Sep 2020 13:42:19 +0200 Subject: [PATCH] Add instructions --- .github/workflows/split.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/split.yml b/.github/workflows/split.yml index 6f84b45c0..23cb95eee 100644 --- a/.github/workflows/split.yml +++ b/.github/workflows/split.yml @@ -1,3 +1,16 @@ +# +# Split the CodeQL Bundle into language-platform bundles +# +# Instructions: +# 1. Upload the new codeql-bundle (codeql-bundle.tar.gz) as an asset of the +# release (codeql-bundle-20200826) +# 2. Take note of the CLI Release used by the bundle (e.g., v2.2.5) +# 3. Manually launch this workflow file (via the Actions UI) specifying +# - The CLI Release (e.g., v2.2.5) +# - The release tag (codeql-bundle-20200826) +# 4. If everything succeeds you should see 21 new assets. +# + name: Split Bundle on: