Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13f34d1

Browse files
committed
Use setup-codeql action in bundle-from-toolcache check
1 parent 4f18f5a commit 13f34d1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/__bundle-from-toolcache.yml

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

pr-checks/checks/bundle-from-toolcache.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ steps:
1515
if (allCodeqlVersions.length === 0) {
1616
throw new Error(`CodeQL could not be found in the toolcache`);
1717
}
18-
- id: init
19-
uses: ./../action/init
18+
- id: setup-codeql
19+
uses: ./../action/setup-codeql
2020
with:
21-
languages: javascript
2221
tools: ${{ steps.prepare-test.outputs.tools-url }}
2322
- name: Check CodeQL is installed within the toolcache
2423
uses: actions/github-script@v8

0 commit comments

Comments
 (0)