Skip to content

Commit

Permalink
fix: rename semgrep action (#191)
Browse files Browse the repository at this point in the history
This commit renames semgrep action used due to a change upstream.
  • Loading branch information
artemrys authored Nov 6, 2023
1 parent e1a8b3d commit 585b2f1
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 585b2f1

Please sign in to comment.