Skip to content

Commit f78646e

Browse files
authored
Update codeql.yml
1 parent e0dde0a commit f78646e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ name: "CodeQL Advanced"
1414
on:
1515
push:
1616
branches: [ "main" ]
17-
pull_request:
18-
branches: [ "main" ]
1917

2018
jobs:
2119
analyze:
@@ -41,8 +39,6 @@ jobs:
4139
fail-fast: false
4240
matrix:
4341
include:
44-
- language: actions
45-
build-mode: none
4642
- language: rust
4743
build-mode: none
4844
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
@@ -74,7 +70,7 @@ jobs:
7470
# Prefix the list here with "+" to use these queries and those in the config file.
7571

7672
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
77-
# queries: security-extended,security-and-quality
73+
queries: security-extended,security-and-quality
7874

7975
# If the analyze step fails for one of the languages you are analyzing with
8076
# "We were unable to automatically build your code", modify the matrix above

0 commit comments

Comments
 (0)