Files
codeql/action.yml
2024-02-16 14:41:21 +01:00

30 lines
664 B
YAML

name: "codeql-actions"
description: "CodeQL Pack for GitHub Actions and Workflows"
inputs:
token:
description: GitHub Token
default: ${{ github.token }}
source-root:
description: "Path of the root source code directory, relative to $GITHUB_WORKSPACE."
default: "./"
sarif:
description: "SARIF File Output"
default: "codeql-actions.sarif"
# runs:
# using: "node16"
# main: ".github/action/dist/index.js"
runs:
using: 'composite'
steps:
- name: Do something with context
shell: bash
env:
GH_TOKEN: ${{ github.token }}
run: |
node ${{ github.action_path }}/.github/action/dist/index.js