We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75cfab8 + 55c2a99 commit 3b53b39Copy full SHA for 3b53b39
protect-default-branch.json
@@ -38,10 +38,6 @@
38
"parameters": {
39
"strict_required_status_checks_policy": true,
40
"required_status_checks": [
41
- {
42
- "context": "CodeQL",
43
- "integration_id": 57789
44
- },
45
{
46
"context": "lint-actions",
47
"integration_id": 15368
@@ -64,6 +60,18 @@
64
60
}
65
61
]
66
62
63
+ },
+ {
+ "type": "code_scanning",
+ "parameters": {
67
+ "code_scanning_tools": [
68
69
+ "tool": "CodeQL",
70
+ "security_alerts_threshold": "medium_or_higher",
71
+ "alerts_threshold": "errors_and_warnings"
72
+ }
73
+ ]
74
75
76
],
77
"bypass_actors": [
0 commit comments