Skip to content

Bump the tooling group across 1 directory with 2 updates #51

Bump the tooling group across 1 directory with 2 updates

Bump the tooling group across 1 directory with 2 updates #51

Workflow file for this run

name: CodeQL
on:
pull_request:
push:
branches:
- main
schedule:
- cron: "23 8 * * 1"
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze JavaScript and TypeScript
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- name: Initialize CodeQL
uses: github/codeql-action/init@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
with:
languages: javascript-typescript
- name: Autobuild
uses: github/codeql-action/autobuild@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7211b7c8077ea37d8641b6271f6a365a22a5fbfa # v4