Skip to content

Commit fd2a67a

Browse files
authored
ci: fix semgrep action name (#328)
1 parent 349742f commit fd2a67a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- uses: actions/checkout@v4
6767
- name: Semgrep
6868
id: semgrep
69-
uses: returntocorp/semgrep-action@v1
69+
uses: semgrep/semgrep-action@v1
7070
with:
7171
publishToken: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}
7272

0 commit comments

Comments
 (0)