Skip to content

Commit a20783d

Browse files
committed
ci: use specific git version
Signed-off-by: Zack Koppert <[email protected]>
1 parent fbae4bb commit a20783d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY codeql.yml requirements.txt enforcer.py /action/workspace/
55

66
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
77
&& apt-get -y update \
8-
&& apt-get -y install --no-install-recommends git \
8+
&& apt-get -y install --no-install-recommends git=1:2.47.2-0.2 \
99
&& rm -rf /var/lib/apt/lists/*
1010

1111
CMD ["/action/workspace/enforcer.py"]

0 commit comments

Comments
 (0)