mirror of
https://github.com/github/codeql-action
synced 2026-05-25 15:00:36 +03:00
Add permissions
This commit is contained in:
@@ -200,6 +200,10 @@ function main(): void {
|
||||
"runs-on": "${{ matrix.os }}",
|
||||
};
|
||||
|
||||
if (checkSpecification.permissions) {
|
||||
checkJob.permissions = checkSpecification.permissions;
|
||||
}
|
||||
|
||||
|
||||
let extraGroupName = "";
|
||||
for (const inputName of Object.keys(workflowInputs)) {
|
||||
|
||||
Reference in New Issue
Block a user