Skip to content

Build(deps): Bump github/codeql-action/init from 4.36.0 to 4.36.2 #580

Build(deps): Bump github/codeql-action/init from 4.36.0 to 4.36.2

Build(deps): Bump github/codeql-action/init from 4.36.0 to 4.36.2 #580

Workflow file for this run

name: "GoLangCI Linter"
on: [push]
# Declare default permissions as read only.
permissions:
contents: read
jobs:
lint:
name: lint
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
# To report GitHub Actions status checks
statuses: write
steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup Go
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
- name: go mod tidy check
uses: katexochen/go-tidy-check@427c8c07d3d83ab8d7290cad04ce71c12eab3674 # v2.0.1
- name: Run golangci-lint
uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1
with:
version: v2.6.1