Skip to content

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 #233

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0

chore(deps): bump actions/checkout from 6.0.2 to 7.0.0 #233

Workflow file for this run

name: CodeQL
on:
pull_request:
branches:
- main
push:
branches:
- main
schedule:
- cron: "19 3 * * 1"
permissions:
contents: read
security-events: write
actions: read
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: [javascript-typescript]
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
- name: Initialize CodeQL
uses: github/codeql-action/init@5e316336eb4f107009e477d4bfbfff13d7250fae
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@5e316336eb4f107009e477d4bfbfff13d7250fae
- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@5e316336eb4f107009e477d4bfbfff13d7250fae