Skip to content

Commit 77fb5ba

Browse files
authored
Tweaks code scanning configuration
1 parent 60bde96 commit 77fb5ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: "Code scanning - action"
22

33
on:
4-
push:
54
pull_request:
65
schedule:
76
- cron: '0 14 * * 3'
@@ -28,8 +27,8 @@ jobs:
2827
- name: Initialize CodeQL
2928
uses: github/codeql-action/init@v1
3029
# Override language selection by uncommenting this and choosing your languages
31-
with:
32-
languages: go
30+
# with:
31+
# languages: go
3332

3433
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
3534
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)