File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ CODEOWNERS
4
4
LICENSE.md
5
5
6
6
# We need to configure secrets for integration tests.
7
- .github/workflows/ci.yml
8
7
.github/workflows/semgrep.yml
9
8
10
9
# Files that avoid breaking changes due to renames.
Original file line number Diff line number Diff line change 26
26
# Semgrep can only parse one requirements.txt
27
27
- run : |
28
28
curl --location --show-error --silent --output poetry.py https://install.python-poetry.org \
29
- && echo '66db5477a597b6176202ef77792076057ce50d2c5a2d2d2978c63e1f144d7b95 ' poetry.py | sha256sum -c \
29
+ && echo '963d56703976ce9cdc6ff460c44a4f8fbad64c110dc447b86eeabb4a47ec2160 ' poetry.py | sha256sum -c \
30
30
&& python poetry.py -y \
31
31
&& /github/home/.local/bin/poetry install \
32
32
&& semgrep ci
You can’t perform that action at this time.
0 commit comments