Skip to content

Merge pull request #57 from chrisgavin/dependabot/github_actions/acti… #128

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

Merge pull request #57 from chrisgavin/dependabot/github_actions/acti… #128

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