Commit 6ad7bf5 1 parent e20f71f commit 6ad7bf5 Copy full SHA for 6ad7bf5
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44
44
steps :
45
45
# Set up Java which is needed for SonarScan post processing step
46
46
- name : Setup Java JDK
47
- uses : actions/setup-java@v3.4.0
47
+ uses : actions/setup-java@v4.2.1
48
48
with :
49
49
distribution : ' microsoft' # See 'Supported distributions' for available options
50
50
java-version : ' 11'
85
85
- name : Build (${{env.SOLUTION_FILE}})
86
86
run : dotnet build ${{env.SOLUTION_DIRECTORY}}/${{env.SOLUTION_FILE}} --configuration ${{ env.BUILD_CONFIGURATION }} --no-restore
87
87
- name : SonarScan - End (${{env.SONAR_PROJECT_KEY}})
88
- run : ${{env.SONAR_TOOL_PATH}}\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_ACCESS_TOKEN }}"
88
+ run : ${{env.SONAR_TOOL_PATH}}\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_ACCESS_TOKEN }}"
You can’t perform that action at this time.
0 commit comments