diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index b2611f13cc..77f3d4c43b 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -27,14 +27,14 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
# Get full history for spotless ratchetFrom
with:
fetch-depth: 0
# 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/.github/workflows/maven.yaml b/.github/workflows/maven.yaml
index 29e50a43e2..5b79bcade4 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Set up JDK 17
diff --git a/pom.xml b/pom.xml
index be16581f3b..76213596dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -636,7 +636,7 @@
commons-codec
commons-codec
- 1.22.0
+ 1.22.1
@@ -669,7 +669,7 @@
org.apache.directory.api
api-ldap-model
- 2.1.7
+ 2.1.8
@@ -777,13 +777,13 @@
org.apache.httpcomponents.client5
httpclient5
- 5.6.1
+ 5.6.4
org.apache.httpcomponents.core5
httpcore5
- 5.4.2
+ 5.4.3
@@ -866,7 +866,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.22.0
+ 2.22.1
@@ -999,7 +999,7 @@
org.apache.maven.plugins
maven-help-plugin
- 3.5.1
+ 3.5.2
@@ -1065,7 +1065,7 @@
org.codehaus.cargo
cargo-maven3-plugin
- 1.10.27
+ 1.10.28
@@ -1116,7 +1116,7 @@
com.diffplug.spotless
spotless-maven-plugin
- 3.7.0
+ 3.9.0
origin/master
@@ -1260,8 +1260,8 @@
2.1.0
3.6.10.Final
- 4.10.2.0
- 4.10.2
+ 4.10.3.0
+ 4.10.3
5.3.39
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"