We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944b794 commit 9fd84f1Copy full SHA for 9fd84f1
1 file changed
.github/workflows/codeql-analysis.yml
@@ -53,8 +53,11 @@ jobs:
53
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
+
+ #- name: Autobuild
58
+ # uses: github/codeql-action/autobuild@v1
59
60
61
62
# ℹ️ Command-line programs to run using the OS shell.
63
# 📚 https://git.io/JvXDl
@@ -63,9 +66,9 @@ jobs:
66
# and modify them (or add more) to build your code if your project
64
67
# uses a compiled language
65
68
- #- run: |
- # make bootstrap
- # make release
69
+ - run: |
70
+ make bootstrap
71
+ make release
72
73
- name: Perform CodeQL Analysis
74
uses: github/codeql-action/analyze@v1
0 commit comments