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.
1 parent 052d663 commit cc0c08dCopy full SHA for cc0c08d
circle_ci/codeql_analysis_pr.yml
@@ -37,10 +37,6 @@ jobs:
37
| jq -r .base.ref)
38
BASE_REF="origin/${BASE_REF}"
39
REF="refs/pull/${PR_NUMBER}/merge"
40
- else
41
- echo "Running in a non-pull request context"
42
- #BASE_REF="HEAD^"
43
- #REF=""
44
fi
45
curl -s -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/user
46
codeql-wrapper --verbose analyze ./monorepo \
0 commit comments