Skip to content

Commit 585b2f1

Browse files
authored
fix: rename semgrep action (#191)
This commit renames semgrep action used due to a change upstream.
1 parent e1a8b3d commit 585b2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)