Skip to content

Commit

Permalink
ci: fix semgrep action name (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrys authored Nov 20, 2023
1 parent 3063d3b commit 9269a25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,10 @@ jobs:

semgrep:
runs-on: ubuntu-latest
if: github.actor != 'dependabot[bot]'
steps:
- uses: actions/checkout@v4
- id: semgrep
uses: returntocorp/semgrep-action@v1
uses: semgrep/semgrep-action@v1
with:
publishToken: ${{ secrets.SEMGREP_PUBLISH_TOKEN }}

Expand Down

0 comments on commit 9269a25

Please sign in to comment.