This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6714d8e  Improved: On advice of adityasharad try something else in 
codeql-analysis.yml
6714d8e is described below

commit 6714d8e069ab268007cfc64fbf9af50ee2ee21d8
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Nov 16 11:28:24 2021 +0100

    Improved: On advice of adityasharad try something else in 
codeql-analysis.yml
    
    See 
https://github.com/github/vscode-codeql/issues/735#issuecomment-969348461
    Still not quire sure of the syntax, trying again before asking
    
    It also needs a not functional change for codeQL to run
---
 .github/workflows/codeql-analysis.yml                        | 12 ++++++------
 .../apache/ofbiz/party/party/PartyRelationshipServices.java  |  1 -
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index fde36e8..71aed00 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -86,11 +86,11 @@ jobs:
     #   make bootstrap
     #   make release
 
-    - name: Perform CodeQL Analysis
-      #uses: github/codeql-action/analyze@v1
+    #- name: Perform CodeQL Analysis
+    # uses: github/codeql-action/analyze@v1
 
-     - name: Debug
-       uses: github/codeql-action@v1
-       with:
-         debug: true
+    - name: Debug
+      uses: github/codeql-action@v1
+        with:
+        debug: true
 
diff --git 
a/applications/party/src/main/java/org/apache/ofbiz/party/party/PartyRelationshipServices.java
 
b/applications/party/src/main/java/org/apache/ofbiz/party/party/PartyRelationshipServices.java
index 71fa985..22ebe89 100644
--- 
a/applications/party/src/main/java/org/apache/ofbiz/party/party/PartyRelationshipServices.java
+++ 
b/applications/party/src/main/java/org/apache/ofbiz/party/party/PartyRelationshipServices.java
@@ -46,7 +46,6 @@ import org.apache.ofbiz.service.ServiceUtil;
 public class PartyRelationshipServices {
 
     private static final String MODULE = 
PartyRelationshipServices.class.getName();
-    private static final String RESOURCE = "PartyUiLabels";
     private static final String RES_ERROR = "PartyErrorUiLabels";
 
     /** Creates and updates a PartyRelationship creating related PartyRoles if 
needed.

Reply via email to