Skip to content

chore(deps): update codecov/codecov-action action to v4 - autoclosed #151

chore(deps): update codecov/codecov-action action to v4 - autoclosed

chore(deps): update codecov/codecov-action action to v4 - autoclosed #151

Workflow file for this run

name: CodeQL
on:
push:
branches:
- master
- build/*
pull_request:
branches:
- master
schedule:
- cron: "41 10 * * 0"
jobs:
codeql:
name: CodeQL
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language: ["go"]
steps:
- name: Checkout repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
with:
fetch-depth: 0
- name: Initialize
uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Analysis
uses: github/codeql-action/analyze@v2