This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/master by this push:
new a7a1afc0 Pin SonarSource action to a specific git hash (#618)
a7a1afc0 is described below
commit a7a1afc0e481a4ec839319b1b71fa3696c4fd9ca
Author: Stephen Webb <[email protected]>
AuthorDate: Thu Apr 2 10:50:56 2026 +1100
Pin SonarSource action to a specific git hash (#618)
---
.github/workflows/sonarcloud.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 6ad44c1f..3611972d 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -55,7 +55,7 @@ jobs:
sudo apt-get install -y libapr1-dev libaprutil1-dev
- name: Install Build Wrapper
- uses: SonarSource/sonarqube-scan-action/[email protected]
+ uses:
SonarSource/sonarqube-scan-action/install-build-wrapper@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9
#v7.0.0
env:
SONAR_HOST_URL: ${{ env.SONAR_SERVER_URL }}
@@ -84,7 +84,7 @@ jobs:
-o "$BaseDir/build/coverage.xml"
- name: SonarQube Scan
- uses: SonarSource/[email protected]
+ uses:
SonarSource/sonarqube-scan-action@a31c9398be7ace6bbfaf30c0bd5d415f843d45e9
#v7.0.0
env:
SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
SONAR_HOST_URL: ${{ env.SONAR_SERVER_URL }}