Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

feat: add Autogov Processor #49

feat: add Autogov Processor

feat: add Autogov Processor #49

Workflow file for this run

name: CodeQL Scanner
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
analyze:
name: Analyze (javascript-typescript)
runs-on: ubuntu-latest
permissions:
security-events: write
packages: read
actions: read
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript-typescript
build-mode: none
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: "/language:javascript-typescript"