Skip to content

Commit 34c25e4

Browse files
authored
Merge branch 'github:main' into main
2 parents 264240c + 60f62e8 commit 34c25e4

File tree

4 files changed

+1
-14
lines changed

4 files changed

+1
-14
lines changed

.github/workflows/check-submodule-pointers.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,3 @@ jobs:
2727
echo "::error:: The ql submodule is out of date with the lgtm.com branch of github/codeql. Expected $CODEQL_EXPECTED_SHA, found $CODEQL_ACTUAL_SHA."
2828
exit 1
2929
fi
30-
31-
CODEQL_GO_ACTUAL_SHA="$(git rev-parse @:./codeql-go)"
32-
CODEQL_GO_EXPECTED_SHA="$(gh api repos/github/codeql-go/git/ref/heads/lgtm.com --jq '.object.sha')"
33-
echo "The codeql-go submodule currently points to $CODEQL_GO_ACTUAL_SHA. The tip of the lgtm.com branch of github/codeql-go is $CODEQL_GO_EXPECTED_SHA."
34-
if [ "$CODEQL_GO_EXPECTED_SHA" != "$CODEQL_GO_ACTUAL_SHA" ]; then
35-
echo "::error:: The codeql-go submodule is out of date with the lgtm.com branch of github/codeql-go. Expected $CODEQL_GO_EXPECTED_SHA, found $CODEQL_GO_ACTUAL_SHA."
36-
exit 1
37-
fi

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,3 @@
22
path = ql
33
url = https://github.com/github/codeql.git
44
branch = lgtm.com
5-
[submodule "codeql-go"]
6-
path = codeql-go
7-
url = https://github.com/github/codeql-go.git
8-
branch = lgtm.com

codeql-go

Lines changed: 0 additions & 1 deletion
This file was deleted.

ql

Submodule ql updated 5055 files

0 commit comments

Comments
 (0)