Skip to content

Commit 230da0f

Browse files
Merge branch 'main' into fix/copilot-chat-variable
2 parents 0739514 + 15adf7c commit 230da0f

File tree

533 files changed

+5405
-3263
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

533 files changed

+5405
-3263
lines changed

.github/actions/install-cocofix/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ runs:
1818
npm install --no-save \
1919
'--@github:registry=https://npm.pkg.github.com' \
2020
'--//npm.pkg.github.com/:_authToken=${TOKEN}' \
21-
@github/cocofix
21+
@github/cocofix codeql-ts

.github/workflows/generate-code-scanning-query-lists.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
8888
- name: Build code scanning query list
8989
run: |
90-
for lang in "cpp" "csharp" "go" "java" "javascript" "python" "ruby" "swift"; do
90+
for lang in "actions" "cpp" "csharp" "go" "java" "javascript" "python" "ruby" "swift"; do
9191
echo "Generating code scanning query list for $lang"
9292
npm run generate-code-scanning-query-list -- \
9393
--verbose \
205 KB
Loading
103 KB
Loading
117 KB
Loading
53 KB
Loading
101 KB
Loading
38.8 KB
Loading
138 KB
Loading
39.4 KB
Loading

0 commit comments

Comments
 (0)