Skip to content

chore(deps): bump the npm_and_yarn group across 1 directory with 5 updates #3

chore(deps): bump the npm_and_yarn group across 1 directory with 5 updates

chore(deps): bump the npm_and_yarn group across 1 directory with 5 updates #3

Workflow file for this run

name: CodeQL
permissions:
contents: read
security-events: write
actions: read
on:
push:
branches: [main, master, develop]
paths:
- 'SortVision/**'
- '.github/workflows/codeql.yml'
pull_request:
branches: [main, master, develop]
paths:
- 'SortVision/**'
- '.github/workflows/codeql.yml'
schedule:
- cron: '0 5 * * 1'
concurrency:
group: codeql-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: false
jobs:
analyze:
name: Analyze (JavaScript)
runs-on: ubuntu-latest
timeout-minutes: 360
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialize CodeQL
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
languages: javascript-typescript
config-file: ./.github/codeql/codeql-config.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
with:
category: '/language:javascript'