Skip to content

Merge pull request #24 from chrisgavin/dependabot/github_actions/gith… #60

Merge pull request #24 from chrisgavin/dependabot/github_actions/gith…

Merge pull request #24 from chrisgavin/dependabot/github_actions/gith… #60

Workflow file for this run

name: CodeQL
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions:
actions: read
contents: read
security-events: write
jobs:
codeql:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9
- name: Initialize CodeQL
uses: github/codeql-action/init@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8
with:
languages: go
- name: Analyze
uses: github/codeql-action/analyze@00e563ead9f72a8461b24876bee2d0c2e8bd2ee8