Skip to content

chore(deps-dev): bump lint-staged from 15.5.2 to 16.2.7 #82

chore(deps-dev): bump lint-staged from 15.5.2 to 16.2.7

chore(deps-dev): bump lint-staged from 15.5.2 to 16.2.7 #82

Workflow file for this run

name: CodeQL
on:
push:
branches: ['main']
pull_request:
branches: ['main']
workflow_dispatch:
permissions:
actions: read
contents: read
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['actions', 'javascript-typescript']
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@45cbd0c69e560cd9e7cd7f8c32362050c9b7ded2
with:
category: /language:${{ matrix.language }}