Skip to content

Updated CHANGES.md for v0.2.5 (#118) #420

Updated CHANGES.md for v0.2.5 (#118)

Updated CHANGES.md for v0.2.5 (#118) #420

Workflow file for this run

# See https://github.com/github/codeql-action/tree/v1 for more information.
name: CodeQL
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '40 5 * * 3'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
- name: Initialize
# Unpinned action version so that we automatically get analyzer updates.
uses: github/codeql-action/init@v2
with:
languages: go
- name: Analyze
uses: github/codeql-action/analyze@v2