Skip to content

Commit b2feea8

Browse files
authored
Update codeql.yml
1 parent f0e0f76 commit b2feea8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v3
6161

6262
# Add any setup steps before running the `github/codeql-action/init` action.
6363
# This includes steps like installing compilers or runtimes (`actions/setup-node`
@@ -67,7 +67,7 @@ jobs:
6767

6868
# Initializes the CodeQL tools for scanning.
6969
- name: Initialize CodeQL
70-
uses: github/codeql-action/init@v4
70+
uses: github/codeql-action/init@v3
7171
with:
7272
languages: ${{ matrix.language }}
7373
build-mode: ${{ matrix.build-mode }}
@@ -76,7 +76,7 @@ jobs:
7676
# Prefix the list here with "+" to use these queries and those in the config file.
7777

7878
# 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
79-
queries: security-extended,security-and-quality
79+
#queries: security-extended,security-and-quality
8080

8181
# If the analyze step fails for one of the languages you are analyzing with
8282
# "We were unable to automatically build your code", modify the matrix above
@@ -95,6 +95,6 @@ jobs:
9595
exit 1
9696
9797
- name: Perform CodeQL Analysis
98-
uses: github/codeql-action/analyze@v4
98+
uses: github/codeql-action/analyze@v3
9999
with:
100100
category: "/language:${{matrix.language}}"

0 commit comments

Comments
 (0)