Skip to content

Bump golangci/golangci-lint-action from 3 to 4 #662

Bump golangci/golangci-lint-action from 3 to 4

Bump golangci/golangci-lint-action from 3 to 4 #662

Workflow file for this run

# SPDX-License-Identifier: MIT
name: CodeQL
on:
push:
branches:
- main
- feature/**
pull_request:
branches:
- main
schedule:
- cron: '0 12 * * 0'
permissions:
actions: read
contents: read
security-events: write
jobs:
codeql:
name: codeql
uses: ffurrer2/shared-workflows/.github/workflows/codeql.yml@main
with:
languages: '["go"]'