Skip to content

Merge pull request #65 from chrisgavin/dependabot/github_actions/gore… #145

Merge pull request #65 from chrisgavin/dependabot/github_actions/gore…

Merge pull request #65 from chrisgavin/dependabot/github_actions/gore… #145

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