From fb40955459fcc08978f6e44d4c0b87a8a7418ea0 Mon Sep 17 00:00:00 2001 From: Robert Date: Wed, 27 May 2020 17:39:17 +0100 Subject: [PATCH] Update codeql bundle version --- init/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/action.yml b/init/action.yml index 2a0750d693..291ea83159 100644 --- a/init/action.yml +++ b/init/action.yml @@ -5,7 +5,7 @@ inputs: tools: description: URL of CodeQL tools required: false - default: https://github.com/github/codeql-action/releases/download/codeql-bundle-20200427/codeql-bundle.tar.gz + default: https://github.com/github/codeql-action/releases/download/codeql-bundle-20200527/codeql-bundle.tar.gz languages: description: The languages to be analysed required: false