| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e5bf67f commit 2338630
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,4 @@ | |||
| 1 | + name: CodeQL config | ||
| 2 | + | ||
| 3 | + paths-ignore: | ||
| 4 | + - test | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,9 +7,6 @@ on: | |||
| 7 | 7 | permissions: | |
| 8 | 8 | contents: read | |
| 9 | 9 | ||
| 10 | - paths-to-ignore: | ||
| 11 | - - test | ||
| 12 | - | ||
| 13 | 10 | jobs: | |
| 14 | 11 | analyze: | |
| 15 | 12 | name: Analyze | |
@@ -33,6 +30,7 @@ jobs: | |||
| 33 | 30 | uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11 | |
| 34 | 31 | with: | |
| 35 | 32 | languages: ${{ matrix.language }} | |
| 33 | + config-file: ./.github/codeql-config.yml | ||
| 36 | 34 | ||
| 37 | 35 | - name: Autobuild | |
| 38 | 36 | uses: github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments