Skip to content

Commit f5f0a00

Browse files
Changed pull_request_target to pull_request (#284)
1 parent 87ed699 commit f5f0a00

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/semgrep.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: semgrep
22

33
on:
4-
pull_request_target: {}
4+
pull_request: {}
55

66
push:
77
branches: [master]

.github/workflows/test.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
run: make test
2828

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

0 commit comments

Comments
 (0)