Skip to content

fix(deps): update module github.com/kedacore/keda/v2 to v2.17.3 [security] #7894

fix(deps): update module github.com/kedacore/keda/v2 to v2.17.3 [security]

fix(deps): update module github.com/kedacore/keda/v2 to v2.17.3 [security] #7894

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
- name: golangci-lint
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8
with:
version: v2.1.0
only-new-issues: true