Skip to content

Commit c3c470f

Browse files
committed
fix: semgrep rename
1 parent e899c0f commit c3c470f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/reusable-build-test-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ jobs:
361361
- uses: actions/checkout@v3
362362
- name: Semgrep
363363
id: semgrep
364-
uses: returntocorp/semgrep-action@v1
364+
uses: semgrep/semgrep-action@v1
365365
with:
366366
publishToken: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
367367

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ security-sast-semgrep
249249
250250
- 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 ❌.
251251
252-
**Action used:** https://github.com/returntocorp/semgrep-action
252+
**Action used:** https://github.com/semgrep/semgrep-action
253253
254254
255255
**Pass/fail behaviour**

0 commit comments

Comments
 (0)