Actions: Add file coverage baseline

This commit is contained in:
Henry Mercer
2025-08-29 20:10:20 +01:00
parent 67dc01b636
commit 71bac5eda8
4 changed files with 17 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ build_modes:
- none - none
file_coverage_languages: [] file_coverage_languages: []
github_api_languages: [] github_api_languages: []
scc_languages: [] scc_languages:
- YAML
file_types: file_types:
- name: workflow - name: workflow
display_name: GitHub Actions workflow files display_name: GitHub Actions workflow files

View File

@@ -0,0 +1,10 @@
{
"paths": [
".github/workflows/*.yml",
".github/workflows/*.yaml",
".github/reusable_workflows/**/*.yml",
".github/reusable_workflows/**/*.yaml",
"**/action.yml",
"**/action.yaml"
]
}

View File

@@ -0,0 +1,2 @@
@echo off
type "%CODEQL_EXTRACTOR_ACTIONS_ROOT%\tools\baseline-config.json"

View File

@@ -0,0 +1,3 @@
#!/bin/sh
cat "$CODEQL_EXTRACTOR_ACTIONS_ROOT/tools/baseline-config.json"