Use setup-codeql action in bundle-from-toolcache check

This commit is contained in:
Michael B. Gale
2025-10-12 14:06:19 +01:00
parent e72fd9acb1
commit 80220dcd46
2 changed files with 4 additions and 6 deletions

View File

@@ -67,10 +67,9 @@ jobs:
if (allCodeqlVersions.length === 0) {
throw new Error(`CodeQL could not be found in the toolcache`);
}
- id: init
uses: ./../action/init
- id: setup-codeql
uses: ./../action/setup-codeql
with:
languages: javascript
tools: ${{ steps.prepare-test.outputs.tools-url }}
- name: Check CodeQL is installed within the toolcache
uses: actions/github-script@v8