Skip to content

Merge pull request #55 from chrisgavin/dependabot/github_actions/gith… #122

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

Merge pull request #55 from chrisgavin/dependabot/github_actions/gith… #122

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@9bb56186c3b09b4f86b1c65136769dd318469633
- name: Initialize CodeQL
uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2
with:
languages: go
- name: Analyze
uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2