Skip to content

Merge pull request #64 from chrisgavin/dependabot/github_actions/acti… #146

Merge pull request #64 from chrisgavin/dependabot/github_actions/acti…

Merge pull request #64 from chrisgavin/dependabot/github_actions/acti… #146

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