You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/29 13:35:43 UTC

[commons-crypto] branch master updated: Fix up syntax error caused by comment removal

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f7a45e3  Fix up syntax error caused by comment removal
f7a45e3 is described below

commit f7a45e37bd2e6c19bc74c87f9ed4d59ed3659a39
Author: Sebb <se...@apache.org>
AuthorDate: Wed Jun 29 14:35:37 2022 +0100

    Fix up syntax error caused by comment removal
---
 .github/workflows/codeql-analysis.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 70833d5..d687f20 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -54,12 +54,12 @@ jobs:
     # Override Java default
     # Java 11 complains about illegal access; drop this override when sorted
     # Also complains: "Corrupted channel by directly writing to native stream in forked JVM 1"
-   - name: Set up JDK ${{ matrix.java }}
-     if: ${{ matrix.language == 'java' }}
-     uses: actions/setup-java@v3
-     with:
-       distribution: 'temurin'
-       java-version: ${{ matrix.java }}
+    - name: Set up JDK ${{ matrix.java }}
+      if: ${{ matrix.language == 'java' }}
+      uses: actions/setup-java@v3
+      with:
+        distribution: 'temurin'
+        java-version: ${{ matrix.java }}
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL