Skip to content

Commit

Permalink
Update codeql.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yangxl88 authored Nov 15, 2024
1 parent 92f5cd1 commit b55e312
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ jobs:

# 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
queries: security-extended,security-and-quality
precision: low

# If the analyze step fails for one of the languages you are analyzing with
# "We were unable to automatically build your code", modify the matrix above
Expand All @@ -91,8 +92,8 @@ jobs:
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3

with:
precision: low
category: "/language:${{matrix.language}}"
# 第一步,将codeql生成数据库相关文件夹打包,/home/runner/work/_temp/codeql_databases 一般情况下为通用路径,有相关保存请查看日志查看数据生成语句存放位置
- name: Tar files
Expand Down

0 comments on commit b55e312

Please sign in to comment.