Skip to content

Commit ac90696

Browse files
committed
Update CodeQL Analysis file
1 parent 2bd55f6 commit ac90696

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,28 @@
1-
name: "Code scanning - action"
1+
name: "CodeQL Analysis"
22

33
on:
44
push:
55
schedule:
66
- cron: '0 2 * * 3'
77

88
jobs:
9-
CodeQL-Build:
9+
codeql-build:
10+
name: CodeQL Build
1011

1112
strategy:
1213
fail-fast: false
1314

14-
# CodeQL runs on ubuntu-latest and windows-latest
1515
runs-on: ubuntu-latest
1616

1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@v2
2020

21-
# Initializes the CodeQL tools for scanning.
2221
- name: Initialize CodeQL
2322
uses: github/codeql-action/init@v1
24-
# Override language selection by uncommenting this and choosing your languages
25-
# with:
26-
# languages: go, javascript, csharp, python, cpp, java
2723

28-
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
29-
# If this step fails, then you should remove it and run the build manually (see below)
3024
- name: Autobuild
3125
uses: github/codeql-action/autobuild@v1
3226

33-
# ℹ️ Command-line programs to run using the OS shell.
34-
# 📚 https://git.io/JvXDl
35-
36-
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
37-
# and modify them (or add more) to build your code if your project
38-
# uses a compiled language
39-
40-
#- run: |
41-
# make bootstrap
42-
# make release
43-
4427
- name: Perform CodeQL Analysis
4528
uses: github/codeql-action/analyze@v1

0 commit comments

Comments
 (0)