From 0930314935b5954540407ded9783c19dbea568c7 Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Fri, 26 May 2023 11:45:55 +0100 Subject: [PATCH] Add token and matrix inputs --- resolve-environment/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resolve-environment/action.yml b/resolve-environment/action.yml index ef000dceb..d1bff72e2 100644 --- a/resolve-environment/action.yml +++ b/resolve-environment/action.yml @@ -2,6 +2,10 @@ name: 'CodeQL: Resolve Build Environment' description: 'Attempt to infer a suitable environment configuration for the autobuilder' author: 'GitHub' inputs: + token: + default: ${{ github.token }} + matrix: + default: ${{ toJson(matrix) }} language: description: The language to infer the build environment configuration for. required: true