Skip to content

Commit 7399388

Browse files
committed
update hash
1 parent 1d111c9 commit 7399388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/semgrep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Semgrep can only parse one requirements.txt
2727
- run: |
2828
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 \
3030
&& python poetry.py -y \
3131
&& /github/home/.local/bin/poetry install \
3232
&& semgrep ci

0 commit comments

Comments
 (0)