Add instructions
This commit is contained in:
parent
7da583bcb3
commit
b4a8cfa05c
1 changed files with 13 additions and 0 deletions
13
.github/workflows/split.yml
vendored
13
.github/workflows/split.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue