Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Lint
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[praise] SHA pin verified correct — v9.3.0 is an annotated tag (tag object d583c34f…) that points at commit ba0d7d2e…, and Dependabot pinned the commit, which is the right thing. with: version: v2.12.2 (the golangci-lint binary) is held unchanged, so this action-version bump can't surface new lint findings — the ruleset is fixed independently of the action. The Lint job is green on this head, so v9.3.0 is actually exercised.

with:
version: v2.12.2
args: --timeout=5m
Loading