Skip to content

Commit 86c576c

Browse files
committed
Limit CodeQL workflow to security queries
1 parent 7effd89 commit 86c576c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v6
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
@@ -50,7 +50,7 @@ jobs:
5050
# Prefix the list here with "+" to use these queries and those in the config file.
5151

5252
# 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
53-
queries: security-extended,security-and-quality
53+
queries: security-extended
5454

5555

5656
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).

0 commit comments

Comments
 (0)