Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 75365cc

Browse files
authored
chore: add CodeQL analysis (#191)
#### Details CodeQL analysis is available through injection and this enables it through a flag. ##### Motivation Security requirement. #### Pull request checklist <!-- If a checklist item is not applicable to this change, write "n/a" in the checkbox --> - [.] Addresses an existing issue: #0000 - [.] Added/updated relevant unit test(s) - [.] Ran `./gradlew fastpass` from `AccessibilityInsightsForAndroidService` - [x] PR title _AND_ final merge commit title both start with a semantic tag (`fix:`, `chore:`, `feat(feature-name):`, `refactor:`).
1 parent bfd532c commit 75365cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pipeline/validation-build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
trigger:
55
- main
66

7+
variables:
8+
Codeql.Enabled: true
9+
710
jobs:
811
- job: 'gradlew_assemble'
912

0 commit comments

Comments
 (0)