We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbae4bb commit a20783dCopy full SHA for a20783d
Dockerfile
@@ -5,7 +5,7 @@ COPY codeql.yml requirements.txt enforcer.py /action/workspace/
5
6
RUN python3 -m pip install --no-cache-dir -r requirements.txt \
7
&& apt-get -y update \
8
- && apt-get -y install --no-install-recommends git \
+ && apt-get -y install --no-install-recommends git=1:2.47.2-0.2 \
9
&& rm -rf /var/lib/apt/lists/*
10
11
CMD ["/action/workspace/enforcer.py"]
0 commit comments