Skip to content

Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 #109

Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0

Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0 #109

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