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 9681304 commit 6102589Copy full SHA for 6102589
.github/workflows/any-sonar-template.yml
@@ -67,10 +67,7 @@ jobs:
67
run: |
68
cat <<EOF > pom.xml
69
<?xml version="1.0" encoding="UTF-8"?>
70
- <project xmlns="http://maven.apache.org/POM/4.0.0"
71
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
72
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
73
- http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
74
<modelVersion>4.0.0</modelVersion>
75
<groupId>com.github.fabriciofx.github.workflows</groupId>
76
<artifactId>sonar-template</artifactId>
0 commit comments