From 30f7117e6a46a47865a18d4c5394f255c0948a1f Mon Sep 17 00:00:00 2001 From: Robert Brignull Date: Mon, 1 Jun 2020 12:07:23 +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 2a0750d69..2e7c9ee99 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-20200601/codeql-bundle.tar.gz languages: description: The languages to be analysed required: false