Skip to content

fix: include bounded eval metrics in artifacts #3

fix: include bounded eval metrics in artifacts

fix: include bounded eval metrics in artifacts #3

Workflow file for this run

name: CodeQL
on:
push:
pull_request:
permissions:
contents: read
security-events: write
jobs:
analyze:
name: Analyze JavaScript/TypeScript
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@42947a340483f03ba47bb1a039b2c519aab3df85
with:
languages: javascript-typescript
- name: Analyze with CodeQL
uses: github/codeql-action/analyze@42947a340483f03ba47bb1a039b2c519aab3df85