mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
Add default projects
This commit is contained in:
7
.github/workflows/java-model-diff.yml
vendored
7
.github/workflows/java-model-diff.yml
vendored
@@ -19,6 +19,13 @@ on:
|
||||
jobs:
|
||||
model-diff:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
# large
|
||||
# ["google/guava", "spring-projects/spring-framework", "apache/poi"]
|
||||
# others
|
||||
# ["FasterXML/jackson-core", "FasterXML/jackson-databind", "google/gson", "JodaOrg/joda-time"
|
||||
slugs: ${{fromJson(github.event.inputs.projects || '["apache/commons-codec", "apache/commons-io", "apache/commons-beanutils", "apache/commons-logging", "apache/commons-fileupload", "apache/commons-lang", "apache/commons-validator", "apache/commons-csv", "apache/dubbo"]' )}}
|
||||
steps:
|
||||
- name: Clone self (github/codeql) for baseline
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user