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: ${{ github.workspace }} sarif-output: description: "SARIF File Output" default: "codeql-actions.sarif" 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