mirror of
https://github.com/github/codeql-action.git
synced 2026-05-07 22:30:44 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
name: "CodeQL action"
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: ./codeql/init
|
||||
with:
|
||||
config-file: ./.github/codeql/codeql-config.yml
|
||||
- uses: ./codeql/finish
|
||||
Reference in New Issue
Block a user