Skip to content

Commit

Permalink
NO-JIRA: Use latest SLCORE
Browse files Browse the repository at this point in the history
As we currently rely on a PR artifact that soon will be gone.
  • Loading branch information
thahnen authored and sophio-japharidze-sonarsource committed May 21, 2024
1 parent 48b6421 commit af541de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public TelemetryClientLiveAttributesResponse getTelemetryLiveAttributes() {
}

@Override
public void didDetectSecret() {
public void didDetectSecret(String configScopeId) {
SonarLintNotifications.get().showNotificationIfFirstSecretDetected();
}

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<jarsigner.version>3.0.0</jarsigner.version>

<!-- Sloop embedded CLI version for fragment projects -->
<sloop.version>10.2.0.77908</sloop.version>
<sloop.version>10.2.0.77993</sloop.version>

<!-- ================== -->
<!-- For SonarQube analysis -->
Expand Down
2 changes: 1 addition & 1 deletion target-platforms/commons.target
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>org.sonarsource.sonarlint.core</groupId>
<artifactId>sonarlint-java-client-osgi</artifactId>
<version>10.2.0.77908</version>
<version>10.2.0.77993</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit af541de

Please sign in to comment.