Skip to content

Bump github/codeql-action from 3.27.5 to 3.27.9 #1555

Bump github/codeql-action from 3.27.5 to 3.27.9

Bump github/codeql-action from 3.27.5 to 3.27.9 #1555

Workflow file for this run

name: "CodeQL"
permissions:
contents: read
security-events: write
actions: read
deployments: none
packages: none
on:
push:
pull_request:
schedule:
- cron: '0 6 * * 1'
jobs:
analyse:
name: Analyse
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- name: Initialize CodeQL
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae
with:
config-file: ./.github/codeql/codeql-config.yml
- name: Autobuild
uses: github/codeql-action/autobuild@df409f7d9260372bd5f19e5b04e83cb3c43714ae
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae