Skip to content

chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 #6360

chore(deps): bump actions/checkout from 4.1.4 to 4.1.5

chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 #6360

Workflow file for this run

name: golangci-lint
on:
push:
tags:
- v*
branches:
- main
pull_request:
permissions:
contents: read
jobs:
golangci:
permissions:
contents: read # for actions/checkout to fetch code
pull-requests: read # for golangci/golangci-lint-action to fetch pull requests
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v4
with:
go-version: stable
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@38e1018663fa5173f3968ea0777460d3de38f256 # v3
with:
args: --timeout=5m
version: v1.56.2