Move to the codeql-testing org
Refer to the packages in codeql-testing, not in dsp-testing.
This commit is contained in:
parent
ae0109a777
commit
2754e10472
25 changed files with 61 additions and 51 deletions
|
|
@ -107,8 +107,10 @@ for file in os.listdir('checks'):
|
|||
'name': checkSpecification['name'],
|
||||
'timeout-minutes': 45,
|
||||
'runs-on': '${{ matrix.os }}',
|
||||
'steps': steps
|
||||
'steps': steps,
|
||||
}
|
||||
if 'permissions' in checkSpecification:
|
||||
checkJob['permissions'] = checkSpecification['permissions']
|
||||
|
||||
for key in ["env", "container", "services"]:
|
||||
if key in checkSpecification:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue