Skip to content

fix(deps): update module github.com/kedacore/keda/v2 to v2.15.1 - autoclosed #4294

fix(deps): update module github.com/kedacore/keda/v2 to v2.15.1 - autoclosed

fix(deps): update module github.com/kedacore/keda/v2 to v2.15.1 - autoclosed #4294

Workflow file for this run

name: Run golangci-lint
on:
pull_request:
branches: [main]
jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: golangci-lint
uses: reviewdog/action-golangci-lint@00311c26a97213f93f2fd3a3524d66762e956ae0 # v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-check
golangci_lint_flags: "--timeout=240s"
level: warning