Update semgrep to the latest version - 0.97.0 (#15987)

This commit is contained in:
Steven Clark 2022-06-15 10:05:47 -04:00 committed by GitHub
parent d2ed39a04e
commit 9a31a52870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
.circleci/config.yml generated
View File

@ -766,7 +766,7 @@ jobs:
- run:
command: |
apk add --no-cache python3 py3-pip make
python3 -m pip install --user semgrep==0.86.5
python3 -m pip install --user semgrep==0.97.0
export PATH="$HOME/.local/bin:$PATH"
echo "$ semgrep --version"

View File

@ -7,7 +7,7 @@ steps:
name: Setup Semgrep
command: |
apk add --no-cache python3 py3-pip make
python3 -m pip install --user semgrep==0.86.5
python3 -m pip install --user semgrep==0.97.0
export PATH="$HOME/.local/bin:$PATH"
echo "$ semgrep --version"