Skip to content

Commit d1756d4

Browse files
wip
1 parent 72d699e commit d1756d4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ jobs:
119119
- uses: actions/checkout@v5
120120
# Run the "semgrep ci" command on the command line of the docker image.
121121
- run: |
122+
unset HTTP_PROXY
123+
unset http_proxy
124+
unset HTTPS_PROXY
125+
unset https_proxy
122126
semgrep \
123127
--quiet \
124128
--config auto \

0 commit comments

Comments
 (0)