Skip to content

Commit f146f74

Browse files
committed
Rename to coding-standards-codeql-packs
1 parent 6617141 commit f146f74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/code-scanning-pack-gen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,5 @@ jobs:
127127
- name: Upload qlpack bundles
128128
uses: actions/upload-artifact@v4
129129
with:
130-
name: coding-standards-qlpacks
130+
name: coding-standards-codeql-packs
131131
path: '*-coding-standards.tgz'

scripts/release/release-layout.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ layout:
1010
- workflow-artifact:
1111
name: "Code Scanning Query Pack Generation"
1212
artifact: code-scanning-cpp-query-pack.zip
13-
coding-standards-qlpacks.zip:
13+
coding-standards-codeql-packs.zip:
1414
- workflow-artifact:
1515
name: "Code Scanning Query Pack Generation"
16-
artifact: coding-standards-qlpacks
16+
artifact: coding-standards-codeql-packs
1717
supported_rules_list.csv:
1818
- shell: |
1919
python ${{ coding-standards.root }}/scripts/release/create_supported_rules_list.py --csv > supported_rules_list.csv

0 commit comments

Comments
 (0)