Skip to content

Commit 6436b2e

Browse files
committed
Configure Actions lockfile test filter
Use the extractor environment to include actions.lock files instead of registering .lock as an Actions workflow extension. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 4994bb27-c5ca-47e9-b082-cfc1ca244e86
1 parent ed0f83d commit 6436b2e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

actions/extractor/codeql-extractor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ display_name: "GitHub Actions"
33
version: 0.0.1
44
column_kind: "utf16"
55
unicode_newlines: true
6+
extra_env_vars:
7+
LGTM_INDEX_FILTERS: "include:**/actions.lock"
68
build_modes:
79
- none
810
default_queries:
@@ -16,7 +18,6 @@ file_types:
1618
- name: workflow
1719
display_name: GitHub Actions workflow files
1820
extensions:
19-
- .lock
2021
- .yml
2122
- .yaml
2223
forwarded_extractor_name: javascript

0 commit comments

Comments
 (0)