Skip to content

⬆️ Bump github/codeql-action from 3.28.3 to 3.28.4 #706

⬆️ Bump github/codeql-action from 3.28.3 to 3.28.4

⬆️ Bump github/codeql-action from 3.28.3 to 3.28.4 #706

---
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Initialise CodeQL
id: initialise_codeql
uses: github/codeql-action/init@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
with:
languages: ${{ matrix.language }}
- name: CodeQL Autobuild
id: codeql_autobuild
uses: github/codeql-action/autobuild@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
- name: CodeQL Analysis
id: codeql_analysis
uses: github/codeql-action/analyze@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4
with:
category: "language:${{ matrix.language }}"