Skip to content

⬆️ Update github/codeql-action action to v3.26.10 #11177

⬆️ Update github/codeql-action action to v3.26.10

⬆️ Update github/codeql-action action to v3.26.10 #11177

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
with:
languages: javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10