diff --git a/.github/workflows/releasability.yaml b/.github/workflows/releasability.yaml
index 2100e2df7..203d81802 100644
--- a/.github/workflows/releasability.yaml
+++ b/.github/workflows/releasability.yaml
@@ -44,7 +44,7 @@ jobs:
echo "LATEST_VERSION=${{ github.event.inputs.version }}" >> "$GITHUB_OUTPUT"
fi
- - uses: SonarSource/gh-action_releasability@v2
+ - uses: SonarSource/gh-action_releasability@v3
id: releasability
with:
branch: ${{ github.ref_name }}
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index bb99d79dc..796cd57c8 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
permissions:
id-token: write
contents: write
- uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v5
+ uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v6
with:
publishToBinaries: true
mavenCentralSync: true
diff --git a/pom.xml b/pom.xml
index e5f58ddb1..d9c41445c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.sonarsource.parent
parent
- 85.0.0.3035
+ 86.0.0.3040
org.sonarsource.java
@@ -72,6 +72,7 @@
SonarQube Java
17
+ its/sources/**,java-symbolic-execution/java-symbolic-execution-checks-test-sources/**
true