Skip to content

Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 #141

Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1

Bump golangci/golangci-lint-action from 5.3.0 to 6.0.1 #141

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