Skip to content

Merge pull request #1524 from maxmind/dallas/update-hugo-v0.153.1 #5794

Merge pull request #1524 from maxmind/dallas/update-hugo-v0.153.1

Merge pull request #1524 from maxmind/dallas/update-hugo-v0.153.1 #5794

name: "Code scanning - action"
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
schedule:
- cron: '0 17 * * 2'
permissions: {}
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 2
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@v4
- name: Autobuild
uses: github/codeql-action/autobuild@v4
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4