Skip to content

ci(ghactions): bump github/codeql-action from 3.27.7 to 3.28.0 #2379

ci(ghactions): bump github/codeql-action from 3.27.7 to 3.28.0

ci(ghactions): bump github/codeql-action from 3.27.7 to 3.28.0 #2379

---
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]