Skip to content

ci: update all non-major github actions #596

ci: update all non-major github actions

ci: update all non-major github actions #596

Workflow file for this run

name: reviewdog
on: [pull_request]
permissions:
contents: read
jobs:
golangci-lint:
permissions:
checks: write # for reviewdog/action-golangci-lint to report issues using checks
contents: read # for actions/checkout to fetch code
name: golangci-lint
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: golangci-lint
uses: reviewdog/action-golangci-lint@7708105983c614f7a2725e2172908b7709d1c3e4 # v2.6.2
with:
go_version_file: "go.mod"
level: warning