Skip to content

Bump super-linter/super-linter from 5.7.0 to 5.7.1 #134

Bump super-linter/super-linter from 5.7.0 to 5.7.1

Bump super-linter/super-linter from 5.7.0 to 5.7.1 #134

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Initialise CodeQL
id: initialise_codeql
uses: github/codeql-action/init@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7
with:
languages: ${{ matrix.language }}
- name: CodeQL Autobuild
id: codeql_autobuild
uses: github/codeql-action/autobuild@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7
- name: CodeQL Analysis
id: codeql_analysis
uses: github/codeql-action/analyze@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7
with:
category: "language:${{ matrix.language }}"