Skip to content

Commit 49ecd25

Browse files
committed
CI: cleanup
1 parent 4aaf36c commit 49ecd25

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/codeql.yaml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,11 @@ jobs:
3030
with:
3131
languages: ${{ matrix.language }}
3232
config-file: ./.github/codeql/codeql-config.yaml
33-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
33+
# Autobuild attempts to build any compiled languages (C/C++, C#, Java, etc).
3434
# If this step fails, then you should remove it and run the build manually (see below)
35-
- name: Autobuild
36-
uses: github/codeql-action/autobuild@v3
37-
3835
# ℹ️ Command-line programs to run using the OS shell.
3936
# 📚 https://git.io/JvXDl
40-
41-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
42-
# and modify them (or add more) to build your code if your project
43-
# uses a compiled language
44-
45-
#- run: |
46-
# make bootstrap
47-
# make release
48-
37+
- name: Autobuild
38+
uses: github/codeql-action/autobuild@v3
4939
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@v3
40+
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)