File tree 1 file changed +3
-16
lines changed
1 file changed +3
-16
lines changed Original file line number Diff line number Diff line change 41
41
- name : Checkout repository
42
42
uses : actions/checkout@v2
43
43
44
- # Initializes the CodeQL tools for scanning.
45
44
- name : Initialize CodeQL
46
45
uses : github/codeql-action/init@v1
47
46
with :
51
50
# Prefix the list here with "+" to use these queries and those in the config file.
52
51
# queries: ./path/to/local/query, your-org/your-repo/queries@main
53
52
54
- # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
55
- # If this step fails, then you should remove it and run the build manually (see below)
56
- - name : Autobuild
57
- uses : github/codeql-action/autobuild@v1
58
-
59
- # ℹ️ Command-line programs to run using the OS shell.
60
- # 📚 https://git.io/JvXDl
61
-
62
- # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
63
- # and modify them (or add more) to build your code if your project
64
- # uses a compiled language
65
-
66
- # - run: |
67
- # make bootstrap
68
- # make release
53
+ - run : npm ci
54
+ - run : npm run build
55
+ - run : rm -rf dist # We want code scanning to analyze lib instead (individual .js files)
69
56
70
57
- name : Perform CodeQL Analysis
71
58
uses : github/codeql-action/analyze@v1
You can’t perform that action at this time.
0 commit comments