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

sebb pushed a commit to branch sebb-mac-test
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git

commit d06ac40ac32591ee657f5dd2ce256daa59d6af2f
Author: Sebb <s...@apache.org>
AuthorDate: Sun Jun 26 23:04:19 2022 +0100

    Trying to trace what is writing to native stream
    
    Might be JVM warnings
---
 .github/workflows/codeql-analysis.yml | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index c6b6bf2..7e4c837 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-name: "CodeQL"
+name: "CodeQLTest"
 
 on:
   # allow direct trigger
@@ -31,8 +31,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        # only need java for now
-        language: [ 'java' ]
+        language: [ 'cpp', 'java' ]
         # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 
'python', 'ruby' ]
         # Learn more about CodeQL language support at 
https://git.io/codeql-language-support
 
@@ -63,7 +62,7 @@ jobs:
     #    uses a compiled language
 
     - name: Build with Maven
-      run: mvn package  --no-transfer-progress
+      run: mvn -V package  --no-transfer-progress 
-DargLine="--illegal-access=deny"
 #      make bootstrap
 #      make release
 

Reply via email to