feat(model-generator): New qls for modelling composite actions

This commit is contained in:
Alvaro Muñoz
2024-02-16 16:02:10 +01:00
parent 8ae1e26d5d
commit 43a55e80a9
4 changed files with 12 additions and 6 deletions

View File

@@ -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:

View File

@@ -7,6 +7,7 @@
* @precision high
* @id actions/composite-action-summaries
* @tags actions
* model-generator
* external/cwe/cwe-020
*/

View File

@@ -7,6 +7,7 @@
* @precision high
* @id actions/composite-action-sources
* @tags actions
* model-generator
* external/cwe/cwe-020
*/

View File

@@ -0,0 +1,8 @@
- description: Queries to model composite actions
- queries: .
- include:
kind:
- path-problem
tags contain:
- model-generator