From faf51132862767726f13f2638f2defdeb1bd07dc Mon Sep 17 00:00:00 2001 From: Rohan Konnur Date: Tue, 22 Apr 2025 11:47:38 -0400 Subject: [PATCH 1/2] Remove ci.yml from fern-ignore. --- .fernignore | 1 - 1 file changed, 1 deletion(-) 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. From d8c347f28a64a0ae9d1872438b9cd650a3860d88 Mon Sep 17 00:00:00 2001 From: Rohan Konnur Date: Tue, 22 Apr 2025 11:49:03 -0400 Subject: [PATCH 2/2] fix semgrep --- .github/workflows/semgrep.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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