Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit b802853

Browse files
committed
Improved code scanning 🚀
1 parent 9fc8bcd commit b802853

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,34 +18,11 @@ jobs:
1818
# We must fetch at least the immediate parents so that if this is
1919
# a pull request then we can checkout the head.
2020
fetch-depth: 2
21-
2221
# If this run was triggered by a pull request event, then checkout
2322
# the head of the pull request instead of the merge commit.
2423
- run: git checkout HEAD^2
2524
if: ${{ github.event_name == 'pull_request' }}
26-
27-
# Initializes the CodeQL tools for scanning.
2825
- name: Initialize CodeQL
2926
uses: github/codeql-action/init@v1
30-
# Override language selection by uncommenting this and choosing your languages
31-
# with:
32-
# languages: go, javascript, csharp, python, cpp, java
33-
34-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
35-
# If this step fails, then you should remove it and run the build manually (see below)
36-
- name: Autobuild
37-
uses: github/codeql-action/autobuild@v1
38-
39-
# ℹ️ Command-line programs to run using the OS shell.
40-
# 📚 https://git.io/JvXDl
41-
42-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
43-
# and modify them (or add more) to build your code if your project
44-
# uses a compiled language
45-
46-
#- run: |
47-
# make bootstrap
48-
# make release
49-
5027
- name: Perform CodeQL Analysis
5128
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)