Skip to content

Commit

Permalink
Merge pull request #22 from semgrep/release/1.85.0
Browse files Browse the repository at this point in the history
chore: release 1.85.0
  • Loading branch information
ajbt200128 authored Aug 15, 2024
2 parents 7a95936 + 16ab916 commit 947bbd9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ default_stages: [manual]

repos:
- repo: https://github.com/semgrep/pre-commit
rev: 'v1.84.1'
rev: 'b120e91'
hooks:
- id: semgrep
name: Pre-commit semgrep
Expand Down
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.1'
rev: 'v1.85.0'
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.1'
rev: 'v1.85.0'
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.1",
install_requires=["semgrep==1.84.1"],
version="1.85.0",
install_requires=["semgrep==1.85.0"],
packages=[],
)

0 comments on commit 947bbd9

Please sign in to comment.