Skip to content

:dependabot: github-actions(deps): Bump ministryofjustice/github-actions from 18.2.4 to 18.5.0 #494

:dependabot: github-actions(deps): Bump ministryofjustice/github-actions from 18.2.4 to 18.5.0

:dependabot: github-actions(deps): Bump ministryofjustice/github-actions from 18.2.4 to 18.5.0 #494

Workflow file for this run

---
name: CodeQL Analysis
on:
pull_request:
branches:
- main
push:
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: ["python"]
steps:
- name: Checkout
id: checkout
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Initialise CodeQL
id: initialise_codeql
uses: github/codeql-action/init@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
with:
languages: ${{ matrix.language }}
- name: CodeQL Autobuild
id: codeql_autobuild
uses: github/codeql-action/autobuild@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
- name: CodeQL Analysis
id: codeql_analysis
uses: github/codeql-action/analyze@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
with:
category: "language:${{ matrix.language }}"