mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
github: Use latest SonarQube action
Updating this although the fixed security issue only affects Windows builds.
This commit is contained in:
parent
b3011e8e87
commit
b1275f26a6
4
.github/workflows/sonarcloud.yml
vendored
4
.github/workflows/sonarcloud.yml
vendored
@ -44,11 +44,11 @@ jobs:
|
||||
sudo apt-get install -qq ccache
|
||||
echo "PATH=/usr/lib/ccache:$PATH" >> $GITHUB_ENV
|
||||
ccache -z
|
||||
- uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v5.3.1
|
||||
- uses: SonarSource/sonarqube-scan-action/install-build-wrapper@v6.0.0
|
||||
- run: |
|
||||
echo "BUILD_WRAPPER_OUT_DIR=$HOME/bw-output" >> $GITHUB_ENV
|
||||
- uses: ./.github/actions/default
|
||||
- uses: SonarSource/sonarqube-scan-action@v5.3.1
|
||||
- uses: SonarSource/sonarqube-scan-action@v6.0.0
|
||||
env:
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user