Skip to content

Merge pull request #89 from chrisgavin/dependabot/go_modules/github.c… #167

Merge pull request #89 from chrisgavin/dependabot/go_modules/github.c…

Merge pull request #89 from chrisgavin/dependabot/go_modules/github.c… #167

Workflow file for this run

name: CodeQL
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
codeql:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- name: Initialize CodeQL
uses: github/codeql-action/init@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6
with:
languages: go
- name: Analyze
uses: github/codeql-action/analyze@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6