Skip to content

Merge pull request #31 from chrisgavin/dependabot/github_actions/gith… #73

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

Merge pull request #31 from chrisgavin/dependabot/github_actions/gith… #73

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@3df4ab11eba7bda6032a0b82a6bb43b11571feac
- name: Initialize CodeQL
uses: github/codeql-action/init@ddccb873888234080b77e9bc2d4764d5ccaaccf9
with:
languages: go
- name: Analyze
uses: github/codeql-action/analyze@ddccb873888234080b77e9bc2d4764d5ccaaccf9