Skip to content

Bump github/codeql-action from 3.23.1 to 3.24.7 #387

Bump github/codeql-action from 3.23.1 to 3.24.7

Bump github/codeql-action from 3.23.1 to 3.24.7 #387

Workflow file for this run

name: "CodeQL"
on:
push:
branches: [main, ]
pull_request:
branches: [main]
schedule:
- cron: '0 11 * * 1'
permissions: {}
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Initialize CodeQL
uses: github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@3ab4101902695724f9365a384f86c1074d94e18c
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c