Skip to content

Commit

Permalink
ci: fix semgrep action name
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored Nov 20, 2023
1 parent 349742f commit d0536b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v4
- name: Semgrep
id: semgrep
uses: returntocorp/semgrep-action@v1
uses: semgrep/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}

Expand Down

0 comments on commit d0536b2

Please sign in to comment.