We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc72b0 commit 3ca355eCopy full SHA for 3ca355e
.github/workflows/sonarcloud.yml
@@ -1,3 +1,8 @@
1
+# This GitHub action will checkout and scan third party code.
2
+# Please ensure that any changes to this action do not perform
3
+# actions that may result in code from that branch being executed
4
+# such as installing dependencies or running build scripts.
5
+
6
name: SonarCloud
7
8
on:
0 commit comments