Skip to content

Commit

Permalink
Changed pull_request_target to pull_request
Browse files Browse the repository at this point in the history
  • Loading branch information
developerkunal committed Sep 3, 2024
1 parent d4f086d commit 7158b80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: semgrep

on:
pull_request_target: {}
pull_request: {}

push:
branches: [master]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
run: make test

- name: upload coverage to codecov
uses: codecov/codecov-action@4fe8c5f003fae66aa5ebb77cfd3e7bfbbda0b6b0 # pin@3.1.5
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # pin@4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.out
fail_ci_if_error: false
verbose: true

0 comments on commit 7158b80

Please sign in to comment.