Skip to content

chore(deps): bump actions/checkout from 6.0.3 to 7.0.1 #138

chore(deps): bump actions/checkout from 6.0.3 to 7.0.1

chore(deps): bump actions/checkout from 6.0.3 to 7.0.1 #138

Workflow file for this run

name: CodeQL
on:
workflow_dispatch:
push:
branches: [main]
pull_request:
branches: [main]
schedule:
- cron: "23 3 * * 1"
permissions:
contents: read
jobs:
analyze:
name: Analyze TypeScript
if: github.event.repository.private == false
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
packages: read
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v6
- uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
with:
languages: javascript-typescript
- uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4