remove obsolete/removed files from CI check configs

Signed-off-by: Andras Timar <andras.timar@collabora.com>
Change-Id: Ia3ee3f6b508c5146df172cb07f4f515627ec75f1
pull/8696/head
Andras Timar 2024-04-05 19:03:54 +02:00
parent 286cd1ccf7
commit 5cfcbd2222
4 changed files with 2 additions and 18 deletions

View File

@ -2,8 +2,3 @@ name: "CodeQL config"
queries:
- uses: security-and-quality
# Ignore these from being scanned
paths-ignore:
- '**/*w2ui-1.5.rc1.js'
- 'loleaflet'

View File

@ -11,13 +11,6 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [master]
# The paths-ignore here only defines that changes in these will not trigger
# the action at all; but to actually avoid scanning the content of these,
# see the .github/codeql/codeql-config.yml configuration file
paths-ignore:
- '**/*w2ui-1.5.rc1.js'
- 'loleaflet'
schedule:
- cron: '0 22 * * 3'

View File

@ -3,8 +3,6 @@
**/js/select2.js
**/js/sanitize-url.js
**/js/l10n.js
**/js/w2ui-1.5.rc1.js
**/src/unocommands.js
**/js/viamapi-client.js
node_modules
dist/src
dist/src

View File

@ -3,8 +3,6 @@
**/js/select2.js
**/js/sanitize-url.js
**/js/l10n.js
**/js/w2ui-1.5.rc1.js
**/src/unocommands.js
**/js/viamapi-client.js
node_modules
dist/src
dist/src