Skip to content

Bump github/codeql-action from 3.26.12 to 3.26.13 in the github-actions group #637

Bump github/codeql-action from 3.26.12 to 3.26.13 in the github-actions group

Bump github/codeql-action from 3.26.12 to 3.26.13 in the github-actions group #637

Workflow file for this run

name: Code Scanning
on:
push:
branches: [master]
pull_request:
branches: [master]
permissions:
contents: read
env:
CGO_ENABLED: 0
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- name: Check out code
uses: actions/[email protected]
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
with:
languages: go
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/[email protected]