Skip to content

Commit c695283

Browse files
ci: require CodeQL in merge gate (#108)
* ci(security): fix codeql alerts and lockfile drift * ci: require codeql in merge gate
1 parent ec6b4e0 commit c695283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/org-required-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
/^chore\/bump-version-/.test(pr.head.ref) &&
8484
(pr.user?.login === "github-actions[bot]" || pr.user?.login === "app/github-actions");
8585
86-
const requiredContexts = ["Vercel"];
86+
const requiredContexts = ["Analyze (JavaScript/TypeScript)", "Vercel"];
8787
if (hasCiRelevantChange && !isReleaseVersionBumpPr) {
8888
requiredContexts.push("checks", "Preview validation (seed + runtime QA)");
8989
} else if (hasCiRelevantChange) {

0 commit comments

Comments
 (0)