File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ jobs:
1313 env :
1414 BUILD_WRAPPER_OUT_DIR : build_wrapper_output_directory # Directory where build-wrapper output will be placed
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
1919 - name : Install Build Wrapper
20- uses : SonarSource/sonarqube-scan-action/install-build-wrapper@v5
20+ uses : SonarSource/sonarqube-scan-action/install-build-wrapper@v6
2121 - name : Run Build Wrapper
2222 run : |
2323 mkdir build
2424 cmake -S lib60870-C -B build
2525 build-wrapper-linux-x86-64 --out-dir ${{ env.BUILD_WRAPPER_OUT_DIR }} cmake --build build/
2626 - name : SonarQube Scan
27- uses : SonarSource/sonarqube-scan-action@v5
27+ uses : SonarSource/sonarqube-scan-action@v6
2828 env :
2929 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
3030 with :
You can’t perform that action at this time.
0 commit comments