From 079e7dd7c22ab22819314036becc858989711a2d Mon Sep 17 00:00:00 2001 From: Jens Kutzsche Date: Thu, 14 Apr 2022 10:42:37 +0200 Subject: [PATCH] chore(Build): try to fix an error with `actions/setup-java` --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 048387afd..5fa9f674c 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -34,7 +34,7 @@ jobs: distribution: 'liberica' java-version: '17' cache: 'maven' - + # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL uses: github/codeql-action/init@v1