Skip to content

Commit a65b83a

Browse files
authored
Merge pull request #4146 from github/henrymercer/per-language-bundles-pr
Use per-language CodeQL bundles
2 parents a0cc010 + 07fa87d commit a65b83a

26 files changed

Lines changed: 2232 additions & 317 deletions

.github/workflows/__bundle-toolcache.yml

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__per-language-bundle-validation.yml

Lines changed: 164 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/codescanning-config-cli.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ jobs:
7575
uses: ./../action/.github/actions/check-codescanning-config
7676
with:
7777
expected-config-file-contents: "{}"
78-
languages: javascript
78+
# Request multiple languages so later checks can reuse the combined bundle.
79+
languages: javascript,python
7980
tools: ${{ steps.prepare-test.outputs.tools-url }}
8081

8182
- name: Packs from input

0 commit comments

Comments
 (0)