Skip to content

Commit a67282c

Browse files
authored
CodeQL: updated config (#4490)
* CodeQL: updated config * update * update workflow
1 parent 4014350 commit a67282c

File tree

2 files changed

+4
-20
lines changed

2 files changed

+4
-20
lines changed

.github/codeql-config.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
1-
21
paths-ignore:
2+
- 'js/extjs/ext-tree.js'
3+
- 'js/lib/jquery/jquery-1.12.4.js'
34
- 'js/prototype/prototype.js'
4-
- 'skin/frontend/rwd/default/js/lib/selectivizr.js'
5-
- 'js/mage/adminhtml/flexuploader.js'
6-
- 'js/mage/adminhtml/sales/packaging.js'
7-
- 'js/mage/adminhtml/uploader/instance.js'
8-
- 'js/mage/adminhtml/wysiwyg/tiny_mce/setup.js'
95
- 'js/prototype/validation.js'
10-
- 'js/tiny_mce/tiny_mce_dev.js'
11-
- 'js/tiny_mce/tiny_mce.js'
12-
- 'js/tiny_mce/tiny_mce_src.js'
13-
- 'js/tiny_mce/tiny_mce_jquery.js'
14-
- 'js/tiny_mce/tiny_mce_jquery_src.js'
15-
- 'js/tiny_mce/tiny_mce_prototype.js'
16-
- 'js/tiny_mce/tiny_mce_prototype_src.js'
17-
- 'js/tiny_mce/classes/**/*.js'
18-
- 'js/tiny_mce/utils/**/*.js'
19-
- 'js/tiny_mce/plugins/**/*.js'
20-
- 'js/lib/jquery/jquery-1.12.4.js'
21-
- 'js/extjs/ext-tree.js'
226
- '**/*.test.js'

.github/workflows/check-files.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
**/*.phtml
8989
**/*.xml
9090
**/*.js
91-
.github/workflows/**
91+
.github/**
9292
**phpcs**
9393
**php-cs-fixer**
9494
**phpmd**
@@ -143,7 +143,7 @@ jobs:
143143
id: changes-workflow
144144
if: steps.changed-files-specific.outputs.any_modified == 'true'
145145
run: |
146-
count="$(grep -oE ".github/workflows/**" <<< "${{ steps.changed-files-specific.outputs.all_modified_files }}" | wc -l)"
146+
count="$(grep -oE ".github/**" <<< "${{ steps.changed-files-specific.outputs.all_modified_files }}" | wc -l)"
147147
echo "$count Workflow file(s) changed"
148148
echo "workflow=$count" >> $GITHUB_OUTPUT
149149

0 commit comments

Comments
 (0)