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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8a2d4ac  Use GitHub cache for CodeQL
8a2d4ac is described below

commit 8a2d4ac4bb514f1b6b13dbd48ee9ba24a8a74d15
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Sep 22 08:46:47 2022 -0400

    Use GitHub cache for CodeQL
---
 .github/workflows/codeql-analysis.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index cdfd9c5..2902468 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -43,6 +43,12 @@ jobs:
     steps:
     - name: Checkout repository
       uses: actions/[email protected]
+    - uses: actions/[email protected]
+      with:
+        path: ~/.m2/repository
+        key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
+        restore-keys: |
+          ${{ runner.os }}-maven-
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL

Reply via email to