Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
github
/
codeql-action
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Files
9bfb9ba
.github
.vscode
analyze
autobuild
action.yml
init
lib
node_modules
pr-checks
python-setup
queries
resolve-environment
src
tests
upload-sarif
.editorconfig
.eslintignore
.eslintrc.json
.git-blame-ignore-revs
.gitattributes
.gitignore
.npmrc
CHANGELOG.md
CODEOWNERS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
package-lock.json
package.json
tsconfig.json
Breadcrumbs
codeql-action
/
autobuild
/
action.yml
Blame
Blame
Latest commit
Chuan-kai Lin
autobuild: add working-directory input
Apr 8, 2022
b0c570e
·
Apr 8, 2022
History
History
17 lines (17 loc) · 515 Bytes
Breadcrumbs
codeql-action
/
autobuild
/
action.yml
Top
File metadata and controls
Code
Blame
17 lines (17 loc) · 515 Bytes
Raw
name: 'CodeQL: Autobuild' description: 'Attempt to automatically build code' author: 'GitHub' inputs: token: default: ${{ github.token }} matrix: default: ${{ toJson(matrix) }} 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 runs: using: 'node16' main: '../lib/autobuild-action.js'
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
You can’t perform that action at this time.