mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Update remote repository to github/codeql
This commit is contained in:
@@ -30,10 +30,10 @@ EOF
|
||||
exit "${exit_code}"
|
||||
}
|
||||
|
||||
# default for prev_hash: the main branch of the remote for 'github/semmle-code'.
|
||||
# default for prev_hash: the main branch of the remote for 'github/codeql'.
|
||||
# This works out as a dynamic lookup of the hash of the file in the main branch
|
||||
# of the repo.
|
||||
prev_hash=$(git remote -v | grep 'github/semmle-code\.git (fetch)$' | cut -f1)/main
|
||||
prev_hash=$(git remote -v | grep 'github/codeql\.git (fetch)$' | cut -f1)/main
|
||||
|
||||
while [ $# -gt 0 ]; do
|
||||
case "$1" in
|
||||
|
||||
Reference in New Issue
Block a user