We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba31364 commit b5d0a0eCopy full SHA for b5d0a0e
.github/workflows/docker.yml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Check out the repo
22
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
23
24
- name: Log in to Docker Hub
25
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
sonar-project.properties
@@ -1,5 +1,5 @@
1
# must be unique in a given SonarQube instance
2
-sonar.projectKey=ulboracms
+sonar.projectKey=Ulbora_ulboracms
3
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
4
sonar.projectName=ulboracms
5
sonar.projectVersion=1.0
0 commit comments