Skip to content

chore: bump github/codeql-action from 2.22.5 to 3.24.0 #238

chore: bump github/codeql-action from 2.22.5 to 3.24.0

chore: bump github/codeql-action from 2.22.5 to 3.24.0 #238

Workflow file for this run

name: test
on:
push:
paths-ignore:
- "**.md"
pull_request:
paths-ignore:
- "**.md"
permissions: read-all
jobs:
lint:
name: "Lint"
runs-on: ubuntu-latest
timeout-minutes: 40
steps:
- name: Harden Runner
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- name: Set up Go 1.19
uses: actions/setup-go@v4
with:
go-version: 1.19
- name: lint
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=10m