Skip to content

build(deps): bump actions/checkout from 6.0.3 to 7.0.0 #326

build(deps): bump actions/checkout from 6.0.3 to 7.0.0

build(deps): bump actions/checkout from 6.0.3 to 7.0.0 #326

Workflow file for this run

name: Static Analysis
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
build:
strategy:
matrix:
go-version:
- "1.26"
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6.5.0
with:
go-version: ${{ matrix.go-version }}
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Lint
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0
with:
args: --verbose
version: v2.11.4