Skip to content

ci(ghactions): bump github/codeql-action from 3.27.5 to 3.27.6 #2358

ci(ghactions): bump github/codeql-action from 3.27.5 to 3.27.6

ci(ghactions): bump github/codeql-action from 3.27.5 to 3.27.6 #2358

Workflow file for this run

---
name: codeql-analysis
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
branches:
- main
schedule:
- cron: 0 12 * * 1
jobs:
codeql-analysis:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/[email protected]
with:
fetch-depth: 2
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
- name: Autobuild CodeQL
uses: github/codeql-action/[email protected]
- name: Perform CodeQL analysis
uses: github/codeql-action/[email protected]