From d3641e54dfca623d248a7beb7fa3a022388c8bb9 Mon Sep 17 00:00:00 2001 From: Rohan Krishnamurthy <99187454+RoKrish14@users.noreply.github.com> Date: Tue, 5 Mar 2024 13:51:36 +0100 Subject: [PATCH] Update codeql.yml --- .github/workflows/codeql.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 18e95d67..dca22734 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -55,6 +55,9 @@ jobs: with: java-version: '17' distribution: 'temurin' + + - name: Clear existing CodeQL databases directory + run: rm -rf /home/runner/work/_temp/codeql_databases # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL