Skip to content

chore: bump github/codeql-action from 2.3.2 to 2.20.3 #107

chore: bump github/codeql-action from 2.3.2 to 2.20.3

chore: bump github/codeql-action from 2.3.2 to 2.20.3 #107

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@6b3083af2869dc3314a0257a42f4af696cc79ba3
with:
egress-policy: audit
- uses: actions/checkout@v3
- 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