Ignore a file in codeql config (#46802)
This commit is contained in:
7
.github/workflows/codeql.yml
vendored
7
.github/workflows/codeql.yml
vendored
@@ -33,10 +33,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
|
||||
- uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5
|
||||
- uses: github/codeql-action/init@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
|
||||
with:
|
||||
languages: javascript # comma separated list of values from {go, python, javascript, java, cpp, csharp, ruby}
|
||||
- uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5
|
||||
config: |
|
||||
paths-ignore:
|
||||
- 'src/open-source/scripts/add-pr-links.js'
|
||||
- uses: github/codeql-action/analyze@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
|
||||
continue-on-error: true
|
||||
|
||||
- uses: ./.github/actions/slack-alert
|
||||
|
||||
Reference in New Issue
Block a user