Skip to content

chore(deps): bump github/codeql-action from 4.37.6 to 4.37.7 #1179

chore(deps): bump github/codeql-action from 4.37.6 to 4.37.7

chore(deps): bump github/codeql-action from 4.37.6 to 4.37.7 #1179

Workflow file for this run

name: 🙏🏻 Lint Test
on:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Lint Test
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v7
with:
go-version: 1.24.x
- name: Checkout code
uses: actions/checkout@v7
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v9.3.0
with:
version: latest
args: --timeout 5m
working-directory: .