Skip to content

Commit

Permalink
remove offending semgrep action
Browse files Browse the repository at this point in the history
  • Loading branch information
kang-makes committed Nov 20, 2023
1 parent e93acba commit 0e9be6e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/on_push_pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: newrelic/newrelic-infra-checkers@v1
- 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 0e9be6e

Please sign in to comment.