Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
nrbackback committed Nov 12, 2024
1 parent 51d034a commit 1c2606c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
fi
- name: "Run CodeQL Analysis"
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{ matrix.language }}"
3 changes: 3 additions & 0 deletions .github/workflows/ql/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ queries:
# - uses: security-experimental
# - uses: security-extended
- uses: security-and-quality
filters:
exclude:
- "go/path-injection" # 指定排除的规则
paths-ignore:
- tests
- lib

0 comments on commit 1c2606c

Please sign in to comment.