Skip to content

Bump codecov/codecov-action from 4.1.0 to 4.5.0 #188

Bump codecov/codecov-action from 4.1.0 to 4.5.0

Bump codecov/codecov-action from 4.1.0 to 4.5.0 #188

Workflow file for this run

name: linter
on: [push, pull_request]
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
with:
version: v1.52.2