Skip to content

Commit 71bac5e

Browse files
committed
Actions: Add file coverage baseline
1 parent 67dc01b commit 71bac5e

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

actions/extractor/codeql-extractor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ build_modes:
88
- none
99
file_coverage_languages: []
1010
github_api_languages: []
11-
scc_languages: []
11+
scc_languages:
12+
- YAML
1213
file_types:
1314
- name: workflow
1415
display_name: GitHub Actions workflow files
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
@echo off
2+
type "%CODEQL_EXTRACTOR_ACTIONS_ROOT%\tools\baseline-config.json"
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
cat "$CODEQL_EXTRACTOR_ACTIONS_ROOT/tools/baseline-config.json"

0 commit comments

Comments
 (0)