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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new b548be5f6 Use GitHub cache for CodeQL
new c2c7862e3 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-lang.git
b548be5f6 is described below
commit b548be5f6425ccb32122aebd76c0a3cca3986d8a
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Sep 22 08:49:41 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 989d6bbd4..a5565ef62 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -45,6 +45,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