Bump golangci/golangci-lint-action from 8 to 9 #31
DryRunSecurity / Code Policies
succeeded
Nov 10, 2025 in 0s
DryRun Security
Details
Code Policy Results
| Policy | GitHub Action Policy |
|---|---|
| Result | Identified GitHub Actions Risks - [Line 16] Use of a third-party action: "golangci/golangci-lint-action@v9". While version-tagged, it is not pinned to a specific commit SHA. Tags are mutable, and third-party actions increase supply-chain risk. Consider pinning to a verified commit SHA. - [Line 18] The action input "version: latest" introduces a mutable dependency (the golangci-lint binary version). Using "latest" can pull unvetted updates or compromised releases, and undermines reproducibility. Prefer a specific, vetted version. - No use of run: commands, permissions changes, secrets exposure, or pull_request_target trigger are visible in this patch segment. |
Loading