File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,5 +127,5 @@ jobs:
127
127
- name : Upload qlpack bundles
128
128
uses : actions/upload-artifact@v4
129
129
with :
130
- name : coding-standards-qlpacks
130
+ name : coding-standards-codeql-packs
131
131
path : ' *-coding-standards.tgz'
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ layout:
10
10
- workflow-artifact :
11
11
name : " Code Scanning Query Pack Generation"
12
12
artifact : code-scanning-cpp-query-pack.zip
13
- coding-standards-qlpacks .zip :
13
+ coding-standards-codeql-packs .zip :
14
14
- workflow-artifact :
15
15
name : " Code Scanning Query Pack Generation"
16
- artifact : coding-standards-qlpacks
16
+ artifact : coding-standards-codeql-packs
17
17
supported_rules_list.csv :
18
18
- shell : |
19
19
python ${{ coding-standards.root }}/scripts/release/create_supported_rules_list.py --csv > supported_rules_list.csv
You can’t perform that action at this time.
0 commit comments