Skip to content

chore(ci): bump codecov/codecov-action (#32) #28

chore(ci): bump codecov/codecov-action (#32)

chore(ci): bump codecov/codecov-action (#32) #28

Workflow file for this run

name: CodeQL
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
schedule:
- cron: '0 0 * * 0' # Weekly
permissions:
security-events: write
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Initialize CodeQL
uses: github/codeql-action/init@2588666de8825e1e9dc4e2329a4c985457d55b32 # v3
with:
languages: go
- name: Autobuild
uses: github/codeql-action/autobuild@2588666de8825e1e9dc4e2329a4c985457d55b32 # v3
- name: Perform Analysis
uses: github/codeql-action/analyze@2588666de8825e1e9dc4e2329a4c985457d55b32 # v3