Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

⬆️ Bump github/codeql-action from 3.26.0 to 3.26.2 #116

⬆️ Bump github/codeql-action from 3.26.0 to 3.26.2

⬆️ Bump github/codeql-action from 3.26.0 to 3.26.2 #116

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@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
with:
languages: ${{ matrix.language }}
- name: CodeQL Autobuild
id: codeql_autobuild
uses: github/codeql-action/autobuild@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
- name: CodeQL Analysis
id: codeql_analysis
uses: github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3.26.2
with:
category: "language:${{ matrix.language }}"