Skip to content

Commit

Permalink
Merge pull request #17 from semgrep/1.84.1
Browse files Browse the repository at this point in the history
chore: release 1.84.1
  • Loading branch information
nmote authored Aug 8, 2024
2 parents 366f6f1 + 1ddc610 commit fbc9626
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ AppSec Platform][semgrep-platform], similar to `semgrep ci`, we provide the

```yaml
- repo: https://github.com/semgrep/pre-commit
rev: 'v1.84.0'
rev: 'v1.84.1'
hooks:
- id: semgrep-ci
```
Expand All @@ -29,7 +29,7 @@ committed with a specified config, skipping files with unknown extensions:

```yaml
- repo: https://github.com/semgrep/pre-commit
rev: 'v1.84.0'
rev: 'v1.84.1'
hooks:
- id: semgrep
# See https://semgrep.dev/explore to select a ruleset and copy its URL
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="semgrep_pre_commit_package",
version="1.84.0",
install_requires=["semgrep==1.84.0"],
version="1.84.1",
install_requires=["semgrep==1.84.1"],
packages=[],
)

0 comments on commit fbc9626

Please sign in to comment.