Skip to content

Commit b5d0a0e

Browse files
committedMay 6, 2024·
update
1 parent ba31364 commit b5d0a0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out the repo
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Log in to Docker Hub
2525
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9

‎sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# must be unique in a given SonarQube instance
2-
sonar.projectKey=ulboracms
2+
sonar.projectKey=Ulbora_ulboracms
33
# this is the name and version displayed in the SonarQube UI. Was mandatory prior to SonarQube 6.1.
44
sonar.projectName=ulboracms
55
sonar.projectVersion=1.0

0 commit comments

Comments
 (0)
Please sign in to comment.