diff --git a/.fernignore b/.fernignore index c0f70c04..3189bcc1 100644 --- a/.fernignore +++ b/.fernignore @@ -4,7 +4,6 @@ CODEOWNERS LICENSE.md # We need to configure secrets for integration tests. -.github/workflows/ci.yml .github/workflows/semgrep.yml # Files that avoid breaking changes due to renames. diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 3cc4052a..efe04bd4 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -26,7 +26,7 @@ jobs: # Semgrep can only parse one requirements.txt - run: | curl --location --show-error --silent --output poetry.py https://install.python-poetry.org \ - && echo '66db5477a597b6176202ef77792076057ce50d2c5a2d2d2978c63e1f144d7b95' poetry.py | sha256sum -c \ + && echo '963d56703976ce9cdc6ff460c44a4f8fbad64c110dc447b86eeabb4a47ec2160' poetry.py | sha256sum -c \ && python poetry.py -y \ && /github/home/.local/bin/poetry install \ && semgrep ci