Skip to content

Bump github/codeql-action from 4.36.1 to 4.36.2 #41

Bump github/codeql-action from 4.36.1 to 4.36.2

Bump github/codeql-action from 4.36.1 to 4.36.2 #41

Workflow file for this run

name: CodeQL
on:
pull_request:
push:
branches:
- main
schedule:
- cron: "36 3 * * 1"
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Initialize CodeQL
uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
with:
languages: javascript-typescript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4