Skip to content

chore(deps): bump the github-actions group with 4 updates #16

chore(deps): bump the github-actions group with 4 updates

chore(deps): bump the github-actions group with 4 updates #16

Workflow file for this run

name: 'CodeQL'
on:
push:
branches: ['master']
pull_request:
branches: ['master']
schedule:
- cron: '36 13 * * 3'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: [javascript-typescript]
steps:
- name: Checkout
uses: actions/checkout@v7
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
- name: Autobuild
uses: github/codeql-action/autobuild@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a
with:
category: '/language:${{ matrix.language }}'