Skip to content

chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 (#4882) #6461

chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 (#4882)

chore(deps): bump codecov/codecov-action from 4.4.0 to 4.4.1 (#4882) #6461

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@a5ac7e51b41094c92402da3b24376905380afc29 # v3
- uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v4
with:
go-version: stable
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
with:
args: --timeout=5m
version: v1.58.1