Skip to content

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

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 #167

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@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4
with:
languages: javascript-typescript
- uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4