Skip to content

chore(deps): bump github/codeql-action/analyze from 4.35.1 to 4.36.2 #27

chore(deps): bump github/codeql-action/analyze from 4.35.1 to 4.36.2

chore(deps): bump github/codeql-action/analyze from 4.35.1 to 4.36.2 #27

Workflow file for this run

name: CodeQL
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule:
- cron: '49 14 * * 4'
permissions: read-all
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
security-events: write
strategy:
fail-fast: false
matrix:
language: [javascript]
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # tag=v6.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # tag=v4.35.1
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # tag=v4.36.2
with:
category: '/language:${{matrix.language}}'