| commit | 7922b9333e7d3ed578e2ce85ea0eda16526a6040 | [log] [tgz] |
|---|---|---|
| author | Daan Hoogland <daan@onecht.net> | Tue May 09 18:45:31 2023 +0200 |
| committer | Daan Hoogland <daan@onecht.net> | Tue May 09 18:45:31 2023 +0200 |
| tree | b4c6c935cd8d46ef69df6c616277a81a92295d8f | |
| parent | 9abf5cf5df2d76837d12d8ca1d7f53e2485b705e [diff] |
replace pull_request_target with pull_request
diff --git a/.github/workflows/sonar-check.yml b/.github/workflows/sonar-check.yml index 2bfdaf0..2a08fba 100644 --- a/.github/workflows/sonar-check.yml +++ b/.github/workflows/sonar-check.yml
@@ -17,7 +17,7 @@ name: Sonar Quality Check -on: [pull_request_target] +on: [pull_request] permissions: contents: read