From 02a161db52fa9410215ff6212aad7eec93e764fc Mon Sep 17 00:00:00 2001 From: Sebastian Baumhekel Date: Mon, 5 Aug 2024 11:44:54 +0200 Subject: [PATCH] Use caching. --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index abed2df..afa9772 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -45,6 +45,7 @@ jobs: with: java-version: 21 distribution: temurin + cache: maven # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL