mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-25 00:50:22 +00:00
CI: Update tool versions for the Sonar Cloud workflow
Upate to the latest version of the Sonar Cloud CLI. Update Java to a recent version (the CLI currently complains about Java 11 being too old).
This commit is contained in:
parent
2f295f2174
commit
9e22d9d957
Notes:
sideshowbarker
2024-07-17 00:23:42 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/9e22d9d957 Pull-request: https://github.com/SerenityOS/serenity/pull/24285
1 changed files with 3 additions and 3 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master'
|
||||
env:
|
||||
# Latest scanner version is tracked on: https://docs.sonarcloud.io/advanced-setup/ci-based-analysis/sonarscanner-cli/
|
||||
SONAR_SCANNER_VERSION: 4.7.0.2747
|
||||
SONAR_SCANNER_VERSION: 5.0.1.3006
|
||||
SONAR_SERVER_URL: "https://sonarcloud.io"
|
||||
SONAR_ANALYSIS_ARCH: x86_64
|
||||
steps:
|
||||
|
@ -24,11 +24,11 @@ jobs:
|
|||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
|
||||
# Install JDK for sonar-scanner
|
||||
- name: Set up JDK 11
|
||||
- name: Set Up Java
|
||||
uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
java-version: 11
|
||||
java-version: 17
|
||||
|
||||
- name: Download and set up sonar-scanner
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue