From 2f45ed62e859a3b2ce707ba3e739b90ad13a5935 Mon Sep 17 00:00:00 2001 From: Jeovane Viana Date: Mon, 25 Mar 2024 10:47:07 -0300 Subject: [PATCH] chore: Update codeql.yml --- .github/workflows/codeql.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a53100d..a49fe9f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -55,6 +55,7 @@ jobs: with: distribution: 'temurin' java-version: '17' + cache: 'gradle' # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL