diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 49e611fc4d..51d3186c0f 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -34,7 +34,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v4.37.4
+ uses: github/codeql-action/init@v4.37.6
with:
languages: ${{ matrix.language }}
queries: security-extended, security-experimental, security-and-quality
@@ -43,7 +43,7 @@ jobs:
run: mvn -DskipTests=true install
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v4.37.4
+ uses: github/codeql-action/analyze@v4.37.6
- name: Upload Output
uses: actions/upload-artifact@v7
diff --git a/pom.xml b/pom.xml
index 6741face62..76213596dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -777,7 +777,7 @@
org.apache.httpcomponents.client5
httpclient5
- 5.6.3
+ 5.6.4
diff --git a/scripts/runSonarQube.sh b/scripts/runSonarQube.sh
index a2972589ea..5587000a48 100755
--- a/scripts/runSonarQube.sh
+++ b/scripts/runSonarQube.sh
@@ -13,11 +13,6 @@ requireCommand curl
requireCommand docker
requireCommand jq
-if ! command -v "sonar-report" &> /dev/null; then
- echo "sonar-report is required. Please install it via https://github.com/soprasteria/sonar-report and then try again."
- exit 1
-fi
-
# Check for install/updates at https://github.com/SonarSource/sonarqube
container_name="sonarqube-benchmark"
@@ -91,4 +86,4 @@ mvn exec:java -Dexec.mainClass="org.owasp.benchmark.report.sonarqube.SonarReport
echo "Shutting down SonarQube..."
-#docker stop "$container_name"
+docker stop "$container_name"