2020-04-28 16:46:47 +02:00
name: 'CodeQL : Autobuild'
2024-10-03 18:32:01 -07:00
description: 'Attempt to automatically build the code. Only used for analyzing languages that require a build. Use the `build-mode : autobuild` input in the `init` action instead.'
2020-04-28 16:46:47 +02:00
author : 'GitHub'
inputs :
token :
2024-02-08 04:45:27 -05:00
description : "GitHub token to use for authenticating with this instance of GitHub. The token needs the `security-events: write` permission."
required : false
2020-04-28 16:46:47 +02:00
default : ${{ github.token }}
matrix :
default : ${{ toJson(matrix) }}
2022-04-08 13:37:42 -07:00
working-directory :
description : >-
Run the autobuilder using this path (relative to $GITHUB_WORKSPACE) as
working directory. If this input is not set, the autobuilder runs with
$GITHUB_WORKSPACE as its working directory.
required : false
2020-04-28 16:46:47 +02:00
runs :
2025-09-26 19:36:42 +00:00
using : node24
2026-05-14 14:47:23 +01:00
main : '../lib/autobuild-entry.js'