File tree Expand file tree Collapse file tree 4 files changed +17
-1
lines changed Expand file tree Collapse file tree 4 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,8 @@ build_modes:
88 - none
99file_coverage_languages : []
1010github_api_languages : []
11- scc_languages : []
11+ scc_languages :
12+ - YAML
1213file_types :
1314 - name : workflow
1415 display_name : GitHub Actions workflow files
Original file line number Diff line number Diff line change 1+ {
2+ "paths" : [
3+ " .github/workflows/*.yml" ,
4+ " .github/workflows/*.yaml" ,
5+ " .github/reusable_workflows/**/*.yml" ,
6+ " .github/reusable_workflows/**/*.yaml" ,
7+ " **/action.yml" ,
8+ " **/action.yaml"
9+ ]
10+ }
Original file line number Diff line number Diff line change 1+ @ echo off
2+ type " %CODEQL_EXTRACTOR_ACTIONS_ROOT% \tools\baseline-config.json"
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ cat " $CODEQL_EXTRACTOR_ACTIONS_ROOT /tools/baseline-config.json"
You can’t perform that action at this time.
0 commit comments