Skip to content

Commit 2587fcb

Browse files
authored
Merge pull request #119 from microsoft/brittneek-patch-2
Update codeql.yml
2 parents 8adbf48 + 19716fa commit 2587fcb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ "master" ]
16+
branches: [ "main" ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ "master" ]
19+
branches: [ "main" ]
2020
schedule:
2121
- cron: '17 11 * * 0'
2222

@@ -38,7 +38,7 @@ jobs:
3838
strategy:
3939
fail-fast: false
4040
matrix:
41-
language: [ 'csharp', 'javascript-typescript', 'python' ]
41+
language: [ 'python' ]
4242
# CodeQL supports [ 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'swift' ]
4343
# Use only 'java-kotlin' to analyze code written in Java, Kotlin or both
4444
# Use only 'javascript-typescript' to analyze code written in JavaScript, TypeScript or both
@@ -74,8 +74,8 @@ jobs:
7474

7575
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
7676
# If this step fails, then you should remove it and run the build manually (see below)
77-
- name: Autobuild
78-
uses: github/codeql-action/autobuild@v2
77+
# - name: Autobuild
78+
# uses: github/codeql-action/autobuild@v2
7979

8080
# ℹ️ Command-line programs to run using the OS shell.
8181
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun

0 commit comments

Comments
 (0)