mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
feat(model-generator): New qls for modelling composite actions
This commit is contained in:
@@ -8,16 +8,12 @@ inputs:
|
||||
|
||||
source-root:
|
||||
description: "Path of the root source code directory, relative to $GITHUB_WORKSPACE."
|
||||
default: "./"
|
||||
default: ${{ github.workspace }}
|
||||
|
||||
sarif:
|
||||
sarif-output:
|
||||
description: "SARIF File Output"
|
||||
default: "codeql-actions.sarif"
|
||||
|
||||
# runs:
|
||||
# using: "node16"
|
||||
# main: ".github/action/dist/index.js"
|
||||
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @precision high
|
||||
* @id actions/composite-action-summaries
|
||||
* @tags actions
|
||||
* model-generator
|
||||
* external/cwe/cwe-020
|
||||
*/
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
* @precision high
|
||||
* @id actions/composite-action-sources
|
||||
* @tags actions
|
||||
* model-generator
|
||||
* external/cwe/cwe-020
|
||||
*/
|
||||
|
||||
|
||||
8
ql/src/codeql-suites/actions-summaries-queries.qls
Normal file
8
ql/src/codeql-suites/actions-summaries-queries.qls
Normal file
@@ -0,0 +1,8 @@
|
||||
- description: Queries to model composite actions
|
||||
- queries: .
|
||||
|
||||
- include:
|
||||
kind:
|
||||
- path-problem
|
||||
tags contain:
|
||||
- model-generator
|
||||
Reference in New Issue
Block a user