Skip to content

⬆️ Lock file maintenance #11141

⬆️ Lock file maintenance

⬆️ Lock file maintenance #11141

name: 'CodeQL'
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
analyse:
name: Analyse
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
fetch-depth: 2
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8