Skip to content

Commit

Permalink
fix: semgrep rename
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys committed Nov 9, 2023
1 parent e899c0f commit c3c470f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ jobs:
- uses: actions/checkout@v3
- name: Semgrep
id: semgrep
uses: returntocorp/semgrep-action@v1
uses: semgrep/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ security-sast-semgrep
- Semgrep CI behaves like other static analysis and linting tools: it runs a set of user-configured rules and returns a non-zero exit code if there are findings, resulting in its job showing a ✅ or ❌.
**Action used:** https://github.com/returntocorp/semgrep-action
**Action used:** https://github.com/semgrep/semgrep-action
**Pass/fail behaviour**
Expand Down

0 comments on commit c3c470f

Please sign in to comment.