You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2020/10/08 05:55:01 UTC

[santuario-xml-security-java] branch master updated: Fixup

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/master by this push:
     new 27a777e  Fixup
27a777e is described below

commit 27a777e35423a744daf9e4ff2a5dd9855db0aa7a
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Oct 8 06:54:47 2020 +0100

    Fixup
---
 .github/workflows/codeql-analysis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index c5372ca..a7444f9 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -42,7 +42,7 @@ jobs:
       if: ${{ github.event_name == 'pull_request' }}
 
     - name: Cache local Maven repository
-    - uses: actions/cache@v2.1.1
+      uses: actions/cache@v2.1.1
       with:
         path: ~/.m2
         key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}