Skip to content

Commit

Permalink
Attempt to fix a codeql error
Browse files Browse the repository at this point in the history
Running command in /home/runner/work/online/online: [/opt/hostedtoolcache/CodeQL/0.0.0-20220311/x64/codeql/javascript/tools/autobuild.sh]
[2022-04-05 08:02:27] [build-stderr] Skipping path /home/runner/work/online/online/**/*w2ui-1.5.rc1.js, which does not exist.
[2022-04-05 08:02:27] [build-stderr] Skipping path /loleaflet, which does not exist.
[2022-04-05 08:02:27] [build-stderr] Illegal '//' in exclude path
Error: 4-05 08:02:27] [ERROR] Spawned process exited abnormally (code 1; tried to run: [/opt/hostedtoolcache/CodeQL/0.0.0-20220311/x64/codeql/javascript/tools/autobuild.sh])
A fatal error occurred: Exit status 1 from command: [/opt/hostedtoolcache/CodeQL/0.0.0-20220311/x64/codeql/javascript/tools/autobuild.sh]

Signed-off-by: Jan Holesovsky <[email protected]>
Change-Id: I3bcaba31d24e9010af7d4736722cd2413d9e2ce9
  • Loading branch information
kendy committed Apr 5, 2022
1 parent db63703 commit 4110326
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/codeql/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ queries:
# Ignore these from being scanned
paths-ignore:
- '**/*w2ui-1.5.rc1.js'
- '/loleaflet/'
- 'loleaflet'
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
# see the .github/codeql/codeql-config.yml configuration file
paths-ignore:
- '**/*w2ui-1.5.rc1.js'
- 'loleaflet/'
- 'loleaflet'

schedule:
- cron: '0 22 * * 3'
Expand Down

0 comments on commit 4110326

Please sign in to comment.