Skip to content

Commit e007132

Browse files
authored
Remove strategy, remove autobuild
1 parent 0a86be0 commit e007132

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ on:
88
jobs:
99
CodeQL-Build:
1010

11-
strategy:
12-
fail-fast: false
13-
1411

1512
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
1613
runs-on: ubuntu-latest
@@ -26,21 +23,5 @@ jobs:
2623
# with:
2724
# languages: go, javascript, csharp, python, cpp, java
2825

29-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
30-
# If this step fails, then you should remove it and run the build manually (see below).
31-
- name: Autobuild
32-
uses: github/codeql-action/autobuild@v1
33-
34-
# ℹ️ Command-line programs to run using the OS shell.
35-
# 📚 https://git.io/JvXDl
36-
37-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
38-
# and modify them (or add more) to build your code if your project
39-
# uses a compiled language
40-
41-
#- run: |
42-
# make bootstrap
43-
# make release
44-
4526
- name: Perform CodeQL Analysis
4627
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)