From 749cb24407bff01839e26c029e4328067b01ff5f Mon Sep 17 00:00:00 2001 From: Sascha Mann Date: Sat, 26 Dec 2020 16:14:35 +0100 Subject: [PATCH] Add CodeQL badge (#59) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fee626f..bd8a970 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # setup-julia Action +[![CodeQL](https://github.com/julia-actions/setup-julia/workflows/CodeQL/badge.svg)](https://securitylab.github.com/tools/codeql) [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=julia-actions/setup-julia)](https://dependabot.com) This action sets up a Julia environment for use in actions by downloading a specified version of Julia and adding it to PATH.