Skip to content

build(deps): bump github.com/golangci/golangci-lint from 1.61.0 to 1.62.0 in /tools/golangci-lint #1360

build(deps): bump github.com/golangci/golangci-lint from 1.61.0 to 1.62.0 in /tools/golangci-lint

build(deps): bump github.com/golangci/golangci-lint from 1.61.0 to 1.62.0 in /tools/golangci-lint #1360

Workflow file for this run

name: "Dependency Review"
on: [pull_request]
permissions: read-all
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
show-progress: false
- name: "Dependency Review"
uses: actions/dependency-review-action@4081bf99e2866ebe428fc0477b69eb4fcda7220a # v4.4.0
govulncheck:
runs-on: ubuntu-latest
steps:
- name: "Checkout Repository"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
show-progress: false
- id: govulncheck
uses: golang/govulncheck-action@b625fbe08f3bccbe446d94fbf87fcc875a4f50ee # v1.0.4
with:
go-version-input: stable
check-latest: true