Skip to content

Commit

Permalink
NR-178842: Remove semgrep deprecated action (#177)
Browse files Browse the repository at this point in the history
chore: remove semgrep
  • Loading branch information
marcsanmi authored Nov 30, 2023
1 parent 98d6441 commit c60b7e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/push_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ jobs:
with:
# Use full list of linters, rather than the (default) limited set.
golangci-lint-config: golangci-lint
- name: Semgrep
uses: returntocorp/semgrep-action@v1
with:
auditOn: push
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
continue-on-error: ${{ github.event_name != 'pull_request' }}
Expand Down

0 comments on commit c60b7e7

Please sign in to comment.