Skip to content

Commit cc0c08d

Browse files
Remove non-pull request context handling from CodeQL analysis step
1 parent 052d663 commit cc0c08d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

circle_ci/codeql_analysis_pr.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ jobs:
3737
| jq -r .base.ref)
3838
BASE_REF="origin/${BASE_REF}"
3939
REF="refs/pull/${PR_NUMBER}/merge"
40-
else
41-
echo "Running in a non-pull request context"
42-
#BASE_REF="HEAD^"
43-
#REF=""
4440
fi
4541
curl -s -H "Authorization: token $GITHUB_TOKEN" https://api.github.com/user
4642
codeql-wrapper --verbose analyze ./monorepo \

0 commit comments

Comments
 (0)