Skip to content

Commit bf66e81

Browse files
committed
added GitPython
1 parent df4b740 commit bf66e81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql-multiple-repo-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install Python dependencies
5454
run: |
5555
python3 -m pip install --upgrade pip
56-
pip3 install --break-system-packages pyyaml jsonpath-ng jsonschema jsonpatch jsonpointer pytest sarif-tools
56+
pip3 install --break-system-packages pyyaml jsonpath-ng jsonschema jsonpatch jsonpointer pytest sarif-tools GitPython
5757
- name: Parse known_good.json and create repos.json
5858
id: parse-repos
5959
run: |

0 commit comments

Comments
 (0)