This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch 4.18
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.18 by this push:
new 66cbe0a0512 replace pull_request_target with pull_request
66cbe0a0512 is described below
commit 66cbe0a0512cae71ba42b9f2b02ab86f41f9c33d
Author: Daan Hoogland <[email protected]>
AuthorDate: Tue May 9 18:40:20 2023 +0200
replace pull_request_target with pull_request
---
.github/workflows/sonar-check.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/sonar-check.yml
b/.github/workflows/sonar-check.yml
index 2bfdaf0a65f..2a08fba6dd0 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