diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 6473043139..77f3d4c43b 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
+ uses: github/codeql-action/init@v4.37.7
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
+ uses: github/codeql-action/analyze@v4.37.7
- name: Upload Output
uses: actions/upload-artifact@v7
diff --git a/pom.xml b/pom.xml
index 3bb2b00efb..5ab4e260de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -636,7 +636,7 @@
commons-codec
commons-codec
- 1.22.0
+ 1.22.1
@@ -666,6 +666,7 @@
2.0.18
+
org.apache.directory.api
api-ldap-model
@@ -777,7 +778,7 @@
org.apache.httpcomponents.client5
httpclient5
- 5.6.2
+ 5.6.4
@@ -866,7 +867,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.22.0
+ 2.22.1
@@ -999,7 +1000,7 @@
org.apache.maven.plugins
maven-help-plugin
- 3.5.1
+ 3.5.2
@@ -1065,7 +1066,7 @@
org.codehaus.cargo
cargo-maven3-plugin
- 1.10.27
+ 1.10.28
@@ -1116,7 +1117,7 @@
com.diffplug.spotless
spotless-maven-plugin
- 3.8.0
+ 3.9.0
origin/master
@@ -1260,14 +1261,14 @@
2.1.0
3.6.10.Final
- 4.10.2.0
- 4.10.2
+ 4.10.3.0
+ 4.10.3
5.3.39
9
- 9.0.115
- https://archive.apache.org/dist/tomcat/tomcat-${tomcat.major.version}/v${version.tomcat}/bin/apache-tomcat-${version.tomcat}.zip
+ 9.0.120
+ https://downloads.apache.org/tomcat/tomcat-${tomcat.major.version}/v${version.tomcat}/bin/apache-tomcat-${version.tomcat}.zip
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"