Skip to content

Merge pull request #133 from chrisgavin/dependabot/github_actions/git… #240

Merge pull request #133 from chrisgavin/dependabot/github_actions/git…

Merge pull request #133 from chrisgavin/dependabot/github_actions/git… #240

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