Skip to content

Commit 9fd84f1

Browse files
authored
Update codeql-analysis.yml
1 parent 944b794 commit 9fd84f1

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,11 @@ jobs:
5353

5454
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555
# 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
56+
57+
#- name: Autobuild
58+
# uses: github/codeql-action/autobuild@v1
59+
60+
5861

5962
# ℹ️ Command-line programs to run using the OS shell.
6063
# 📚 https://git.io/JvXDl
@@ -63,9 +66,9 @@ jobs:
6366
# and modify them (or add more) to build your code if your project
6467
# uses a compiled language
6568

66-
#- run: |
67-
# make bootstrap
68-
# make release
69+
- run: |
70+
make bootstrap
71+
make release
6972
7073
- name: Perform CodeQL Analysis
7174
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)