Skip to content

Bump github/codeql-action from 3.26.10 to 3.27.4 #735

Bump github/codeql-action from 3.26.10 to 3.27.4

Bump github/codeql-action from 3.26.10 to 3.27.4 #735

Workflow file for this run

---
name: CodeQL Analysis
on:
pull_request:
branches:
- main
permissions: {}
jobs:
codeql-analysis:
name: CodeQL Analysis
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ["javascript", "python"]
steps:
- name: Checkout
id: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Initialise CodeQL
id: initialise_codeql
uses: github/codeql-action/init@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
with:
languages: ${{ matrix.language }}
- name: CodeQL Autobuild
id: codeql_autobuild
uses: github/codeql-action/autobuild@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
- name: CodeQL Analysis
id: codeql_analysis
uses: github/codeql-action/analyze@ea9e4e37992a54ee68a9622e985e60c8e8f12d9f # v3.27.4
with:
category: "language:${{ matrix.language }}"