Install CodeQL as part of the action

This commit is contained in:
Michael B. Gale 2023-05-26 12:22:18 +01:00
parent 59a9e3a311
commit 8216c3a1b1
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
4 changed files with 59 additions and 16 deletions

View file

@ -2,6 +2,10 @@ name: 'CodeQL: Resolve Build Environment'
description: 'Attempt to infer a suitable environment configuration for the autobuilder'
author: 'GitHub'
inputs:
tools:
description: URL of CodeQL tools
required: false
# If not specified the Action will check in several places until it finds the CodeQL tools.
token:
default: ${{ github.token }}
matrix: